The Weather Sunny 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/89355716.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 44: | Line 44: | ||
<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_Snowy_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https:// | --><a href="https://duelingnexus.com/wiki/The_Weather_Snowy_Canvas" target="_blank"><img id="related-card-image" style="margin-left: 0.8%;" src="https://yugi.wiki/assets/card-images/common/80577258.jpg"></a><!-- | ||
--></div> | --></div> | ||
</div> | </div> | ||
| Line 61: | Line 61: | ||
<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:39, 16 September 2023

The Weather Sunny Canvas
| Card Type: | Spell |
| Category: | Continuous |
| ID: | 89355716 |
| 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, then target 1 monster you control (Quick Effect); Tribute that target, and if you do, Special Summon 1 "The Weather" monster from your hand or GY, but not with the same name the Tributed monster had on the field. You can only control 1 "The Weather Sunny Canvas".
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1018 | Spirit Warriors | November 14, 2017 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1762 | Deck Build Pack: Spirit Warriors | August 08, 2017 |












