Tenma the Sky Star: Difference between revisions
From Yu-Gi-Oh! Wiki
(Test edit from WCL quick start.) |
(Test edit from WCL quick start.) |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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/33837653.jpg"></p> | ||
<div id="alternative-arts"><!-- | <div id="alternative-arts"><!-- | ||
--></div> | --></div> | ||
| Line 19: | Line 19: | ||
<tr><td class="card-data-td-title">Defense:</td><td>1000</td></tr> | <tr><td class="card-data-td-title">Defense:</td><td>1000</td></tr> | ||
<tr><td class="card-data-td-title">ID:</td><td>33837653</td></tr> | <tr><td class="card-data-td-title">ID:</td><td>33837653</td></tr> | ||
<tr><td class="card-data-td-title">TCG Release:</td><td>June | <tr><td class="card-data-td-title">TCG Release:</td><td>June 29, 2018</td></tr> | ||
<tr><td class="card-data-td-title">OCG Release:</td><td>May 12, 2018</td></tr> | <tr><td class="card-data-td-title">OCG Release:</td><td>May 12, 2018</td></tr> | ||
</table> | </table> | ||
| Line 29: | Line 29: | ||
<p id="card-description-data">If only your opponent controls a monster, or if you control an EARTH monster, you can Normal Summon this card without Tributing. If this card is Normal or Special Summoned: You can Special Summon 1 Level 5 EARTH Warrior monster from your hand. You can only use this effect of "Tenma the Sky Star" once per turn. Once per turn, when your opponent activates a card or effect that targets a Warrior monster you control (Quick Effect): You can make this card lose exactly 500 ATK, and if you do, negate the activation, and if you do that, destroy that card.</p> | <p id="card-description-data">If only your opponent controls a monster, or if you control an EARTH monster, you can Normal Summon this card without Tributing. If this card is Normal or Special Summoned: You can Special Summon 1 Level 5 EARTH Warrior monster from your hand. You can only use this effect of "Tenma the Sky Star" once per turn. Once per turn, when your opponent activates a card or effect that targets a Warrior monster you control (Quick Effect): You can make this card lose exactly 500 ATK, and if you do, negate the activation, and if you do that, destroy that card.</p> | ||
<div id="card-container-buttons"> | <div id="card-container-buttons"> | ||
<form class="card-button" style="margin-right: 1%;" action="https://duelingnexus.com | <form class="card-button" style="margin-right: 1%;" action="https://duelingnexus.com/yugioh-decks/index.php"><input type="hidden" name="cardId" value="33837653" /><button id="find-decks">Find in Decks</button></form><!-- | ||
--><form class="card-button" style="margin-right: 1%;" action="https://www.tcgplayer.com/search/yugioh/product"><input type="hidden" name="productLineName" value="yugioh" /><input type="hidden" name="q" value="Tenma+the+Sky+Star" /><button id="buy-card-tcgplayer">Buy on TCGplayer</button></form><!-- | --><form class="card-button" style="margin-right: 1%;" action="https://www.tcgplayer.com/search/yugioh/product"><input type="hidden" name="productLineName" value="yugioh" /><input type="hidden" name="q" value="Tenma+the+Sky+Star" /><button id="buy-card-tcgplayer">Buy on TCGplayer</button></form><!-- | ||
--><form class="card-button" action="https://www.cardmarket.com/en/YuGiOh/Cards/Tenma-the-Sky-Star"><button id="buy-card-cardmarket">Buy on Cardmarket</button></form><!-- | --><form class="card-button" action="https://www.cardmarket.com/en/YuGiOh/Cards/Tenma-the-Sky-Star"><button id="buy-card-cardmarket">Buy on Cardmarket</button></form><!-- | ||
| Line 37: | Line 37: | ||
<table id="card-packs-tcg-table" class="card-packs-table"> | <table id="card-packs-tcg-table" class="card-packs-table"> | ||
<tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | <tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | ||
<tr id="card-pack"><td id="card-pack-abbr"> | <tr id="card-pack"><td id="card-pack-abbr">555416</td><td id="card-pack-name">Battles of Legend: Relentless Revenge</td><td id="card-pack-release-date">June 29, 2018</td></tr> | ||
</table> | </table> | ||
<p id="card-packs-ocg-title" class="sets-title">OCG Sets</p> | <p id="card-packs-ocg-title" class="sets-title">OCG Sets</p> | ||
<table id="card-packs-ocg-table" class="card-packs-table"> | <table id="card-packs-ocg-table" class="card-packs-table"> | ||
<tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | <tr class="card-pack-title"><th id="card-pack-abbr-title">ID</th><th id="card-pack-name-title">Name</th><th id="card-pack-release-date-title">Release Date</th></tr> | ||
<tr id="card-pack"><td id="card-pack-abbr"> | <tr id="card-pack"><td id="card-pack-abbr">555145</td><td id="card-pack-name">Collectors Pack 2018</td><td id="card-pack-release-date">May 12, 2018</td></tr> | ||
</table> | </table> | ||
</div> | </div> | ||
| Line 48: | Line 48: | ||
<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> | ||
Latest revision as of 01:22, 10 May 2026

Tenma the Sky Star
| Card Type: | Monster |
| Category: | Effect |
| Type: | Warrior |
| Attribute: | Light |
| Level: | ★5 |
| Attack: | 2100 |
| Defense: | 1000 |
| ID: | 33837653 |
| TCG Release: | June 29, 2018 |
| OCG Release: | May 12, 2018 |
TCG Status: Unlimited
OCG Status: Unlimited
Description:
If only your opponent controls a monster, or if you control an EARTH monster, you can Normal Summon this card without Tributing. If this card is Normal or Special Summoned: You can Special Summon 1 Level 5 EARTH Warrior monster from your hand. You can only use this effect of "Tenma the Sky Star" once per turn. Once per turn, when your opponent activates a card or effect that targets a Warrior monster you control (Quick Effect): You can make this card lose exactly 500 ATK, and if you do, negate the activation, and if you do that, destroy that card.
TCG Sets
| ID | Name | Release Date |
|---|---|---|
| 555416 | Battles of Legend: Relentless Revenge | June 29, 2018 |
OCG Sets
| ID | Name | Release Date |
|---|---|---|
| 555145 | Collectors Pack 2018 | May 12, 2018 |
