Laval Blaster: 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/11834972.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 49: | Line 49: | ||
<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/Laval_Lancelord" target="_blank"><img id="related-card-image" src="https:// | <a href="https://duelingnexus.com/wiki/Laval_Lancelord" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/123709.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Volcano_Handmaiden" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Volcano_Handmaiden" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/2407147.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Lavalval_Ignis" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Lavalval_Ignis" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/3989465.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Lakeside_Lady" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Lakeside_Lady" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/8041569.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Lavalval_Dragun" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Lavalval_Dragun" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/8611007.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Lavalval_Exlord" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Lavalval_Exlord" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/12018201.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_the_Greater" target="_blank"><img id="related-card-image" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_the_Greater" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/12986807.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Judgment_Lord" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Judgment_Lord" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/14047624.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Forest_Sprite" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Forest_Sprite" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/15169262.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Stennon" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Stennon" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/20374351.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Archer" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Archer" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/30303854.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/Laval_Dual_Slasher" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/Laval_Dual_Slasher" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/31632536.jpg"></a><!-- | ||
--></div> | --></div> | ||
</div> | </div> | ||
| Line 66: | Line 66: | ||
<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 07:06, 13 September 2023

Laval Blaster
| Card Type: | Monster |
| Category: | Effect |
| Type: | Warrior |
| Attribute: | Fire |
| Level: | ★4 |
| Attack: | 1200 |
| Defense: | 800 |
| ID: | 11834972 |
| Archetypes: | Laval |
| TCG Release: | May 25, 2012 |
| OCG Release: | April 01, 2011 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
When this card is Normal Summoned, if you have a "Laval" monster in your Graveyard other than "Laval Blaster": You can choose a number from 1 to 5, then send that many cards from the top of your Deck to the Graveyard; this card gains 200 ATK for each "Laval" monster sent to the Graveyard to activate this effect.
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1552 | Hidden Arsenal 6: Omega Xyz | July 21, 2012 |
| 106 | Duel Terminal 6b | May 25, 2012 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 2278 | Duel Terminal - Xyz Startup!! | April 26, 2011 |
| 1649 | Duel Terminal Chronicle 1 - Chapter of Awakening | May 29, 2012 |












