The Weather Painter Thunder: 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/91299846.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 48: | Line 48: | ||
<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 65: | Line 65: | ||
<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:58, 16 September 2023

The Weather Painter Thunder
| Card Type: | Monster |
| Category: | Effect |
| Type: | Fairy |
| Attribute: | Light |
| Level: | ★3 |
| Attack: | 1700 |
| Defense: | 0 |
| ID: | 91299846 |
| Archetypes: | The Weather |
| TCG Release: | November 16, 2017 |
| OCG Release: | August 11, 2017 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
You can send 1 face-up Continuous Spell/Trap you control to the GY; 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 Thunder" 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 |












