Multiple Destruction: Difference between revisions
From Yu-Gi-Oh! Wiki
(Test edit from WCL quick start.) |
(Updated card data) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#seo:|title=Yu-Gi-Oh! Wiki - Multiple Destruction | {{#seo:|title=Yu-Gi-Oh! Wiki - Multiple Destruction | ||
|description=If both players have 3 or more cards in their hand: Each player places their entire hand on the bottom of the Deck in any order, also you lose LP equal to | |||
|image=https://yugi.wiki/assets/card-images/common/14057297.jpg | |||
|image_width=421 | |||
|image_height=614 | |||
|type=article | |||
|site_name=Yu-Gi-Oh! Wiki | |||
}} | |||
<html> | <html> | ||
<div> | <div> | ||
<div id="card-images-container"> | <div id="card-images-container"> | ||
<p style="margin: 0px; "><img id="card-image" src="https:// | <p style="margin: 0px; "><img id="card-image" src="https://yugi.wiki/assets/card-images/common/14057297.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 14: | Line 20: | ||
<tr><td class="card-data-td-title">ID:</td><td>14057297</td></tr> | <tr><td class="card-data-td-title">ID:</td><td>14057297</td></tr> | ||
<tr><td class="card-data-td-title">TCG Release:</td><td>June 19, 2015</td></tr> | <tr><td class="card-data-td-title">TCG Release:</td><td>June 19, 2015</td></tr> | ||
<tr><td class="card-data-td-title">OCG Release:</td><td> | <tr><td class="card-data-td-title">OCG Release:</td><td>December 19, 2020</td></tr> | ||
</table> | </table> | ||
<div id="banlist-status-container"> | <div id="banlist-status-container"> | ||
| Line 23: | Line 29: | ||
<p id="card-description-data">If both players have 3 or more cards in their hand: Each player places their entire hand on the bottom of the Deck in any order, also you lose LP equal to the total number of cards returned to the Deck by this effect x 300 (min. 1), then each player draws 5 cards. You can only activate 1 "Multiple Destruction" per turn.</p> | <p id="card-description-data">If both players have 3 or more cards in their hand: Each player places their entire hand on the bottom of the Deck in any order, also you lose LP equal to the total number of cards returned to the Deck by this effect x 300 (min. 1), then each player draws 5 cards. You can only activate 1 "Multiple Destruction" per turn.</p> | ||
<div id="card-container-buttons"> | <div id="card-container-buttons"> | ||
<form class="card-button" style="margin-right: 1%;" action="https://duelingnexus.com | <form class="card-button" style="margin-right: 1%;" action="https://duelingnexus.com/yugioh-decks/index.php"><input type="hidden" name="cardId" value="14057297" /><button id="find-decks">Find in Decks</button></form><!-- | ||
--><form class="card-button" style="margin-right: 1%;" action="https://www.tcgplayer.com/search/yugioh/product"><input type="hidden" name="productLineName" value="yugioh" /><input type="hidden" name="q" value="Multiple+Destruction" /><button id="buy-card-tcgplayer">Buy on TCGplayer</button></form><!-- | --><form class="card-button" style="margin-right: 1%;" action="https://www.tcgplayer.com/search/yugioh/product"><input type="hidden" name="productLineName" value="yugioh" /><input type="hidden" name="q" value="Multiple+Destruction" /><button id="buy-card-tcgplayer">Buy on TCGplayer</button></form><!-- | ||
--><form class="card-button" action="https://www.cardmarket.com/en/YuGiOh/Cards/Multiple-Destruction"><button id="buy-card-cardmarket">Buy on Cardmarket</button></form><!-- | --><form class="card-button" action="https://www.cardmarket.com/en/YuGiOh/Cards/Multiple-Destruction"><button id="buy-card-cardmarket">Buy on Cardmarket</button></form><!-- | ||
| Line 31: | Line 37: | ||
<table id="card-packs-tcg-table" class="card-packs-table"> | <table id="card-packs-tcg-table" class="card-packs-table"> | ||
<tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | <tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | ||
<tr id="card-pack"><td id="card-pack-abbr"> | <tr id="card-pack"><td id="card-pack-abbr">352160</td><td id="card-pack-name">Duelist Pack: Battle City</td><td id="card-pack-release-date">June 19, 2015</td></tr> | ||
</table> | </table> | ||
<p id="card-packs-ocg-title" class="sets-title">OCG Sets</p> | <p id="card-packs-ocg-title" class="sets-title">OCG Sets</p> | ||
<table id="card-packs-ocg-table" class="card-packs-table"> | <table id="card-packs-ocg-table" class="card-packs-table"> | ||
<tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | <tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | ||
<tr id="card-pack"><td id="card-pack-abbr"> | <tr id="card-pack"><td id="card-pack-abbr">903287</td><td id="card-pack-name">Prismatic God Box</td><td id="card-pack-release-date">December 19, 2020</td></tr> | ||
</table> | </table> | ||
</div> | </div> | ||
| Line 43: | Line 48: | ||
<script> | <script> | ||
setCardImage = function(image, id) { | setCardImage = function(image, id) { | ||
document.getElementById("card-image").src = "https:// | document.getElementById("card-image").src = "https://yugi.wiki/assets/card-images/common/" + id + ".jpg"; | ||
} | } | ||
</script> | </script> | ||
</html> | </html> | ||
Latest revision as of 21:33, 5 August 2026

Multiple Destruction
| Card Type: | Trap |
| ID: | 14057297 |
| TCG Release: | June 19, 2015 |
| OCG Release: | December 19, 2020 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
If both players have 3 or more cards in their hand: Each player places their entire hand on the bottom of the Deck in any order, also you lose LP equal to the total number of cards returned to the Deck by this effect x 300 (min. 1), then each player draws 5 cards. You can only activate 1 "Multiple Destruction" per turn.
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 352160 | Duelist Pack: Battle City | June 19, 2015 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 903287 | Prismatic God Box | December 19, 2020 |
