Angel of Condemnation - Exile creature with second abilityDoes an ability resolve if the source of the ability leaves the battlefield?What happens when a creature with Persist AND Undying dies? ('return to battlefield' issues…)Does a Angel of Glory's Rise and a Fiend Hunter combo work like I think it does?Chained to the Rocks and shocklandsDoes Phytotitan return to the battlefield when it first died and then was exiled?Fiend Binder's triggered abilityWhat happen if I use cast out on my creature which is under my opponent's control and then cast out leaves the battlefield?What decides whether a card is exiled or returned as a player loses?What rules explain Xantcha's behavior when its controller leaves the game?Under which controller does a stolen permanent come into play after being exiled?
What should you do when eye contact makes your subordinate uncomfortable?
Drawing ramified coverings with tikz
Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?
When were female captains banned from Starfleet?
How can I block email signup overlays or javascript popups in Safari?
Are the IPv6 address space and IPv4 address space completely disjoint?
What is this called? Old film camera viewer?
lightning-datatable row number error
How can "mimic phobia" be cured or prevented?
Count the occurrence of each unique word in the file
Why is so much work done on numerical verification of the Riemann Hypothesis?
On a tidally locked planet, would time be quantized?
Removing files under particular conditions (number of files, file age)
Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]
The IT department bottlenecks progress. How should I handle this?
Why did the Mercure fail?
How much character growth crosses the line into breaking the character
C++ debug/print custom type with GDB : the case of nlohmann json library
Multiplicative persistence
New brakes for 90s road bike
Terse Method to Swap Lowest for Highest?
Does a 'pending' US visa application constitute a denial?
What does chmod -u do?
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
Angel of Condemnation - Exile creature with second ability
Does an ability resolve if the source of the ability leaves the battlefield?What happens when a creature with Persist AND Undying dies? ('return to battlefield' issues…)Does a Angel of Glory's Rise and a Fiend Hunter combo work like I think it does?Chained to the Rocks and shocklandsDoes Phytotitan return to the battlefield when it first died and then was exiled?Fiend Binder's triggered abilityWhat happen if I use cast out on my creature which is under my opponent's control and then cast out leaves the battlefield?What decides whether a card is exiled or returned as a player loses?What rules explain Xantcha's behavior when its controller leaves the game?Under which controller does a stolen permanent come into play after being exiled?
I was looking at Angel of Condemnation's second ability and couldn't figure out what would happen if you exiled a creature an opponent controls but is owned by you?
The first ability explicitly states that the exiled creature returns under its owner's control, but there's no such thing in the second ability.
The Rulings don't address this specific situation, so I would assume the exiled card returns under the same player's control after the angel leaves battlefield, regardless of who owns it. Is that correct?
magic-the-gathering
New contributor
add a comment |
I was looking at Angel of Condemnation's second ability and couldn't figure out what would happen if you exiled a creature an opponent controls but is owned by you?
The first ability explicitly states that the exiled creature returns under its owner's control, but there's no such thing in the second ability.
The Rulings don't address this specific situation, so I would assume the exiled card returns under the same player's control after the angel leaves battlefield, regardless of who owns it. Is that correct?
magic-the-gathering
New contributor
add a comment |
I was looking at Angel of Condemnation's second ability and couldn't figure out what would happen if you exiled a creature an opponent controls but is owned by you?
The first ability explicitly states that the exiled creature returns under its owner's control, but there's no such thing in the second ability.
The Rulings don't address this specific situation, so I would assume the exiled card returns under the same player's control after the angel leaves battlefield, regardless of who owns it. Is that correct?
magic-the-gathering
New contributor
I was looking at Angel of Condemnation's second ability and couldn't figure out what would happen if you exiled a creature an opponent controls but is owned by you?
The first ability explicitly states that the exiled creature returns under its owner's control, but there's no such thing in the second ability.
The Rulings don't address this specific situation, so I would assume the exiled card returns under the same player's control after the angel leaves battlefield, regardless of who owns it. Is that correct?
magic-the-gathering
magic-the-gathering
New contributor
New contributor
New contributor
asked yesterday
QBruteQBrute
1635
1635
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Since it's not specified by the effect, the creature enters the battlefield under its owner's control.
Generally, if the effect that does the zone-changing does not specify it, an object that changes zone has no memory or relation to its previous existence. It doesn't "remember" its previous controller when it returns to the battlefield, so it takes its owner instead.
400.7. An object that moves from one zone to another becomes a new object with no memory of, or relation to, its previous existence.
In your specific case of an object that is "exiled until some condition is true", the rule is explicit in the Comprehensive Rules:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created immediately after the specified event. This second one-shot effect returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
add a comment |
It would return under its owner's control.
This "exile for a duration" effect was introduced around the time of Banishing Light. Banishing light has the reminder text that it returns under its owner's control.
This is specifically covered in the rules by 610.3b:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created
immediately after the specified event. This second one-shot effect
returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "147"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
QBrute is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fboardgames.stackexchange.com%2fquestions%2f45617%2fangel-of-condemnation-exile-creature-with-second-ability%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Since it's not specified by the effect, the creature enters the battlefield under its owner's control.
Generally, if the effect that does the zone-changing does not specify it, an object that changes zone has no memory or relation to its previous existence. It doesn't "remember" its previous controller when it returns to the battlefield, so it takes its owner instead.
400.7. An object that moves from one zone to another becomes a new object with no memory of, or relation to, its previous existence.
In your specific case of an object that is "exiled until some condition is true", the rule is explicit in the Comprehensive Rules:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created immediately after the specified event. This second one-shot effect returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
add a comment |
Since it's not specified by the effect, the creature enters the battlefield under its owner's control.
Generally, if the effect that does the zone-changing does not specify it, an object that changes zone has no memory or relation to its previous existence. It doesn't "remember" its previous controller when it returns to the battlefield, so it takes its owner instead.
400.7. An object that moves from one zone to another becomes a new object with no memory of, or relation to, its previous existence.
In your specific case of an object that is "exiled until some condition is true", the rule is explicit in the Comprehensive Rules:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created immediately after the specified event. This second one-shot effect returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
add a comment |
Since it's not specified by the effect, the creature enters the battlefield under its owner's control.
Generally, if the effect that does the zone-changing does not specify it, an object that changes zone has no memory or relation to its previous existence. It doesn't "remember" its previous controller when it returns to the battlefield, so it takes its owner instead.
400.7. An object that moves from one zone to another becomes a new object with no memory of, or relation to, its previous existence.
In your specific case of an object that is "exiled until some condition is true", the rule is explicit in the Comprehensive Rules:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created immediately after the specified event. This second one-shot effect returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
Since it's not specified by the effect, the creature enters the battlefield under its owner's control.
Generally, if the effect that does the zone-changing does not specify it, an object that changes zone has no memory or relation to its previous existence. It doesn't "remember" its previous controller when it returns to the battlefield, so it takes its owner instead.
400.7. An object that moves from one zone to another becomes a new object with no memory of, or relation to, its previous existence.
In your specific case of an object that is "exiled until some condition is true", the rule is explicit in the Comprehensive Rules:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created immediately after the specified event. This second one-shot effect returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
edited yesterday
Zags
6,83031561
6,83031561
answered yesterday
HackworthHackworth
28.3k276129
28.3k276129
add a comment |
add a comment |
It would return under its owner's control.
This "exile for a duration" effect was introduced around the time of Banishing Light. Banishing light has the reminder text that it returns under its owner's control.
This is specifically covered in the rules by 610.3b:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created
immediately after the specified event. This second one-shot effect
returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
New contributor
add a comment |
It would return under its owner's control.
This "exile for a duration" effect was introduced around the time of Banishing Light. Banishing light has the reminder text that it returns under its owner's control.
This is specifically covered in the rules by 610.3b:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created
immediately after the specified event. This second one-shot effect
returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
New contributor
add a comment |
It would return under its owner's control.
This "exile for a duration" effect was introduced around the time of Banishing Light. Banishing light has the reminder text that it returns under its owner's control.
This is specifically covered in the rules by 610.3b:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created
immediately after the specified event. This second one-shot effect
returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
New contributor
It would return under its owner's control.
This "exile for a duration" effect was introduced around the time of Banishing Light. Banishing light has the reminder text that it returns under its owner's control.
This is specifically covered in the rules by 610.3b:
610.3. Some one-shot effects cause an object to change zones "until" a specified event occurs. A second one-shot effect is created
immediately after the specified event. This second one-shot effect
returns the object to its previous zone.
610.3b An object returned to the battlefield this way returns under its owner's control unless otherwise specified.
New contributor
edited 16 hours ago
Chris Hayes
1034
1034
New contributor
answered yesterday
xploshunxploshun
814
814
New contributor
New contributor
add a comment |
add a comment |
QBrute is a new contributor. Be nice, and check out our Code of Conduct.
QBrute is a new contributor. Be nice, and check out our Code of Conduct.
QBrute is a new contributor. Be nice, and check out our Code of Conduct.
QBrute is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Board & Card Games Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fboardgames.stackexchange.com%2fquestions%2f45617%2fangel-of-condemnation-exile-creature-with-second-ability%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown