-
Notifications
You must be signed in to change notification settings - Fork 0
/
Codes
89 lines (89 loc) · 1.88 KB
/
Codes
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
{
"R3LEASE": {
"Moves": ["Shadow Ball", "Aura Sphere", "Flash Cannon", "Close Combat"],
"PokemonName": "Riolu",
"Nature": "Timid",
"Nickname": "Omega",
"Pokeball": "Ultra ball",
"Level": "Badge",
"Gender": "Male",
"Shiny": true,
"IVs": {
"SpA": 31,
"HP": 31,
"Speed": 31,
"SpD": 31,
"Def": 31,
"Atk": 31
},
"OT": "Primal Studios",
"Aura": "Yellow",
"EVs": {
"SpA": 252,
"HP": 4,
"Speed": 252,
"SpD": 0,
"Def": 0,
"Atk": 0
},
"Allowed": false
},
"500visits": {
"Moves": ["Ice Beam", "Hydro Pump", "Rest", "Ice Fang"],
"PokemonName": "Suicune",
"Nature": "Timid",
"Nickname": "Suicune",
"Pokeball": "Ultra Ball",
"Level": "Badge",
"Gender": "Random",
"Shiny": false,
"IVs": {
"SpA": 31,
"HP": 31,
"Speed": 31,
"SpD": 31,
"Def": 31,
"Atk": 31
},
"OT": "Primal Studios",
"Aura": "Purple",
"EVs": {
"SpA": 252,
"HP": 4,
"Speed": 252,
"SpD": 0,
"Def": 0,
"Atk": 0
},
"Allowed": true
},
"Festive": {
"Moves": ["Night Slash", "Leaf Blade", "Mega Drain", "False Swipe"],
"PokemonName": "Sceptile",
"Nature": "Timid",
"Nickname": "Festive",
"Pokeball": "Ultra Ball",
"Level": "35",
"Gender": "Male",
"Shiny": false,
"IVs": {
"SpA": 31,
"HP": 31,
"Speed": 31,
"SpD": 31,
"Def": 31,
"Atk": 31
},
"OT": "Primal Studios",
"Aura": "Red",
"EVs": {
"SpA": 252,
"HP": 4,
"Speed": 252,
"SpD": 0,
"Def": 0,
"Atk": 0
},
"Allowed": true
}
}