pokemon-io-core 0.0.120 → 0.0.123

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.
@@ -1,131 +1,338 @@
1
- export const POKEMON_ITEMS = [
1
+ export const TRIBE_ITEMS = [
2
2
  {
3
- id: "super_potion",
4
- name: "Super Poción",
3
+ id: "burguer",
4
+ name: "Hamburguesa",
5
5
  target: "self",
6
6
  maxUses: 1,
7
7
  effects: [{ kind: "heal", amount: 50 }],
8
- image: "hiper-potion",
8
+ image: "burguer",
9
9
  },
10
10
  {
11
- id: "potion",
12
- name: "Poción",
11
+ id: "kit-investigacion",
12
+ name: "Kit Investigacion",
13
13
  target: "self",
14
- maxUses: 2,
15
- effects: [{ kind: "heal", amount: 25 }],
16
- image: "potion",
14
+ maxUses: 1,
15
+ effects: [{ kind: "heal", amount: 50 }],
16
+ image: "kitInvestigacion",
17
17
  },
18
18
  {
19
- id: "apple",
20
- name: "Manzana",
19
+ id: "pistolita",
20
+ name: "Pistolita",
21
21
  target: "self",
22
- maxUses: 3,
23
- effects: [{ kind: "heal", amount: 17 }],
24
- image: "fancy-apple",
22
+ maxUses: 1,
23
+ effects: [{ kind: "heal", amount: 50 }],
24
+ image: "pistolita",
25
25
  },
26
26
  {
27
- id: "mushroom",
28
- name: "Seta",
27
+ id: "patinete",
28
+ name: "Patinete",
29
29
  target: "self",
30
- maxUses: 4,
31
- effects: [{ kind: "heal", amount: 14 }],
32
- image: "mushroom",
30
+ maxUses: 1,
31
+ effects: [{ kind: "heal", amount: 50 }],
32
+ image: "patinete",
33
33
  },
34
34
  {
35
- id: "shotgun",
36
- name: "Escopeta",
37
- target: "enemy",
38
- maxUses: 2,
39
- effects: [
40
- { kind: "damage", flatAmount: 15 },
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: "pistol",
47
- name: "Pistola",
48
- target: "enemy",
49
- maxUses: 4,
50
- effects: [
51
- { kind: "damage", flatAmount: 8 },
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: "riffle",
58
- name: "Rifle",
59
- target: "enemy",
60
- maxUses: 3,
61
- effects: [
62
- { kind: "damage", flatAmount: 10 },
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: "sniper",
69
- name: "Sniper",
70
- target: "enemy",
59
+ id: "deportivo",
60
+ name: "Deportivo",
61
+ target: "self",
71
62
  maxUses: 1,
72
- effects: [
73
- { kind: "damage", flatAmount: 30 },
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: "blue-berry",
80
- name: "Baya azul",
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
- effects: [
84
- {
85
- kind: "clear_status",
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: "pink-berry",
93
- name: "Baya rosa",
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
- effects: [
97
- {
98
- kind: "clear_status",
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: "yellow-berry",
106
- name: "Baya amarilla",
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
- effects: [
110
- {
111
- kind: "clear_status",
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: "green-berry",
119
- name: "Baya verde",
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
- effects: [
123
- {
124
- kind: "clear_status",
125
- statusIds: ["burn", "poison"], // por ejemplo: limpia quemadura o veneno
126
- kinds: ["soft"], // redundante pero semántico
127
- },
128
- ],
129
- image: "green-berry",
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
  ];