The Weather Painter Sun: 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/54895237.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 47: | Line 47: | ||
<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_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><!-- | ||
--><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 64: | Line 64: | ||
<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 18:13, 14 September 2023

The Weather Painter Sun
| Card Type: | Monster |
| Category: | Effect |
| Type: | Fairy |
| Attribute: | Fire |
| Level: | ★3 |
| Attack: | 1600 |
| Defense: | 400 |
| ID: | 54895237 |
| Archetypes: | The Weather |
| TCG Release: | November 16, 2017 |
| OCG Release: | August 11, 2017 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
If this card is in your GY: You can send 1 face-up Continuous Spell/Trap you control to the GY; Special Summon this card in Defense Position, and if you do, place 1 "The Weather" Spell/Trap from your hand face-up in your Spell & Trap Zone. You can only use this effect of "The Weather Painter Sun" 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 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 1762 | Deck Build Pack: Spirit Warriors | August 08, 2017 |












