pokemon-io-core 0.0.121 → 0.0.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/skins/cliches/clicheSkin.js +3 -4
- package/dist/skins/cliches/fighters.js +296 -154
- package/dist/skins/cliches/index.d.ts +1 -0
- package/dist/skins/cliches/index.js +1 -0
- package/dist/skins/cliches/items.d.ts +1 -1
- package/dist/skins/cliches/items.js +298 -91
- package/dist/skins/cliches/moves.js +170 -251
- package/dist/skins/cliches/types.d.ts +11 -6
- package/dist/skins/cliches/types.js +200 -73
- package/package.json +1 -1
|
@@ -1,131 +1,338 @@
|
|
|
1
|
-
export const
|
|
1
|
+
export const TRIBE_ITEMS = [
|
|
2
2
|
{
|
|
3
|
-
id: "
|
|
4
|
-
name: "
|
|
3
|
+
id: "burguer",
|
|
4
|
+
name: "Hamburguesa",
|
|
5
5
|
target: "self",
|
|
6
6
|
maxUses: 1,
|
|
7
7
|
effects: [{ kind: "heal", amount: 50 }],
|
|
8
|
-
image: "
|
|
8
|
+
image: "burguer",
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
id: "
|
|
12
|
-
name: "
|
|
11
|
+
id: "kit-investigacion",
|
|
12
|
+
name: "Kit Investigacion",
|
|
13
13
|
target: "self",
|
|
14
|
-
maxUses:
|
|
15
|
-
effects: [{ kind: "heal", amount:
|
|
16
|
-
image: "
|
|
14
|
+
maxUses: 1,
|
|
15
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
16
|
+
image: "kitInvestigacion",
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
id: "
|
|
20
|
-
name: "
|
|
19
|
+
id: "pistolita",
|
|
20
|
+
name: "Pistolita",
|
|
21
21
|
target: "self",
|
|
22
|
-
maxUses:
|
|
23
|
-
effects: [{ kind: "heal", amount:
|
|
24
|
-
image: "
|
|
22
|
+
maxUses: 1,
|
|
23
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
24
|
+
image: "pistolita",
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
id: "
|
|
28
|
-
name: "
|
|
27
|
+
id: "patinete",
|
|
28
|
+
name: "Patinete",
|
|
29
29
|
target: "self",
|
|
30
|
-
maxUses:
|
|
31
|
-
effects: [{ kind: "heal", amount:
|
|
32
|
-
image: "
|
|
30
|
+
maxUses: 1,
|
|
31
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
32
|
+
image: "patinete",
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
id: "
|
|
36
|
-
name: "
|
|
37
|
-
target: "
|
|
38
|
-
maxUses:
|
|
39
|
-
effects: [
|
|
40
|
-
|
|
41
|
-
{ kind: "apply_status", statusId: "burn" },
|
|
42
|
-
],
|
|
43
|
-
image: "shotgun",
|
|
35
|
+
id: "colacao",
|
|
36
|
+
name: "Colacao",
|
|
37
|
+
target: "self",
|
|
38
|
+
maxUses: 1,
|
|
39
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
40
|
+
image: "colacao",
|
|
44
41
|
},
|
|
45
42
|
{
|
|
46
|
-
id: "
|
|
47
|
-
name: "
|
|
48
|
-
target: "
|
|
49
|
-
maxUses:
|
|
50
|
-
effects: [
|
|
51
|
-
|
|
52
|
-
{ kind: "apply_status", statusId: "burn" },
|
|
53
|
-
],
|
|
54
|
-
image: "pistol",
|
|
43
|
+
id: "chocolate",
|
|
44
|
+
name: "Chocolate",
|
|
45
|
+
target: "self",
|
|
46
|
+
maxUses: 1,
|
|
47
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
48
|
+
image: "chocolate",
|
|
55
49
|
},
|
|
56
50
|
{
|
|
57
|
-
id: "
|
|
58
|
-
name: "
|
|
59
|
-
target: "
|
|
60
|
-
maxUses:
|
|
61
|
-
effects: [
|
|
62
|
-
|
|
63
|
-
{ kind: "apply_status", statusId: "burn" },
|
|
64
|
-
],
|
|
65
|
-
image: "riffle",
|
|
51
|
+
id: "gato",
|
|
52
|
+
name: "Gato",
|
|
53
|
+
target: "self",
|
|
54
|
+
maxUses: 1,
|
|
55
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
56
|
+
image: "gato",
|
|
66
57
|
},
|
|
67
58
|
{
|
|
68
|
-
id: "
|
|
69
|
-
name: "
|
|
70
|
-
target: "
|
|
59
|
+
id: "deportivo",
|
|
60
|
+
name: "Deportivo",
|
|
61
|
+
target: "self",
|
|
71
62
|
maxUses: 1,
|
|
72
|
-
effects: [
|
|
73
|
-
|
|
74
|
-
{ kind: "apply_status", statusId: "burn" },
|
|
75
|
-
],
|
|
76
|
-
image: "sniper",
|
|
63
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
64
|
+
image: "deportivo",
|
|
77
65
|
},
|
|
78
66
|
{
|
|
79
|
-
id: "
|
|
80
|
-
name: "
|
|
67
|
+
id: "porra",
|
|
68
|
+
name: "Porra",
|
|
69
|
+
target: "self",
|
|
81
70
|
maxUses: 1,
|
|
71
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
72
|
+
image: "porra",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: "pelota",
|
|
76
|
+
name: "Pelota",
|
|
82
77
|
target: "self",
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
statusIds: ["burn"], // cura QUEMADURA
|
|
87
|
-
},
|
|
88
|
-
],
|
|
89
|
-
image: "blue-berry",
|
|
78
|
+
maxUses: 1,
|
|
79
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
80
|
+
image: "pelota",
|
|
90
81
|
},
|
|
91
82
|
{
|
|
92
|
-
id: "
|
|
93
|
-
name: "
|
|
83
|
+
id: "chupete",
|
|
84
|
+
name: "Chupete",
|
|
85
|
+
target: "self",
|
|
94
86
|
maxUses: 1,
|
|
87
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
88
|
+
image: "chupete",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
id: "auticascos",
|
|
92
|
+
name: "Auticascos",
|
|
95
93
|
target: "self",
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
statusIds: ["poison"], // cura VENENO
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
image: "pink-berry",
|
|
94
|
+
maxUses: 1,
|
|
95
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
96
|
+
image: "auticascos",
|
|
103
97
|
},
|
|
104
98
|
{
|
|
105
|
-
id: "
|
|
106
|
-
name: "
|
|
99
|
+
id: "scooter-roja",
|
|
100
|
+
name: "Scooter Roja",
|
|
101
|
+
target: "self",
|
|
107
102
|
maxUses: 1,
|
|
103
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
104
|
+
image: "scooterRoja",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: "telefono-rojo",
|
|
108
|
+
name: "Telefono Rojo",
|
|
108
109
|
target: "self",
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
statusIds: ["paralysis"], // cura PARÁLISIS
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
image: "yellow-berry",
|
|
110
|
+
maxUses: 1,
|
|
111
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
112
|
+
image: "telefonoRojo",
|
|
116
113
|
},
|
|
117
114
|
{
|
|
118
|
-
id: "
|
|
119
|
-
name: "
|
|
115
|
+
id: "pildora",
|
|
116
|
+
name: "Pildora",
|
|
117
|
+
target: "self",
|
|
120
118
|
maxUses: 1,
|
|
119
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
120
|
+
image: "pildora",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
id: "cana",
|
|
124
|
+
name: "Caña",
|
|
121
125
|
target: "self",
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
126
|
+
maxUses: 1,
|
|
127
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
128
|
+
image: "caña",
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
id: "fanta",
|
|
132
|
+
name: "Fanta",
|
|
133
|
+
target: "self",
|
|
134
|
+
maxUses: 1,
|
|
135
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
136
|
+
image: "fanta",
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
id: "agua",
|
|
140
|
+
name: "Agua",
|
|
141
|
+
target: "self",
|
|
142
|
+
maxUses: 1,
|
|
143
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
144
|
+
image: "agua",
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
id: "guitarra",
|
|
148
|
+
name: "Guitarra",
|
|
149
|
+
target: "self",
|
|
150
|
+
maxUses: 1,
|
|
151
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
152
|
+
image: "guitarra",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
id: "patines",
|
|
156
|
+
name: "Patines",
|
|
157
|
+
target: "self",
|
|
158
|
+
maxUses: 1,
|
|
159
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
160
|
+
image: "patines",
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
id: "blackberry",
|
|
164
|
+
name: "Blackberry",
|
|
165
|
+
target: "self",
|
|
166
|
+
maxUses: 1,
|
|
167
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
168
|
+
image: "blackberry",
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
id: "cerveza",
|
|
172
|
+
name: "Cerveza",
|
|
173
|
+
target: "self",
|
|
174
|
+
maxUses: 1,
|
|
175
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
176
|
+
image: "cerveza",
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
id: "navaja",
|
|
180
|
+
name: "Navaja",
|
|
181
|
+
target: "self",
|
|
182
|
+
maxUses: 1,
|
|
183
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
184
|
+
image: "navaja",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
id: "ordenador",
|
|
188
|
+
name: "Ordenador",
|
|
189
|
+
target: "self",
|
|
190
|
+
maxUses: 1,
|
|
191
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
192
|
+
image: "ordenador",
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
id: "consola",
|
|
196
|
+
name: "Consola",
|
|
197
|
+
target: "self",
|
|
198
|
+
maxUses: 1,
|
|
199
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
200
|
+
image: "consola",
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
id: "colega-hacker",
|
|
204
|
+
name: "Colega Hacker",
|
|
205
|
+
target: "self",
|
|
206
|
+
maxUses: 1,
|
|
207
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
208
|
+
image: "colegaHacker",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
id: "ensalada",
|
|
212
|
+
name: "Ensalada",
|
|
213
|
+
target: "self",
|
|
214
|
+
maxUses: 1,
|
|
215
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
216
|
+
image: "ensalada",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
id: "cubo-rubik",
|
|
220
|
+
name: "Cubo Rubik",
|
|
221
|
+
target: "self",
|
|
222
|
+
maxUses: 1,
|
|
223
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
224
|
+
image: "cuboRubik",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
id: "tuerca",
|
|
228
|
+
name: "Tuerca",
|
|
229
|
+
target: "self",
|
|
230
|
+
maxUses: 1,
|
|
231
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
232
|
+
image: "tuerca",
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
id: "cachimba",
|
|
236
|
+
name: "Cachimba",
|
|
237
|
+
target: "self",
|
|
238
|
+
maxUses: 1,
|
|
239
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
240
|
+
image: "cachimba",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
id: "incienso",
|
|
244
|
+
name: "Incienso",
|
|
245
|
+
target: "self",
|
|
246
|
+
maxUses: 1,
|
|
247
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
248
|
+
image: "incienso",
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
id: "platano",
|
|
252
|
+
name: "Platano",
|
|
253
|
+
target: "self",
|
|
254
|
+
maxUses: 1,
|
|
255
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
256
|
+
image: "platano",
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
id: "budha",
|
|
260
|
+
name: "Budha",
|
|
261
|
+
target: "self",
|
|
262
|
+
maxUses: 1,
|
|
263
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
264
|
+
image: "budha",
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
id: "rata-muerta",
|
|
268
|
+
name: "Rata Muerta",
|
|
269
|
+
target: "self",
|
|
270
|
+
maxUses: 1,
|
|
271
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
272
|
+
image: "rataMuerta",
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
id: "seta",
|
|
276
|
+
name: "Seta",
|
|
277
|
+
target: "self",
|
|
278
|
+
maxUses: 1,
|
|
279
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
280
|
+
image: "seta",
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
id: "cafe",
|
|
284
|
+
name: "Cafe",
|
|
285
|
+
target: "self",
|
|
286
|
+
maxUses: 1,
|
|
287
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
288
|
+
image: "cafe",
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
id: "peridico",
|
|
292
|
+
name: "Peridico",
|
|
293
|
+
target: "self",
|
|
294
|
+
maxUses: 1,
|
|
295
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
296
|
+
image: "peridico",
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
id: "mc-extreme",
|
|
300
|
+
name: "Mc Extreme",
|
|
301
|
+
target: "self",
|
|
302
|
+
maxUses: 1,
|
|
303
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
304
|
+
image: "mcExtreme",
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
id: "fogata",
|
|
308
|
+
name: "Fogata",
|
|
309
|
+
target: "self",
|
|
310
|
+
maxUses: 1,
|
|
311
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
312
|
+
image: "fogata",
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
id: "llaverazo",
|
|
316
|
+
name: "Llaverazo",
|
|
317
|
+
target: "self",
|
|
318
|
+
maxUses: 1,
|
|
319
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
320
|
+
image: "llaverazo",
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
id: "loro",
|
|
324
|
+
name: "Loro",
|
|
325
|
+
target: "self",
|
|
326
|
+
maxUses: 1,
|
|
327
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
328
|
+
image: "loro",
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
id: "guitarra-electrica",
|
|
332
|
+
name: "Guitarra Electrica",
|
|
333
|
+
target: "self",
|
|
334
|
+
maxUses: 1,
|
|
335
|
+
effects: [{ kind: "heal", amount: 50 }],
|
|
336
|
+
image: "guitarraElectrica",
|
|
130
337
|
},
|
|
131
338
|
];
|