Primathmech Laplacian: Difference between revisions
From Yu-Gi-Oh! Wiki
(Test edit from WCL quick start.) |
(Test edit from WCL quick start.) |
||
| Line 4: | Line 4: | ||
<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/88021907.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 50: | Line 50: | ||
<div id="related-cards" style="display: block; " hidden=""> | <div id="related-cards" style="display: block; " hidden=""> | ||
<p>Related Cards</p> | <p>Related Cards</p> | ||
<a href="https://duelingnexus.com/wiki/Mathmech_Equation" target="_blank"><img id="related-card-image" src="https:// | <a href="https://duelingnexus.com/wiki/Mathmech_Equation" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/14025912.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Induction" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Induction" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/14393464.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Geomathmech_Magma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Geomathmech_Magma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/15248594.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Subtraction" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Subtraction" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/16360142.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Diameter" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Diameter" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/17946349.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Sigma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Sigma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/27182739.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Circular" target="_blank"><img id="related-card-image" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Circular" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/36521307.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Billionblade_Nayuta" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Billionblade_Nayuta" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/41410651.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Geomathmech_Final_Sigma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Geomathmech_Final_Sigma" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/42632209.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Multiplication" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Multiplication" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/52354896.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Nabla" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Nabla" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/53577438.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Mathmech_Addition" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Mathmech_Addition" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/80965043.jpg"></a><!-- | ||
--></div> | --></div> | ||
</div> | </div> | ||
| Line 67: | Line 67: | ||
<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> | ||
Revision as of 03:25, 16 September 2023

Primathmech Laplacian
| Card Type: | Monster |
| Category: | Effect, XYZ |
| Type: | Cyberse |
| Attribute: | Earth |
| Rank: | ★4 |
| Attack: | 2000 |
| Defense: | 0 |
| ID: | 88021907 |
| Archetypes: | Mathmech |
| TCG Release: | November 21, 2019 |
| OCG Release: | August 03, 2019 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
3 Level 4 monsters / If a "Mathmech" card(s) you control would be destroyed by card effect, you can detach 1 material from this card instead. If this card is Xyz Summoned: You can detach up to 3 materials from it, then choose that many effects (you cannot choose the same effect twice, and you resolve them in the listed order, skipping any that were not chosen); ● Send 1 random card from your opponent's hand to the GY. ● Send 1 monster your opponent controls to the GY. ● Send 1 Spell/Trap your opponent controls to the GY. You can only use this effect of "Primathmech Laplacian" once per turn.
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1317 | Mystic Fighters | November 19, 2019 |
| 2508 | Ghosts From the Past: The 2nd Haunting | April 22, 2022 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1764 | Deck Build Pack: Mystic Fighters | July 31, 2019 |












