-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonsters.yaml
621 lines (621 loc) · 12.3 KB
/
monsters.yaml
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
- can_be_spawned: true
complex:
attack: 3
defense: 3
max_hp: 6
speed: 2
description: A small, fiery creature with a passion for battle that evolves into
a larger, more powerful form.
element: Fire
evolution: Infernoth
name: Flamikin
simple:
attack: 3
defense: 3
max_hp: 6
speed: 2
- complex:
attack: 4
defense: 3
max_hp: 8
speed: 5
description: A fiery warrior Pokemon with a passion for battle that can summon flames
from its fists.
element: Fire
evolution: Infernox
name: Infernoth
simple:
attack: 4
defense: 3
max_hp: 8
speed: 5
- complex:
attack: 8
defense: 3
max_hp: 13
speed: 14
description: A fearsome and intimidating Pokemon that can manipulate flames and
darkness to its advantage.
element: Fire
name: Infernox
simple:
attack: 8
defense: 3
max_hp: 13
speed: 14
- can_be_spawned: true
complex:
attack: 3
defense: 3
max_hp: 8
speed: 2
description: A playful water-based Pokemon that evolves into a majestic sea creature.
element: Water
evolution: Marititan
name: Aquariuma
simple:
attack: 3
defense: 3
max_hp: 8
speed: 2
- complex:
attack: 3
defense: 5
max_hp: 12
speed: 2
description: A massive sea creature that can create tsunamis with a single wave
of its tail.
element: Water
evolution: Leviatitan
name: Marititan
simple:
attack: 3
defense: 5
max_hp: 12
speed: 2
- complex:
attack: 4
defense: 8
max_hp: 15
speed: 2
description: An ancient and legendary Pokemon that can control the seas and summon
powerful storms at will.
element: Water
name: Leviatitan
simple:
attack: 4
defense: 8
max_hp: 15
speed: 2
- can_be_spawned: true
complex:
attack: 4
defense: 3
max_hp: 6
speed: 3
description: A quick and agile Pokemon that evolves into a towering, tree-like creature.
element: Grass
evolution: Treetower
name: Vineon
simple:
attack: 4
defense: 3
max_hp: 6
speed: 3
- complex:
attack: 6
defense: 3
max_hp: 8
speed: 6
description: A towering tree-like Pokemon that can manipulate the earth to its advantage.
element: Grass
evolution: Treemendous
name: Treetower
simple:
attack: 6
defense: 3
max_hp: 8
speed: 6
- complex:
attack: 9
defense: 3
max_hp: 10
speed: 10
description: A colossal and sturdy Pokemon that can withstand the strongest winds
and resist even the toughest attacks.
element: Grass
name: Treemendous
simple:
attack: 9
defense: 3
max_hp: 10
speed: 10
- can_be_spawned: true
complex:
attack: 5
defense: 4
max_hp: 9
speed: 1
description: A fierce, rocky Pokemon that evolves into a massive, mountain-like
beast.
element: Rock
evolution: Stonemountain
name: Rockodile
simple:
attack: 5
defense: 4
max_hp: 9
speed: 1
- complex:
attack: 6
defense: 5
max_hp: 11
speed: 1
description: A colossal mountain-like beast that can cause earthquakes with its
tremendous weight.
element: Rock
name: Stonemountain
simple:
attack: 6
defense: 5
max_hp: 11
speed: 1
- can_be_spawned: true
complex:
attack: 7
defense: 2
max_hp: 7
speed: 9
description: A graceful bird Pokemon that evolves into a fierce eagle with razor-sharp
talons.
element: Flying
evolution: Stormeagle
name: Gustwing
simple:
attack: 7
defense: 2
max_hp: 7
speed: 9
- complex:
attack: 11
defense: 2
max_hp: 9
speed: 11
description: A fierce eagle Pokemon that can create thunderstorms with its powerful
wings.
element: Flying
name: Stormeagle
simple:
attack: 11
defense: 2
max_hp: 9
speed: 11
- can_be_spawned: true
complex:
attack: 3
defense: 4
max_hp: 12
speed: 1
description: A small, icy Pokemon that evolves into a larger, more powerful form
with the ability to create blizzards.
element: Ice
evolution: Blizzarus
name: Frostbite
simple:
attack: 3
defense: 4
max_hp: 12
speed: 1
- complex:
attack: 3
defense: 4
max_hp: 20
speed: 1
description: A powerful and mysterious Pokemon that can freeze anything in its path
and disappear into thin air.
element: Ice
name: Blizzarus
simple:
attack: 3
defense: 4
max_hp: 20
speed: 1
- can_be_spawned: true
complex:
attack: 6
defense: 2
max_hp: 6
speed: 13
description: A powerful and lightning-fast Pokemon that evolves into a fearsome
dragon with the ability to control thunderstorms.
element: Electric
evolution: Thunderdrake
name: Thundrake
simple:
attack: 6
defense: 2
max_hp: 6
speed: 13
- complex:
attack: 8
defense: 2
max_hp: 10
speed: 16
description: A fearsome dragon Pokemon that can control thunderstorms and shoot
bolts of lightning from its jaws.
element: Electric
name: Thunderdrake
simple:
attack: 8
defense: 2
max_hp: 10
speed: 16
- can_be_spawned: true
complex:
attack: 12
defense: 0
max_hp: 3
speed: 0
description: A sleek and stealthy Pokemon that evolves into a powerful feline with
the ability to control shadows.
element: Dark
evolution: Nightpanther
name: Shadowcat
simple:
attack: 12
defense: 0
max_hp: 3
speed: 0
- complex:
attack: 12
defense: 2
max_hp: 10
speed: 4
description: A stealthy and powerful feline Pokemon that can control shadows and
disappear into the darkness.
element: Dark
name: Nightpanther
simple:
attack: 12
defense: 2
max_hp: 10
speed: 4
- can_be_spawned: true
complex:
attack: 5
defense: 2
max_hp: 6
speed: 5
description: A mystical and otherworldly Pokemon that evolves into a graceful, bird-like
creature with the power of telekinesis.
element: Psychic
evolution: Telekite
name: Mystifly
simple:
attack: 5
defense: 2
max_hp: 6
speed: 5
- complex:
attack: 10
defense: 3
max_hp: 9
speed: 4
description: A graceful bird-like Pokemon that can move objects with its powerful
psychic abilities and fly at amazing speeds.
element: Psychic
name: Telekite
simple:
attack: 10
defense: 3
max_hp: 9
speed: 4
- can_be_spawned: true
complex:
attack: 3
defense: 8
max_hp: 13
speed: 1
description: A sturdy and metallic Pokemon with a powerful horn that evolves into
a massive, armored beast.
element: Steel
evolution: Ironclad
name: Metalhorn
simple:
attack: 3
defense: 8
max_hp: 13
speed: 1
- complex:
attack: 5
defense: 10
max_hp: 17
speed: 1
description: An armored and powerful Pokemon with tremendous strength and the ability
to withstand even the toughest attacks.
element: Steel
name: Ironclad
simple:
attack: 5
defense: 10
max_hp: 17
speed: 1
- complex:
attack: 1
defense: 0
max_hp: 5
speed: 3
description: A small, unassuming snake Pokemon with a curious nature.
element: Normal
name: Normake
simple:
attack: 1
defense: 0
max_hp: 5
speed: 3
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A quick and agile snake Pokemon with powerful strikes.
element: Fighting
evolution: Normake
name: Strikeon
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A venomous snake Pokemon that can paralyze its prey with a single bite.
element: Poison
evolution: Normake
name: Venomcoil
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A massive snake Pokemon with the power to control the elements.
element: Dragon
evolution: Normake
name: Pythondra
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A powerful snake Pokemon with an iron grip and sharp claws.
element: Steel
evolution: Normake
name: Constriclaw
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A lightning-fast snake Pokemon capable of shocking its enemies with
a jolt of electricity.
element: Electric
evolution: Normake
name: Shockserpent
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A ghostly snake Pokemon that can phase through objects and disappear
into thin air.
element: Ghost
evolution: Normake
name: Driftsnake
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A sleek and slippery snake Pokemon with the ability to swim at incredible
speeds.
element: Water
evolution: Normake
name: Aquanake
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A fiery snake Pokemon that can create intense flames with a flick of
its tail.
element: Fire
evolution: Normake
name: Flameserpent
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A snake Pokemon with the power to control plants and the ability to
camouflage itself in the forest.
element: Grass
evolution: Normake
name: Leafadder
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A cold-blooded snake Pokemon that can freeze its prey with a touch.
element: Ice
evolution: Normake
name: Iceviper
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A sturdy snake Pokemon with the ability to crush boulders with its
powerful coils.
element: Rock
evolution: Normake
name: Rockpython
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A musical snake Pokemon with the ability to create powerful soundwaves
with its voice.
element: Flying
evolution: Normake
name: Soundcobra
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A psychic snake Pokemon with the power to manipulate the minds of others.
element: Psychic
evolution: Normake
name: Psychosnake
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A burrowing snake Pokemon with the ability to create earthquakes with
its powerful strikes.
element: Ground
evolution: Normake
name: Groundviper
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A charming and mischievous snake Pokemon with the power to cast spells
and create illusions.
element: Fairy
evolution: Normake
name: Faeboa
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A venomous snake Pokemon with the ability to control insects and swarm
its enemies.
element: Bug
evolution: Normake
name: Bugrattler
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7
- can_be_spawned: true
complex:
attack: 7
defense: 7
max_hp: 5
speed: 7
description: A sneaky and cunning snake Pokemon with the power to create darkness
and confusion.
element: Dark
evolution: Normake
name: Darkadder
simple:
attack: 7
defense: 7
max_hp: 5
speed: 7