-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathindex.json
More file actions
108 lines (108 loc) · 2.64 KB
/
index.json
File metadata and controls
108 lines (108 loc) · 2.64 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
{
"accuracy": 85,
"contest_combos": null,
"contest_effect": null,
"contest_type": null,
"damage_class": {
"name": "special",
"url": "/api/v2/move-damage-class/3/"
},
"effect_chance": null,
"effect_changes": [],
"effect_entries": [],
"flavor_text_entries": [
{
"flavor_text": "The user sets off an explosion of sticky candy syrup, which coats the target and causes the target's Speed stat to drop each turn for three turns.",
"language": {
"name": "en",
"url": "/api/v2/language/9/"
},
"version_group": {
"name": "scarlet-violet",
"url": "/api/v2/version-group/25/"
}
}
],
"generation": {
"name": "generation-ix",
"url": "/api/v2/generation/9/"
},
"id": 903,
"learned_by_pokemon": [
{
"name": "dipplin",
"url": "/api/v2/pokemon/1011/"
},
{
"name": "hydrapple",
"url": "/api/v2/pokemon/1019/"
}
],
"machines": [],
"meta": {
"ailment": {
"name": "none",
"url": "/api/v2/move-ailment/0/"
},
"ailment_chance": 0,
"category": {
"name": "unique",
"url": "/api/v2/move-category/13/"
},
"crit_rate": 0,
"drain": 0,
"flinch_chance": 0,
"healing": 0,
"max_hits": null,
"max_turns": 3,
"min_hits": null,
"min_turns": 3,
"stat_chance": 100
},
"name": "syrup-bomb",
"names": [
{
"language": {
"name": "ja-Hrkt",
"url": "/api/v2/language/1/"
},
"name": "\u307f\u305a\u3042\u3081\u30dc\u30e0"
},
{
"language": {
"name": "en",
"url": "/api/v2/language/9/"
},
"name": "Syrup Bomb"
},
{
"language": {
"name": "ja",
"url": "/api/v2/language/11/"
},
"name": "\u307f\u305a\u3042\u3081\u30dc\u30e0"
}
],
"past_values": [],
"power": 60,
"pp": 10,
"priority": 0,
"stat_changes": [
{
"change": -1,
"stat": {
"name": "speed",
"url": "/api/v2/stat/6/"
}
}
],
"super_contest_effect": null,
"target": {
"name": "selected-pokemon",
"url": "/api/v2/move-target/10/"
},
"type": {
"name": "grass",
"url": "/api/v2/type/12/"
}
}