The Weather Snowy Canvas: 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/80577258.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 46: | Line 46: | ||
<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/The_Weather_Thundery_Canvas" target="_blank"><img id="related-card-image" src="https:// | <a href="https://duelingnexus.com/wiki/The_Weather_Thundery_Canvas" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/16849715.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Forecast" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Forecast" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/18720257.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Rainy_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Rainy_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/27561302.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Aurora" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Aurora" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/27784944.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Cloud" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Cloud" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/28806532.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Auroral_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Auroral_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/52834429.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Cloudy_Canvas" target="_blank"><img id="related-card-image" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Cloudy_Canvas" target="_blank"><img id="related-card-image" src="https://yugi.wiki/assets/card-images/common/53956001.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Rainbow" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Rainbow" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/54178659.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Sun" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Sun" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/54895237.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Snow" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Painter_Snow" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/65017789.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Rainbowed_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Rainbowed_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/74218258.jpg"></a><!-- | ||
--><a href="https://duelingnexus.com/wiki/The_Weather_Sunny_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Sunny_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/89355716.jpg"></a><!-- | ||
--></div> | --></div> | ||
</div> | </div> | ||
| Line 63: | Line 63: | ||
<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 02:06, 16 September 2023

The Weather Snowy Canvas
| Card Type: | Spell |
| Category: | Continuous |
| ID: | 80577258 |
| Archetypes: | The Weather |
| TCG Release: | November 16, 2017 |
| OCG Release: | August 11, 2017 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
"The Weather" Effect Monsters in your Main Monster Zones of this card's column and its adjacent columns gain this effect. ● You can banish this card (Quick Effect); add 1 "The Weather" card from your Deck to your hand, also you cannot add cards from your Deck to your hand for the rest of this turn, except by drawing them. You can only control 1 "The Weather Snowy Canvas".
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1018 | Spirit Warriors | November 14, 2017 |
| 1342 | Maximum Gold: El Dorado | November 16, 2021 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1762 | Deck Build Pack: Spirit Warriors | August 08, 2017 |
| 2745 | Secret Utility Box | December 24, 2022 |












