The Weather Painter Snow: 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/65017789.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/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_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><!-- | ||
--><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 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 20:03, 14 September 2023

The Weather Painter Snow
| Card Type: | Monster |
| Category: | Effect |
| Type: | Fairy |
| Attribute: | Earth |
| Level: | ★3 |
| Attack: | 0 |
| Defense: | 2200 |
| ID: | 65017789 |
| Archetypes: | The Weather |
| TCG Release: | November 16, 2017 |
| OCG Release: | August 11, 2017 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
When this card is Normal Summoned: You can place 1 "The Weather" Spell/Trap from your Deck face-up in your Spell & Trap Zone. You can only use this effect of "The Weather Painter Snow" once per turn. Once per turn, during the Standby Phase of the turn after this card was banished from the field to activate a "The Weather" card's effect: You can Special Summon this banished card.
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 |
| 1959 | Tournament Pack 2022 Vol.1 | January 01, 2022 |












