-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermidex.json
More file actions
315 lines (315 loc) · 8.88 KB
/
termidex.json
File metadata and controls
315 lines (315 loc) · 8.88 KB
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
[
{
"Name": "Pyropter",
"Types": [
"Fire",
"Air"
],
"Moves": [
{
"Movename": "Ember Gust",
"Description": "A flurry of embers propelled by a gust of wind. May inflict a burn.",
"Damage": 30.0,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.15,
"Cooldown": 1.0
},
{
"Movename": "Wing Attack",
"Description": "A physical attack using its wings to strike the opponent.",
"Damage": 35.0,
"Type": "Air",
"Statuseffect": "None",
"Chance": 1.0,
"Cooldown": 0.0
},
{
"Movename": "Heat Wave",
"Description": "Releases a wave of intense heat around the user.",
"Damage": 40.0,
"Type": "Fire",
"Statuseffect": "None",
"Chance": 0.8,
"Cooldown": 2.0
}
],
"Icon": "\ud83d\udd25",
"Weight": 2.8,
"Dimensions": {
"Length": 0.4,
"Width": 0.25,
"Height": 0.5
},
"Stats": {
"damage": 40.0,
"magic": 50.0,
"health": 45.0,
"defense": 30.0,
"magicdefense": 40.0,
"speed": 65.0
},
"description": "Pyropters are small, bird-like Pokemon known for their fiery plumage and playful nature. They are born from volcanic ash, gaining the Fire-type, and their Air-type is from their natural agility. It is said that Pyropters bring good luck to trainers, often helping them navigate through difficult terrains. Their wings are not only used for flight, but also for fanning embers and creating small bursts of fire.",
"parents": []
},
{
"Name": "Flickit",
"Types": [
"Fire"
],
"Moves": [
{
"Movename": "Ember",
"Description": "A basic fire attack.",
"Damage": 0.6,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.1,
"Cooldown": 0.5
},
{
"Movename": "Scratch",
"Description": "A normal-type claw attack.",
"Damage": 0.4,
"Type": "Fire",
"Statuseffect": "None",
"Chance": 1.0,
"Cooldown": 0.3
},
{
"Movename": "Fire Tail",
"Description": "Flickit ignites its tail and strikes the opponent.",
"Damage": 0.7,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.2,
"Cooldown": 1.0
}
],
"Icon": "\ud83d\udd25",
"Weight": 3.5,
"Dimensions": {
"Length": 0.4,
"Width": 0.2,
"Height": 0.5
},
"Stats": {
"damage": 0.7,
"magic": 0.6,
"health": 0.5,
"defense": 0.4,
"magicdefense": 0.5,
"speed": 0.7
},
"description": "Flickit are small, playful fire-type Pok\u00e9mon known for their mischievous nature and fiery tails. They are often found near human settlements, drawn to the warmth and energy of populated areas. Legend says that a Flickit's tail fire burns brighter when it experiences joy or excitement, and it is believed that keeping a Flickit happy can bring good fortune.",
"parents": []
},
{
"Name": "Emberilla",
"Types": [
"Fire"
],
"Moves": [
{
"Movename": "Ember",
"Description": "A basic fire-type move that shoots a small ember at the opponent.",
"Damage": 0.4,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.1,
"Cooldown": 0.5
},
{
"Movename": "Fire Tail Whip",
"Description": "Whips the opponent using their tail. May cause a burn.",
"Damage": 0.3,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.15,
"Cooldown": 1
},
{
"Movename": "Leer",
"Description": "Lowers the defense of the opponent with an intimidating glare.",
"Damage": 0,
"Type": "Fire",
"Statuseffect": "None",
"Chance": 1,
"Cooldown": 0.5
}
],
"Icon": "\ud83d\udd25",
"Weight": 2.3,
"Dimensions": {
"Length": 0.4,
"Width": 0.2,
"Height": 0.5
},
"Stats": {
"damage": 0.6,
"magic": 0.7,
"health": 0.5,
"defense": 0.4,
"magicdefense": 0.6,
"speed": 0.7
},
"description": "Emberilla are playful and energetic Fire-type Pokemon known for their mischievous nature. They are easily identified by the flame burning at the tip of their tail, which intensifies with their emotions. Ancient folklore says that Emberilla were born from small sparks of passion, and are often found near places of great joy or excitement.",
"parents": []
},
{
"Name": "Candlephant",
"Types": [
"Fire"
],
"Moves": [
{
"Movename": "Ember",
"Description": "A basic fire attack.",
"Damage": 0.6,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.1,
"Cooldown": 0.5
},
{
"Movename": "Tackle",
"Description": "A physical attack.",
"Damage": 0.4,
"Type": "Earth",
"Statuseffect": "None",
"Chance": 1.0,
"Cooldown": 0.0
},
{
"Movename": "Inferno Nose",
"Description": "Uses its nose to create a cone of fire.",
"Damage": 0.7,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.2,
"Cooldown": 1.5
}
],
"Icon": "\ud83d\udc18",
"Weight": 15.0,
"Dimensions": {
"Length": 0.7,
"Width": 0.4,
"Height": 0.6
},
"Stats": {
"damage": 0.7,
"magic": 0.6,
"health": 1.0,
"defense": 0.5,
"magicdefense": 0.7,
"speed": 0.4
},
"description": "Candlephant are known for the flame on their back. When Candlephant are happy, their flames burn bright and steady. When they're sad, the flame flickers.",
"parents": []
},
{
"Name": "Coalark",
"Types": [
"Fire"
],
"Moves": [
{
"Movename": "Ember",
"Description": "A basic fire attack that shoots a small ember at the opponent.",
"Damage": 0.6,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.1,
"Cooldown": 0.5
},
{
"Movename": "Peck",
"Description": "A basic physical attack that pecks at the opponent.",
"Damage": 0.4,
"Type": "Air",
"Statuseffect": "None",
"Chance": 0.95,
"Cooldown": 0.2
},
{
"Movename": "Smoke Screen",
"Description": "Emits a cloud of smoke, reducing the opponent's accuracy.",
"Damage": 0.0,
"Type": "Fire",
"Statuseffect": "Confuse",
"Chance": 0.2,
"Cooldown": 1.5
}
],
"Icon": "\ud83d\udc26\u200d\ud83d\udd25",
"Weight": 1.8,
"Dimensions": {
"Length": 0.4,
"Width": 0.2,
"Height": 0.5
},
"Stats": {
"damage": 0.7,
"magic": 0.6,
"health": 0.8,
"defense": 0.5,
"magicdefense": 0.6,
"speed": 0.9
},
"description": "Coalarks are small, bird-like Pok\u00e9mon with feathers that appear as if they are made of burning coal. They are known for their cheerful disposition and are often found near volcanic regions. Legend has it that Coalarks are born from embers left behind by Ho-Oh.",
"parents": []
},
{
"Name": "Flarrot",
"Types": [
"Fire"
],
"Moves": [
{
"Movename": "Ember",
"Description": "A basic fire attack that shoots a small ember.",
"Damage": 0.6,
"Type": "Fire",
"Statuseffect": "Burn",
"Chance": 0.1,
"Cooldown": 0.5
},
{
"Movename": "Scratch",
"Description": "A physical attack using its claws.",
"Damage": 0.4,
"Type": "Earth",
"Statuseffect": "None",
"Chance": 1.0,
"Cooldown": 0.3
},
{
"Movename": "Smokescreen",
"Description": "Reduces the opponent's accuracy with a cloud of smoke.",
"Damage": 0.0,
"Type": "Fire",
"Statuseffect": "None",
"Chance": 0.7,
"Cooldown": 1.0
}
],
"Icon": "\ud83e\udd55",
"Weight": 2.5,
"Dimensions": {
"Length": 0.3,
"Width": 0.2,
"Height": 0.5
},
"Stats": {
"damage": 45.0,
"magic": 60.0,
"health": 50.0,
"defense": 35.0,
"magicdefense": 50.0,
"speed": 70.0
},
"description": "Flarrot are small, rabbit-like Pok\u00e9mon with a fiery orange coloration. Their ears resemble carrot tops, and their tails are constantly alight with a small flame. Flarrot are known for their playful and energetic nature, often seen hopping around and warming themselves in sunny spots. They are said to bring good luck to farmers, as their presence helps to ward off pests and ensure a bountiful harvest. These fire-type Pok\u00e9mon are particularly fond of root vegetables and are not afraid to use their fiery breath to cook them to perfection.",
"parents": []
}
]