Last active
July 10, 2019 05:26
-
-
Save Aerwix/ec24f4b5a1ed0c05f203a48d99684fde to your computer and use it in GitHub Desktop.
Wikia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | |
<div class="container"> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th scope="col">Class Name</th> | |
<th scope="col">Male</th> | |
<th scope="col">Female</th> | |
<th scope="col">Weapons</th> | |
<th scope="col">Damage Type</th> | |
<th scope="col">Party Function</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">Sorcerer</th> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibia/images/d/da/Outfit_Mage_Male_Addon_3.gif/revision/latest?cb=20100128110912&path-prefix=es"></td> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibia/images/1/1a/Outfit_Mage_Female_Addon_3.gif/revision/latest?cb=20100128110926&path-prefix=es"></td> | |
<td>Wands</td> | |
<td>Death, Fire and Energy</td> | |
<td>Ranged DPS</td> | |
</tr> | |
<tr> | |
<th scope="row">Druid</th> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibialatin/images/f/fe/Druid_OutfitMA3.gif/revision/latest?cb=20141121014140"></td> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibialatin/images/0/09/Druid_OutfitFA3.gif/revision/latest?cb=20141121014229"></td> | |
<td>Rods</td> | |
<td>Earth and Ice</td> | |
<td>Healer</td> | |
</tr> | |
<tr> | |
<th scope="row">Archer</th> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibialatin/images/1/1d/Hunter_OutfitMA3.gif/revision/latest?cb=20140302040913"></td> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibialatin/images/d/da/Hunter_OutfitFA3.gif/revision/latest?cb=20140302040912"></td> | |
<td>Bows & Crossbows</td> | |
<td>Physical & Holy</td> | |
<td>Ranged DPS</td> | |
</tr> | |
<tr> | |
<th scope="row">Knight</th> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibia/images/9/91/Outfit_Knight_Male_Addon_3.gif/revision/latest?cb=20100128110841&path-prefix=es"></td> | |
<td><img class="" src="https://vignette.wikia.nocookie.net/tibia/images/a/a3/Outfit_Knight_Female_Addon_3.gif/revision/latest?cb=20100128110855&path-prefix=es"></td> | |
<td>1H Weapon and Shield or 2H Weapon</td> | |
<td>Physical</td> | |
<td>Tank / Melee DPS</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment