-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbutterfree.html
155 lines (144 loc) · 5.61 KB
/
butterfree.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!doctype html>
<html>
<head>
<title>012 Butterfree</title>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="cstyles.css">
</head>
<body>
<main id='cmain'>
<div>
<h2>012 Butterfree</h2>
<img class='cpic' src='graphics/012 Butterfree.png'>
</div>
<table>
<tr>
<th>Pokedex Number</th>
<th>Type</th>
<th>Classification</th>
</tr>
<tr>
<td><span class="ctype">
National: 012<br>
Galarian: 015<br>
</span>
</td>
<td>
<span class='ctype'><img class='Ticon' src='graphics/Bug Type.png' > Bug</span>
<span class='ctype'>
<img class='Ticon' src='graphics/Flying Type.png'> Flying</td>
</span>
<td><span class="ctype">Butterfly Pokémon</span></td>
</tr>
</table>
<table>
<tr>
<th>Attack (Pokemon's type) strong against</th>
<th>Attack (Pokemon's type) weak against</th>
<th>Resistant to</th>
<th>Vulnerable to</th>
</tr>
<tr>
<td>
<div class='Tsep'>Bug:</div>
<span class='ctype'><img class='Ticon' src='graphics/Psychic Type.png'> Psychic</span>
<span class='ctype'><img class='Ticon' src='graphics/Dark Type.png'> Dark</span>
<span class='ctype'><img class='Ticon' src='graphics/Grass Type.png'> Grass</span>
<br>
<div class='Tsep'>Flying:</div>
<span class='ctype'><img class='Ticon' src='graphics/Grass Type.png'> Grass</span>
<span class='ctype'><img class='Ticon' src='graphics/Fighting Type.png'> Fighting</span>
<span class='ctype'><img class='Ticon' src='graphics/Bug Type.png'> Bug</span>
</td>
<td>
<div class='Tsep'>Bug:</div>
<span class='ctype'><img class='Ticon' src='graphics/Fire Type.png' > Fire</span>
<span class='ctype'><img class='Ticon' src='graphics/Fighting Type.png'> Fighting</span>
<span class='ctype'><img class='Ticon' src='graphics/Poison Type.png'> Poison</span>
<span class='ctype'><img class='Ticon' src='graphics/Flying Type.png'> Flying</span>
<span class='ctype'><img class='Ticon' src='graphics/Ghost Type.png'> Ghost</span>
<span class='ctype'><img class='Ticon' src='graphics/Steel Type.png'> Steel</span>
<span class='ctype'><img class='Ticon' src='graphics/Fairy Type.png' > Fairy</span>
<div class='Tsep'>Flying:</div>
<span class='ctype'><img class='Ticon' src='graphics/Electric Type.png'> Electric</span>
<span class='ctype'><img class='Ticon' src='graphics/Rock Type.png'> Rock</span>
<span class='ctype'><img class='Ticon' src='graphics/Steel Type.png'> Steel</span>
</td>
<td>
<span class='ctype'><img class='Ticon' src='graphics/Bug Type.png'> Bug</span>
<span class='ctype'><img class='Ticon' src='graphics/Fighting Type.png'> Fighting</span>
<span class='ctype'><img class='Ticon' src='graphics/Grass Type.png'> Grass</span>
<span class='ctype'><img class='Ticon' src='graphics/Ground Type.png'> Ground</span>
</td>
<td>
<span class='ctype'><img class='Ticon' src='graphics/Flying Type.png'> Flying</span>
<span class='ctype'><img class='Ticon' src='graphics/Electric Type.png'> Electric</span>
<span class='ctype'><img class='Ticon' src='graphics/Fire Type.png' > Fire</span>
<span class='ctype'><img class='Ticon' src='graphics/Ice Type.png'>Ice</span>
</td>
</tr>
</table>
<div>
<p>Abilities</p>
<table>
<tr>
<th>Ability</th>
<th>Ability Type</th>
<th>Ability effects</th>
</tr>
<tr>
<td>
<span class="ctype">Compoundeyes</span>
</td>
<td>
<span class="ctype"> Normal</span>
</td>
<td>
<span class="ctype">Raises the Pokémon’s accuracy by 30%.</span>
</td>
</tr>
<tr>
<td>
<span class="ctype">Tinted Lens</span>
</td>
<td>
<span class="ctype">Hidden</span>
</td>
<td>
<span class="ctype">The damage of “not very effective” moves is doubled, which means they will deal regular damage.</span>
</td>
</tr>
</table>
</div>
<div>
<p>Evolution Line</p>
<img class='evoline' src='graphics/Evolution Lines/010 Caterpie Metapod Butterfree.png '>
</div>
<div>
<p>Gigantamax Form</p>
<img class='cpic' src='graphics/012-gigantamax Butterfree.png'>
</div>
<div>
<p>Pokedex Entries</p>
<ul>
<li>In battle, it flaps its wings at great speed to release highly toxic dust into the air.</li>
<li>It collects honey every day. It rubs honey onto the hairs on its legs to carry it back to its nest.
</li>
<li> Its wings, covered with poisonous powder, repel water. This allows it to fly in the rain.</li>
<li>Sun Close examination of its large eyes reveals that each eye is composed of a myriad of tiny eyes.</li>
</ul>
</div>
<p>Base Stats</p>
<div class='statblock ctype'>
<b><i>HP</b></i>: 60 <br>
<b><i>Attack</b></i>: 45 <br>
<b><i>Defense</b></i>: 50 <br>
<b><i>Special Attack</b></i>: 90 <br>
<b><i>Special Defense</b></i>: 80 <br>
<b><i>Speed</b></i>: 70 <br>
<br>
<b><i>Total</b></i>: 395
</div>
</main>
</body>
</html>