pokemon-io-core 0.0.124 → 0.0.126
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/core/ids.d.ts +18 -6
- package/dist/core/ids.js +10 -1
- package/dist/core/index.d.ts +2 -1
- package/dist/core/index.js +2 -1
- package/dist/core/randomEvents.d.ts +21 -5
- package/dist/core/randomEvents.js +4 -4
- package/dist/core/randomEventsList.d.ts +10 -4
- package/dist/core/randomEventsList.js +24 -163
- package/dist/core/status.d.ts +1 -0
- package/dist/core/validation.d.ts +21 -0
- package/dist/core/validation.js +183 -0
- package/dist/engine/combat/damage.js +2 -1
- package/dist/engine/events/applyRandomEvent.js +13 -6
- package/dist/engine/turn/resolveTurn.js +3 -2
- package/dist/skins/CombatSkin.d.ts +1 -0
- package/dist/skins/cliches/clicheSkin.d.ts +2 -1
- package/dist/skins/cliches/clicheSkin.js +3 -0
- package/dist/skins/cliches/constants.d.ts +135 -0
- package/dist/skins/cliches/constants.js +136 -0
- package/dist/skins/cliches/fighters.d.ts +1 -1
- package/dist/skins/cliches/fighters.js +165 -165
- package/dist/skins/cliches/items.js +45 -44
- package/dist/skins/cliches/moves.js +74 -69
- package/dist/skins/cliches/randomEvents.d.ts +7 -0
- package/dist/skins/cliches/randomEvents.js +1167 -0
- package/dist/skins/cliches/statuses.js +63 -36
- package/dist/skins/cliches/types.d.ts +12 -12
- package/dist/skins/cliches/types.js +12 -11
- package/dist/skins/pokemon/constants.d.ts +83 -0
- package/dist/skins/pokemon/constants.js +84 -0
- package/dist/skins/pokemon/fighters.js +55 -55
- package/dist/skins/pokemon/items.js +23 -22
- package/dist/skins/pokemon/moves.js +59 -58
- package/dist/skins/pokemon/pokemonSkin.d.ts +2 -1
- package/dist/skins/pokemon/pokemonSkin.js +3 -0
- package/dist/skins/pokemon/randomEvents.d.ts +6 -0
- package/dist/skins/pokemon/randomEvents.js +165 -0
- package/dist/skins/pokemon/statuses.js +5 -4
- package/dist/skins/pokemon/types.d.ts +6 -6
- package/dist/skins/pokemon/types.js +7 -6
- package/package.json +1 -1
|
@@ -0,0 +1,1167 @@
|
|
|
1
|
+
// @pokemon-io/combat-core/src/skins/tribes/randomEvents.ts
|
|
2
|
+
import { TRIBE_TYPE_IDS } from "./constants.js";
|
|
3
|
+
/**
|
|
4
|
+
* TRIBES-SPECIFIC Random Events
|
|
5
|
+
* These only appear when using the Tribes skin
|
|
6
|
+
* Eventos picantes y temáticos para la skin de Tribes
|
|
7
|
+
*/
|
|
8
|
+
export const TRIBES_RANDOM_EVENTS = [
|
|
9
|
+
// ==================== COMMON (6 eventos) ====================
|
|
10
|
+
{
|
|
11
|
+
id: "dick_pic",
|
|
12
|
+
name: "🍆 Dick Pic en el Grupo",
|
|
13
|
+
description: "Alguien ha enviado una foto comprometida al grupo de WhatsApp.",
|
|
14
|
+
narration: [
|
|
15
|
+
"📱 *DING* Nueva notificación en el grupo...",
|
|
16
|
+
"¡ALGUIEN HA ENVIADO UNA DICK PIC!",
|
|
17
|
+
"Los artistas y kinkis se parten de risa...",
|
|
18
|
+
"¡Los formales están escandalizados!",
|
|
19
|
+
],
|
|
20
|
+
rarity: "common",
|
|
21
|
+
effects: [
|
|
22
|
+
{
|
|
23
|
+
effectType: "stat_change",
|
|
24
|
+
target: "both",
|
|
25
|
+
statType: "offense",
|
|
26
|
+
statChange: 1,
|
|
27
|
+
condition: {
|
|
28
|
+
type: "fighter_type",
|
|
29
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.ARTISTA],
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
effectType: "stat_change",
|
|
34
|
+
target: "both",
|
|
35
|
+
statType: "defense",
|
|
36
|
+
statChange: -1,
|
|
37
|
+
condition: {
|
|
38
|
+
type: "fighter_type",
|
|
39
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: "mystery_pill",
|
|
46
|
+
name: "💊 Pastilla Misteriosa",
|
|
47
|
+
description: "Alguien ha encontrado una pastilla en el suelo...",
|
|
48
|
+
narration: [
|
|
49
|
+
"¡Hay algo brillante en el suelo!",
|
|
50
|
+
"Es una pastilla de color extraño...",
|
|
51
|
+
"Los fiesteros se la tragan sin pensarlo...",
|
|
52
|
+
"¡Los deportistas se niegan en rotundo!",
|
|
53
|
+
],
|
|
54
|
+
rarity: "common",
|
|
55
|
+
effects: [
|
|
56
|
+
{
|
|
57
|
+
effectType: "heal_percent",
|
|
58
|
+
target: "both",
|
|
59
|
+
percentValue: 10,
|
|
60
|
+
condition: {
|
|
61
|
+
type: "fighter_type",
|
|
62
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.HIPPIE],
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
effectType: "damage_percent",
|
|
67
|
+
target: "both",
|
|
68
|
+
percentValue: 5,
|
|
69
|
+
condition: {
|
|
70
|
+
type: "fighter_type",
|
|
71
|
+
value: [TRIBE_TYPE_IDS.DEPORTISTA, TRIBE_TYPE_IDS.GYMBRO],
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
id: "hash_joint",
|
|
78
|
+
name: "🚬 Peta de Hachís",
|
|
79
|
+
description: "El humo del hachís inunda el estadio.",
|
|
80
|
+
narration: [
|
|
81
|
+
"Un olor característico llena el ambiente...",
|
|
82
|
+
"¡Alguien está fumando hachís!",
|
|
83
|
+
"Los hippies y místicos se relajan...",
|
|
84
|
+
"¡El resto se queda atontado!",
|
|
85
|
+
],
|
|
86
|
+
rarity: "common",
|
|
87
|
+
effects: [
|
|
88
|
+
{
|
|
89
|
+
effectType: "stat_change",
|
|
90
|
+
target: "both",
|
|
91
|
+
statType: "speed",
|
|
92
|
+
statChange: -1,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
effectType: "stat_change",
|
|
96
|
+
target: "both",
|
|
97
|
+
statType: "speed",
|
|
98
|
+
statChange: 2,
|
|
99
|
+
condition: {
|
|
100
|
+
type: "fighter_type",
|
|
101
|
+
value: [TRIBE_TYPE_IDS.HIPPIE, TRIBE_TYPE_IDS.MISTICO],
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
],
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: "onlyfans_premium",
|
|
108
|
+
name: "💰 OnlyFans Premium",
|
|
109
|
+
description: "Alguien ha sacado su OnlyFans en directo.",
|
|
110
|
+
narration: [
|
|
111
|
+
"📱 ¡Momento, tengo que grabar esto!",
|
|
112
|
+
"¡CONTENIDO EXCLUSIVO PARA ONLYFANS!",
|
|
113
|
+
"Los kinkis y artistas aplauden...",
|
|
114
|
+
"¡Los demás no saben dónde mirar!",
|
|
115
|
+
],
|
|
116
|
+
rarity: "common",
|
|
117
|
+
effects: [
|
|
118
|
+
{
|
|
119
|
+
effectType: "stat_change",
|
|
120
|
+
target: "both",
|
|
121
|
+
statType: "offense",
|
|
122
|
+
statChange: 1,
|
|
123
|
+
condition: {
|
|
124
|
+
type: "fighter_type",
|
|
125
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.ARTISTA],
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
effectType: "stat_change",
|
|
130
|
+
target: "both",
|
|
131
|
+
statType: "speed",
|
|
132
|
+
statChange: -1,
|
|
133
|
+
condition: {
|
|
134
|
+
type: "fighter_type",
|
|
135
|
+
value: [TRIBE_TYPE_IDS.NERD, TRIBE_TYPE_IDS.FORMAL],
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
id: "sunday_hangover",
|
|
142
|
+
name: "🍺 Resaca del Domingo",
|
|
143
|
+
description: "La resaca del fin de semana pasa factura.",
|
|
144
|
+
narration: [
|
|
145
|
+
"Es lunes por la mañana...",
|
|
146
|
+
"La resaca del finde pesa como una losa...",
|
|
147
|
+
"¡Los fiesteros están destrozados!",
|
|
148
|
+
"Los formales están frescos como lechugas.",
|
|
149
|
+
],
|
|
150
|
+
rarity: "common",
|
|
151
|
+
effects: [
|
|
152
|
+
{
|
|
153
|
+
effectType: "damage_percent",
|
|
154
|
+
target: "both",
|
|
155
|
+
percentValue: 8,
|
|
156
|
+
condition: {
|
|
157
|
+
type: "fighter_type",
|
|
158
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI],
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
effectType: "stat_change",
|
|
163
|
+
target: "both",
|
|
164
|
+
statType: "defense",
|
|
165
|
+
statChange: 1,
|
|
166
|
+
condition: {
|
|
167
|
+
type: "fighter_type",
|
|
168
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.NERD],
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
id: "leaked_nudes",
|
|
175
|
+
name: "📱 Nudes Filtradas",
|
|
176
|
+
description: "Se han filtrado fotos íntimas de alguien.",
|
|
177
|
+
narration: [
|
|
178
|
+
"¡BREAKING NEWS!",
|
|
179
|
+
"¡SE HAN FILTRADO NUDES EN TWITTER!",
|
|
180
|
+
"Los chuletas se parten de risa...",
|
|
181
|
+
"¡Los protagonistas están avergonzados!",
|
|
182
|
+
],
|
|
183
|
+
rarity: "common",
|
|
184
|
+
effects: [
|
|
185
|
+
{
|
|
186
|
+
effectType: "stat_change",
|
|
187
|
+
target: "both",
|
|
188
|
+
statType: "defense",
|
|
189
|
+
statChange: -1,
|
|
190
|
+
condition: {
|
|
191
|
+
type: "fighter_type",
|
|
192
|
+
value: [TRIBE_TYPE_IDS.ARTISTA, TRIBE_TYPE_IDS.KINKI],
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
effectType: "stat_change",
|
|
197
|
+
target: "both",
|
|
198
|
+
statType: "offense",
|
|
199
|
+
statChange: 1,
|
|
200
|
+
condition: {
|
|
201
|
+
type: "fighter_type",
|
|
202
|
+
value: TRIBE_TYPE_IDS.CHULETA,
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
],
|
|
206
|
+
},
|
|
207
|
+
// ==================== RARE (10 eventos) ====================
|
|
208
|
+
{
|
|
209
|
+
id: "breathalyzer_test",
|
|
210
|
+
name: "🚔 Control de Alcoholemia",
|
|
211
|
+
description: "La policía está haciendo controles de alcoholemia.",
|
|
212
|
+
narration: [
|
|
213
|
+
"🚨 ¡CONTROL POLICIAL! 🚨",
|
|
214
|
+
"Sople en el alcoholímetro, por favor...",
|
|
215
|
+
"¡Varios luchadores dan positivo!",
|
|
216
|
+
"¡Les van a quitar puntos del carnet!",
|
|
217
|
+
],
|
|
218
|
+
rarity: "rare",
|
|
219
|
+
effects: [
|
|
220
|
+
{
|
|
221
|
+
effectType: "stat_change",
|
|
222
|
+
target: "both",
|
|
223
|
+
statType: "defense",
|
|
224
|
+
statChange: -1,
|
|
225
|
+
condition: {
|
|
226
|
+
type: "fighter_type",
|
|
227
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.HIPPIE],
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
effectType: "stat_change",
|
|
232
|
+
target: "both",
|
|
233
|
+
statType: "speed",
|
|
234
|
+
statChange: -1,
|
|
235
|
+
condition: {
|
|
236
|
+
type: "fighter_type",
|
|
237
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI],
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
],
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
id: "drug_raid",
|
|
244
|
+
name: "🚨 Redada Antidroga",
|
|
245
|
+
description: "¡La policía ha montado una redada antidroga!",
|
|
246
|
+
narration: [
|
|
247
|
+
"🚨 ¡¡¡REDADA ANTIDROGA!!! 🚨",
|
|
248
|
+
"¡TODOS AL SUELO!",
|
|
249
|
+
"La policía registra a los sospechosos...",
|
|
250
|
+
"¡Varios luchadores van a comisaría!",
|
|
251
|
+
],
|
|
252
|
+
rarity: "rare",
|
|
253
|
+
effects: [
|
|
254
|
+
{
|
|
255
|
+
effectType: "stat_change",
|
|
256
|
+
target: "both",
|
|
257
|
+
statType: "defense",
|
|
258
|
+
statChange: -2,
|
|
259
|
+
condition: {
|
|
260
|
+
type: "fighter_type",
|
|
261
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.HIPPIE],
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
effectType: "stat_change",
|
|
266
|
+
target: "both",
|
|
267
|
+
statType: "speed",
|
|
268
|
+
statChange: -2,
|
|
269
|
+
condition: {
|
|
270
|
+
type: "fighter_type",
|
|
271
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.HIPPIE],
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
effectType: "damage_percent",
|
|
276
|
+
target: "both",
|
|
277
|
+
percentValue: 15,
|
|
278
|
+
condition: {
|
|
279
|
+
type: "fighter_type",
|
|
280
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.HIPPIE],
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
],
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
id: "sugar_daddy",
|
|
287
|
+
name: "💸 Sugar Daddy Aparece",
|
|
288
|
+
description: "Un sugar daddy millonario ha llegado al estadio.",
|
|
289
|
+
narration: [
|
|
290
|
+
"¡Un Mercedes descapotable entra en el estadio!",
|
|
291
|
+
"¡Es un millonario buscando compañía!",
|
|
292
|
+
"Los pijos se acercan con interés...",
|
|
293
|
+
"¡Los hippies vomitan de asco!",
|
|
294
|
+
],
|
|
295
|
+
rarity: "rare",
|
|
296
|
+
effects: [
|
|
297
|
+
{
|
|
298
|
+
effectType: "heal_percent",
|
|
299
|
+
target: "both",
|
|
300
|
+
percentValue: 15,
|
|
301
|
+
condition: {
|
|
302
|
+
type: "fighter_type",
|
|
303
|
+
value: TRIBE_TYPE_IDS.PIJO,
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
effectType: "stat_change",
|
|
308
|
+
target: "both",
|
|
309
|
+
statType: "offense",
|
|
310
|
+
statChange: 2,
|
|
311
|
+
condition: {
|
|
312
|
+
type: "fighter_type",
|
|
313
|
+
value: TRIBE_TYPE_IDS.PIJO,
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
effectType: "stat_change",
|
|
318
|
+
target: "both",
|
|
319
|
+
statType: "offense",
|
|
320
|
+
statChange: -1,
|
|
321
|
+
condition: {
|
|
322
|
+
type: "fighter_type",
|
|
323
|
+
value: TRIBE_TYPE_IDS.HIPPIE,
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
id: "backstage_orgy",
|
|
330
|
+
name: "🎪 Orgía en el Backstage",
|
|
331
|
+
description: "Se ha montado una orgía en los camerinos.",
|
|
332
|
+
narration: [
|
|
333
|
+
"Se escuchan gemidos desde el backstage...",
|
|
334
|
+
"¡HAY UNA ORGÍA EN LOS CAMERINOS!",
|
|
335
|
+
"Los kinkis y fiesteros se unen...",
|
|
336
|
+
"¡Los formales llaman a seguridad!",
|
|
337
|
+
],
|
|
338
|
+
rarity: "rare",
|
|
339
|
+
effects: [
|
|
340
|
+
{
|
|
341
|
+
effectType: "heal_percent",
|
|
342
|
+
target: "both",
|
|
343
|
+
percentValue: 12,
|
|
344
|
+
condition: {
|
|
345
|
+
type: "fighter_type",
|
|
346
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.FIESTERO],
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
effectType: "stat_change",
|
|
351
|
+
target: "both",
|
|
352
|
+
statType: "speed",
|
|
353
|
+
statChange: 1,
|
|
354
|
+
condition: {
|
|
355
|
+
type: "fighter_type",
|
|
356
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
effectType: "damage_percent",
|
|
361
|
+
target: "both",
|
|
362
|
+
percentValue: 10,
|
|
363
|
+
condition: {
|
|
364
|
+
type: "fighter_type",
|
|
365
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
id: "big_screen_porn",
|
|
372
|
+
name: "🔞 Porno en Pantalla Grande",
|
|
373
|
+
description: "Alguien ha puesto porno en la pantalla gigante.",
|
|
374
|
+
narration: [
|
|
375
|
+
"La pantalla gigante se enciende...",
|
|
376
|
+
"¡¡¡ES PORNO HARDCORE!!!",
|
|
377
|
+
"Los kinkis aplauden entusiasmados...",
|
|
378
|
+
"¡Los formales se tapan los ojos!",
|
|
379
|
+
],
|
|
380
|
+
rarity: "rare",
|
|
381
|
+
effects: [
|
|
382
|
+
{
|
|
383
|
+
effectType: "stat_change",
|
|
384
|
+
target: "both",
|
|
385
|
+
statType: "offense",
|
|
386
|
+
statChange: 2,
|
|
387
|
+
condition: {
|
|
388
|
+
type: "fighter_type",
|
|
389
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
390
|
+
},
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
effectType: "stat_change",
|
|
394
|
+
target: "both",
|
|
395
|
+
statType: "defense",
|
|
396
|
+
statChange: -2,
|
|
397
|
+
condition: {
|
|
398
|
+
type: "fighter_type",
|
|
399
|
+
value: TRIBE_TYPE_IDS.FORMAL,
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
effectType: "stat_change",
|
|
404
|
+
target: "both",
|
|
405
|
+
statType: "speed",
|
|
406
|
+
statChange: -1,
|
|
407
|
+
condition: {
|
|
408
|
+
type: "fighter_type",
|
|
409
|
+
value: TRIBE_TYPE_IDS.NERD,
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
],
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
id: "steroid_shot",
|
|
416
|
+
name: "💉 Chute de Esteroides",
|
|
417
|
+
description: "Alguien se ha metido un chute de esteroides.",
|
|
418
|
+
narration: [
|
|
419
|
+
"¡Una jeringuilla brilla en el suelo!",
|
|
420
|
+
"Los gymbros se la clavan sin dudar...",
|
|
421
|
+
"¡SUS MÚSCULOS EXPLOTAN!",
|
|
422
|
+
"Pero su corazón sufre...",
|
|
423
|
+
],
|
|
424
|
+
rarity: "rare",
|
|
425
|
+
effects: [
|
|
426
|
+
{
|
|
427
|
+
effectType: "stat_change",
|
|
428
|
+
target: "both",
|
|
429
|
+
statType: "offense",
|
|
430
|
+
statChange: 3,
|
|
431
|
+
condition: {
|
|
432
|
+
type: "fighter_type",
|
|
433
|
+
value: [TRIBE_TYPE_IDS.GYMBRO, TRIBE_TYPE_IDS.DEPORTISTA],
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
effectType: "stat_change",
|
|
438
|
+
target: "both",
|
|
439
|
+
statType: "defense",
|
|
440
|
+
statChange: -1,
|
|
441
|
+
condition: {
|
|
442
|
+
type: "fighter_type",
|
|
443
|
+
value: [TRIBE_TYPE_IDS.GYMBRO, TRIBE_TYPE_IDS.DEPORTISTA],
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
effectType: "damage_percent",
|
|
448
|
+
target: "both",
|
|
449
|
+
percentValue: 8,
|
|
450
|
+
condition: {
|
|
451
|
+
type: "fighter_type",
|
|
452
|
+
value: TRIBE_TYPE_IDS.GYMBRO,
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
],
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
id: "magic_mushrooms",
|
|
459
|
+
name: "🍄 Setas Alucinógenas",
|
|
460
|
+
description: "Alguien ha traído setas mágicas.",
|
|
461
|
+
narration: [
|
|
462
|
+
"Hay unas setas de aspecto extraño...",
|
|
463
|
+
"Los místicos las reconocen inmediatamente...",
|
|
464
|
+
"¡VIAJE ASTRAL COLECTIVO!",
|
|
465
|
+
"El resto está flipando en colores...",
|
|
466
|
+
],
|
|
467
|
+
rarity: "rare",
|
|
468
|
+
effects: [
|
|
469
|
+
{
|
|
470
|
+
effectType: "heal_percent",
|
|
471
|
+
target: "both",
|
|
472
|
+
percentValue: 20,
|
|
473
|
+
condition: {
|
|
474
|
+
type: "fighter_type",
|
|
475
|
+
value: [TRIBE_TYPE_IDS.MISTICO, TRIBE_TYPE_IDS.HIPPIE],
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
effectType: "stat_change",
|
|
480
|
+
target: "both",
|
|
481
|
+
statType: "speed",
|
|
482
|
+
statChange: -2,
|
|
483
|
+
condition: {
|
|
484
|
+
type: "fighter_type",
|
|
485
|
+
value: [TRIBE_TYPE_IDS.NERD, TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.DEPORTISTA],
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
],
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
id: "improvised_striptease",
|
|
492
|
+
name: "🎭 Striptease Improvisado",
|
|
493
|
+
description: "Alguien ha empezado a hacer un striptease.",
|
|
494
|
+
narration: [
|
|
495
|
+
"La música cambia de repente...",
|
|
496
|
+
"¡Alguien empieza a quitarse la ropa!",
|
|
497
|
+
"¡STRIPTEASE EN DIRECTO!",
|
|
498
|
+
"Los kinkis y artistas disfrutan del show...",
|
|
499
|
+
],
|
|
500
|
+
rarity: "rare",
|
|
501
|
+
effects: [
|
|
502
|
+
{
|
|
503
|
+
effectType: "stat_change",
|
|
504
|
+
target: "both",
|
|
505
|
+
statType: "speed",
|
|
506
|
+
statChange: -1,
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
effectType: "stat_change",
|
|
510
|
+
target: "both",
|
|
511
|
+
statType: "speed",
|
|
512
|
+
statChange: 2,
|
|
513
|
+
condition: {
|
|
514
|
+
type: "fighter_type",
|
|
515
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.ARTISTA],
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
effectType: "stat_change",
|
|
520
|
+
target: "both",
|
|
521
|
+
statType: "offense",
|
|
522
|
+
statChange: 1,
|
|
523
|
+
condition: {
|
|
524
|
+
type: "fighter_type",
|
|
525
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
526
|
+
},
|
|
527
|
+
},
|
|
528
|
+
],
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
id: "tax_evasion",
|
|
532
|
+
name: "💰 Evasión Fiscal Descubierta",
|
|
533
|
+
description: "Hacienda ha descubierto una trama de evasión fiscal.",
|
|
534
|
+
narration: [
|
|
535
|
+
"📰 ¡NOTICIA DE ÚLTIMA HORA!",
|
|
536
|
+
"¡Hacienda descubre evasión fiscal masiva!",
|
|
537
|
+
"Los pijos y formales están en el punto de mira...",
|
|
538
|
+
"¡Los kinkis se ríen de ellos!",
|
|
539
|
+
],
|
|
540
|
+
rarity: "rare",
|
|
541
|
+
effects: [
|
|
542
|
+
{
|
|
543
|
+
effectType: "damage_percent",
|
|
544
|
+
target: "both",
|
|
545
|
+
percentValue: 15,
|
|
546
|
+
condition: {
|
|
547
|
+
type: "fighter_type",
|
|
548
|
+
value: [TRIBE_TYPE_IDS.PIJO, TRIBE_TYPE_IDS.FORMAL],
|
|
549
|
+
},
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
effectType: "stat_change",
|
|
553
|
+
target: "both",
|
|
554
|
+
statType: "defense",
|
|
555
|
+
statChange: -2,
|
|
556
|
+
condition: {
|
|
557
|
+
type: "fighter_type",
|
|
558
|
+
value: TRIBE_TYPE_IDS.PIJO,
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
effectType: "stat_change",
|
|
563
|
+
target: "both",
|
|
564
|
+
statType: "offense",
|
|
565
|
+
statChange: 1,
|
|
566
|
+
condition: {
|
|
567
|
+
type: "fighter_type",
|
|
568
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.HIPPIE],
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
],
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
id: "knife_fight",
|
|
575
|
+
name: "🔥 Pelea de Navajeros",
|
|
576
|
+
description: "Se ha montado una pelea de navajeros.",
|
|
577
|
+
narration: [
|
|
578
|
+
"¡Alguien ha sacado una navaja!",
|
|
579
|
+
"¡PELEA DE NAVAJEROS!",
|
|
580
|
+
"Los chuletas y kinkis se unen a la trifulca...",
|
|
581
|
+
"¡Los nerds y formales huyen despavoridos!",
|
|
582
|
+
],
|
|
583
|
+
rarity: "rare",
|
|
584
|
+
effects: [
|
|
585
|
+
{
|
|
586
|
+
effectType: "stat_change",
|
|
587
|
+
target: "both",
|
|
588
|
+
statType: "offense",
|
|
589
|
+
statChange: 2,
|
|
590
|
+
condition: {
|
|
591
|
+
type: "fighter_type",
|
|
592
|
+
value: [TRIBE_TYPE_IDS.CHULETA, TRIBE_TYPE_IDS.KINKI],
|
|
593
|
+
},
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
effectType: "damage_percent",
|
|
597
|
+
target: "both",
|
|
598
|
+
percentValue: 12,
|
|
599
|
+
condition: {
|
|
600
|
+
type: "fighter_type",
|
|
601
|
+
value: [TRIBE_TYPE_IDS.NERD, TRIBE_TYPE_IDS.FORMAL],
|
|
602
|
+
},
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
effectType: "stat_change",
|
|
606
|
+
target: "both",
|
|
607
|
+
statType: "defense",
|
|
608
|
+
statChange: -1,
|
|
609
|
+
condition: {
|
|
610
|
+
type: "fighter_type",
|
|
611
|
+
value: TRIBE_TYPE_IDS.NERD,
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
],
|
|
615
|
+
},
|
|
616
|
+
// ==================== EPIC (8 eventos) ====================
|
|
617
|
+
{
|
|
618
|
+
id: "weed_plantation",
|
|
619
|
+
name: "🌿 Plantación de María",
|
|
620
|
+
description: "Han descubierto una plantación de marihuana.",
|
|
621
|
+
narration: [
|
|
622
|
+
"¡La policía ha encontrado algo!",
|
|
623
|
+
"¡ES UNA PLANTACIÓN ENORME DE MARÍA!",
|
|
624
|
+
"Los hippies y místicos están en el paraíso...",
|
|
625
|
+
"¡La policía persigue a los fiesteros!",
|
|
626
|
+
],
|
|
627
|
+
rarity: "epic",
|
|
628
|
+
effects: [
|
|
629
|
+
{
|
|
630
|
+
effectType: "heal_percent",
|
|
631
|
+
target: "both",
|
|
632
|
+
percentValue: 30,
|
|
633
|
+
condition: {
|
|
634
|
+
type: "fighter_type",
|
|
635
|
+
value: [TRIBE_TYPE_IDS.HIPPIE, TRIBE_TYPE_IDS.MISTICO],
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
effectType: "damage_percent",
|
|
640
|
+
target: "both",
|
|
641
|
+
percentValue: 20,
|
|
642
|
+
condition: {
|
|
643
|
+
type: "fighter_type",
|
|
644
|
+
value: TRIBE_TYPE_IDS.FIESTERO,
|
|
645
|
+
},
|
|
646
|
+
},
|
|
647
|
+
],
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
id: "overdose",
|
|
651
|
+
name: "💀 Sobredosis Colectiva",
|
|
652
|
+
description: "Varios luchadores han sufrido una sobredosis.",
|
|
653
|
+
narration: [
|
|
654
|
+
"¡ALGUIEN SE HA PASADO CON LA DOSIS!",
|
|
655
|
+
"💀 ¡SOBREDOSIS COLECTIVA! 💀",
|
|
656
|
+
"Los servicios médicos corren al estadio...",
|
|
657
|
+
"¡Varios luchadores están en estado crítico!",
|
|
658
|
+
],
|
|
659
|
+
rarity: "epic",
|
|
660
|
+
effects: [
|
|
661
|
+
{
|
|
662
|
+
effectType: "damage_percent",
|
|
663
|
+
target: "both",
|
|
664
|
+
percentValue: 25,
|
|
665
|
+
condition: {
|
|
666
|
+
type: "fighter_type",
|
|
667
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.HIPPIE],
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
effectType: "stat_change",
|
|
672
|
+
target: "both",
|
|
673
|
+
statType: "speed",
|
|
674
|
+
statChange: -2,
|
|
675
|
+
condition: {
|
|
676
|
+
type: "fighter_type",
|
|
677
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI],
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
effectType: "heal_percent",
|
|
682
|
+
target: "both",
|
|
683
|
+
percentValue: 15,
|
|
684
|
+
condition: {
|
|
685
|
+
type: "fighter_type",
|
|
686
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.NERD],
|
|
687
|
+
},
|
|
688
|
+
},
|
|
689
|
+
],
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
id: "massive_botellon",
|
|
693
|
+
name: "🎸 Botellón Masivo",
|
|
694
|
+
description: "Se ha montado un botellón masivo en el estadio.",
|
|
695
|
+
narration: [
|
|
696
|
+
"¡Alguien ha traído alcohol para todos!",
|
|
697
|
+
"🍺 ¡BOTELLÓN MASIVO! 🍺",
|
|
698
|
+
"Los fiesteros están en su salsa...",
|
|
699
|
+
"¡Los formales intentan escapar!",
|
|
700
|
+
],
|
|
701
|
+
rarity: "epic",
|
|
702
|
+
effects: [
|
|
703
|
+
{
|
|
704
|
+
effectType: "heal_percent",
|
|
705
|
+
target: "both",
|
|
706
|
+
percentValue: 25,
|
|
707
|
+
condition: {
|
|
708
|
+
type: "fighter_type",
|
|
709
|
+
value: TRIBE_TYPE_IDS.FIESTERO,
|
|
710
|
+
},
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
effectType: "stat_change",
|
|
714
|
+
target: "both",
|
|
715
|
+
statType: "offense",
|
|
716
|
+
statChange: 2,
|
|
717
|
+
condition: {
|
|
718
|
+
type: "fighter_type",
|
|
719
|
+
value: [TRIBE_TYPE_IDS.FIESTERO, TRIBE_TYPE_IDS.KINKI],
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
effectType: "stat_change",
|
|
724
|
+
target: "both",
|
|
725
|
+
statType: "defense",
|
|
726
|
+
statChange: -2,
|
|
727
|
+
condition: {
|
|
728
|
+
type: "fighter_type",
|
|
729
|
+
value: TRIBE_TYPE_IDS.FORMAL,
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
effectType: "stat_change",
|
|
734
|
+
target: "both",
|
|
735
|
+
statType: "speed",
|
|
736
|
+
statChange: -2,
|
|
737
|
+
condition: {
|
|
738
|
+
type: "fighter_type",
|
|
739
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
740
|
+
},
|
|
741
|
+
},
|
|
742
|
+
],
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
id: "gag_law",
|
|
746
|
+
name: "👮 Ley Mordaza Activada",
|
|
747
|
+
description: "El gobierno ha activado la ley mordaza.",
|
|
748
|
+
narration: [
|
|
749
|
+
"📢 ¡ATENCIÓN CIUDADANOS!",
|
|
750
|
+
"Se ha activado la ley mordaza...",
|
|
751
|
+
"¡Prohibido protestar y expresarse!",
|
|
752
|
+
"Los artistas y hippies están amordazados...",
|
|
753
|
+
],
|
|
754
|
+
rarity: "epic",
|
|
755
|
+
effects: [
|
|
756
|
+
{
|
|
757
|
+
effectType: "stat_change",
|
|
758
|
+
target: "both",
|
|
759
|
+
statType: "offense",
|
|
760
|
+
statChange: -3,
|
|
761
|
+
condition: {
|
|
762
|
+
type: "fighter_type",
|
|
763
|
+
value: [TRIBE_TYPE_IDS.ARTISTA, TRIBE_TYPE_IDS.HIPPIE],
|
|
764
|
+
},
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
effectType: "damage_percent",
|
|
768
|
+
target: "both",
|
|
769
|
+
percentValue: 15,
|
|
770
|
+
condition: {
|
|
771
|
+
type: "fighter_type",
|
|
772
|
+
value: TRIBE_TYPE_IDS.ARTISTA,
|
|
773
|
+
},
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
effectType: "stat_change",
|
|
777
|
+
target: "both",
|
|
778
|
+
statType: "defense",
|
|
779
|
+
statChange: 2,
|
|
780
|
+
condition: {
|
|
781
|
+
type: "fighter_type",
|
|
782
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
783
|
+
},
|
|
784
|
+
},
|
|
785
|
+
],
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
id: "swinger_club",
|
|
789
|
+
name: "🔞 Club de Intercambio",
|
|
790
|
+
description: "El estadio se ha convertido en un club de intercambio.",
|
|
791
|
+
narration: [
|
|
792
|
+
"Las luces se atenúan...",
|
|
793
|
+
"¡EL ESTADIO ES AHORA UN CLUB SWINGER!",
|
|
794
|
+
"Los kinkis están en su elemento...",
|
|
795
|
+
"¡Los formales huyen despavoridos!",
|
|
796
|
+
],
|
|
797
|
+
rarity: "epic",
|
|
798
|
+
effects: [
|
|
799
|
+
{
|
|
800
|
+
effectType: "heal_percent",
|
|
801
|
+
target: "both",
|
|
802
|
+
percentValue: 30,
|
|
803
|
+
condition: {
|
|
804
|
+
type: "fighter_type",
|
|
805
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
effectType: "stat_change",
|
|
810
|
+
target: "both",
|
|
811
|
+
statType: "offense",
|
|
812
|
+
statChange: 3,
|
|
813
|
+
condition: {
|
|
814
|
+
type: "fighter_type",
|
|
815
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
816
|
+
},
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
effectType: "stat_change",
|
|
820
|
+
target: "both",
|
|
821
|
+
statType: "speed",
|
|
822
|
+
statChange: 2,
|
|
823
|
+
condition: {
|
|
824
|
+
type: "fighter_type",
|
|
825
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
826
|
+
},
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
effectType: "damage_percent",
|
|
830
|
+
target: "both",
|
|
831
|
+
percentValue: 25,
|
|
832
|
+
condition: {
|
|
833
|
+
type: "fighter_type",
|
|
834
|
+
value: TRIBE_TYPE_IDS.FORMAL,
|
|
835
|
+
},
|
|
836
|
+
},
|
|
837
|
+
],
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
id: "money_laundering",
|
|
841
|
+
name: "💸 Blanqueo de Dinero",
|
|
842
|
+
description: "Se ha descubierto una operación de blanqueo de dinero.",
|
|
843
|
+
narration: [
|
|
844
|
+
"📰 ¡ESCÁNDALO FINANCIERO!",
|
|
845
|
+
"¡Operación de blanqueo descubierta!",
|
|
846
|
+
"Los pijos y formales están implicados...",
|
|
847
|
+
"¡Pero salen impunes como siempre!",
|
|
848
|
+
],
|
|
849
|
+
rarity: "epic",
|
|
850
|
+
effects: [
|
|
851
|
+
{
|
|
852
|
+
effectType: "stat_change",
|
|
853
|
+
target: "both",
|
|
854
|
+
statType: "offense",
|
|
855
|
+
statChange: 2,
|
|
856
|
+
condition: {
|
|
857
|
+
type: "fighter_type",
|
|
858
|
+
value: [TRIBE_TYPE_IDS.PIJO, TRIBE_TYPE_IDS.FORMAL],
|
|
859
|
+
},
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
effectType: "stat_change",
|
|
863
|
+
target: "both",
|
|
864
|
+
statType: "defense",
|
|
865
|
+
statChange: 2,
|
|
866
|
+
condition: {
|
|
867
|
+
type: "fighter_type",
|
|
868
|
+
value: TRIBE_TYPE_IDS.PIJO,
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
effectType: "stat_change",
|
|
873
|
+
target: "both",
|
|
874
|
+
statType: "offense",
|
|
875
|
+
statChange: -2,
|
|
876
|
+
condition: {
|
|
877
|
+
type: "fighter_type",
|
|
878
|
+
value: TRIBE_TYPE_IDS.HIPPIE,
|
|
879
|
+
},
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
effectType: "damage_percent",
|
|
883
|
+
target: "both",
|
|
884
|
+
percentValue: 10,
|
|
885
|
+
condition: {
|
|
886
|
+
type: "fighter_type",
|
|
887
|
+
value: [TRIBE_TYPE_IDS.HIPPIE, TRIBE_TYPE_IDS.KINKI],
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
],
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
id: "opium_den",
|
|
894
|
+
name: "🚬 Fumadero de Opio",
|
|
895
|
+
description: "El estadio se ha convertido en un fumadero de opio.",
|
|
896
|
+
narration: [
|
|
897
|
+
"Un humo denso y dulce llena el ambiente...",
|
|
898
|
+
"¡ES UN FUMADERO DE OPIO!",
|
|
899
|
+
"Los místicos y hippies entran en trance...",
|
|
900
|
+
"¡Los deportistas se asfixian!",
|
|
901
|
+
],
|
|
902
|
+
rarity: "epic",
|
|
903
|
+
effects: [
|
|
904
|
+
{
|
|
905
|
+
effectType: "heal_percent",
|
|
906
|
+
target: "both",
|
|
907
|
+
percentValue: 35,
|
|
908
|
+
condition: {
|
|
909
|
+
type: "fighter_type",
|
|
910
|
+
value: [TRIBE_TYPE_IDS.MISTICO, TRIBE_TYPE_IDS.HIPPIE],
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
effectType: "stat_change",
|
|
915
|
+
target: "both",
|
|
916
|
+
statType: "speed",
|
|
917
|
+
statChange: 2,
|
|
918
|
+
condition: {
|
|
919
|
+
type: "fighter_type",
|
|
920
|
+
value: TRIBE_TYPE_IDS.MISTICO,
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
effectType: "damage_percent",
|
|
925
|
+
target: "both",
|
|
926
|
+
percentValue: 20,
|
|
927
|
+
condition: {
|
|
928
|
+
type: "fighter_type",
|
|
929
|
+
value: [TRIBE_TYPE_IDS.DEPORTISTA, TRIBE_TYPE_IDS.GYMBRO],
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
],
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
id: "gambling_addiction",
|
|
936
|
+
name: "🎰 Ludopatía Desatada",
|
|
937
|
+
description: "La ludopatía se apodera del estadio.",
|
|
938
|
+
narration: [
|
|
939
|
+
"🎰 ¡MÁQUINAS TRAGAPERRAS EVERYWHERE!",
|
|
940
|
+
"¡La ludopatía se desata!",
|
|
941
|
+
"Todos empiezan a apostar compulsivamente...",
|
|
942
|
+
"¡Los pijos lo pierden todo!",
|
|
943
|
+
],
|
|
944
|
+
rarity: "epic",
|
|
945
|
+
effects: [
|
|
946
|
+
{
|
|
947
|
+
effectType: "stat_change",
|
|
948
|
+
target: "random_one",
|
|
949
|
+
randomChoices: [
|
|
950
|
+
{
|
|
951
|
+
effectType: "stat_change",
|
|
952
|
+
target: "self",
|
|
953
|
+
statType: "offense",
|
|
954
|
+
statChange: 4,
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
effectType: "damage_percent",
|
|
958
|
+
target: "self",
|
|
959
|
+
percentValue: 30,
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
effectType: "heal_percent",
|
|
963
|
+
target: "self",
|
|
964
|
+
percentValue: 25,
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
effectType: "stat_change",
|
|
968
|
+
target: "self",
|
|
969
|
+
statType: "defense",
|
|
970
|
+
statChange: -3,
|
|
971
|
+
},
|
|
972
|
+
],
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
effectType: "damage_percent",
|
|
976
|
+
target: "both",
|
|
977
|
+
percentValue: 20,
|
|
978
|
+
condition: {
|
|
979
|
+
type: "fighter_type",
|
|
980
|
+
value: TRIBE_TYPE_IDS.PIJO,
|
|
981
|
+
},
|
|
982
|
+
},
|
|
983
|
+
],
|
|
984
|
+
},
|
|
985
|
+
// ==================== LEGENDARY (4 eventos) ====================
|
|
986
|
+
{
|
|
987
|
+
id: "settling_scores",
|
|
988
|
+
name: "🔪 Ajuste de Cuentas",
|
|
989
|
+
description: "Alguien ha venido a ajustar cuentas pendientes.",
|
|
990
|
+
narration: [
|
|
991
|
+
"Una figura encapuchada entra al estadio...",
|
|
992
|
+
"🔪 ¡ES UN AJUSTE DE CUENTAS! 🔪",
|
|
993
|
+
"¡Saca una pistola y dispara!",
|
|
994
|
+
"¡Un luchador cae gravemente herido!",
|
|
995
|
+
],
|
|
996
|
+
rarity: "legendary",
|
|
997
|
+
effects: [
|
|
998
|
+
{
|
|
999
|
+
effectType: "damage_percent",
|
|
1000
|
+
target: "random_one",
|
|
1001
|
+
percentValue: 40,
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
effectType: "heal_percent",
|
|
1005
|
+
target: "opponent",
|
|
1006
|
+
percentValue: 25,
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
effectType: "stat_change",
|
|
1010
|
+
target: "opponent",
|
|
1011
|
+
statType: "offense",
|
|
1012
|
+
statChange: 2,
|
|
1013
|
+
},
|
|
1014
|
+
],
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
id: "hiv_epidemic",
|
|
1018
|
+
name: "💉 Epidemia de VIH",
|
|
1019
|
+
description: "Se ha detectado un brote de VIH en el estadio.",
|
|
1020
|
+
narration: [
|
|
1021
|
+
"⚠️ ¡ALERTA SANITARIA! ⚠️",
|
|
1022
|
+
"¡Se ha detectado un brote de VIH!",
|
|
1023
|
+
"Los kinkis y fiesteros están en pánico...",
|
|
1024
|
+
"¡Los formales están a salvo!",
|
|
1025
|
+
],
|
|
1026
|
+
rarity: "legendary",
|
|
1027
|
+
effects: [
|
|
1028
|
+
{
|
|
1029
|
+
effectType: "damage_percent",
|
|
1030
|
+
target: "both",
|
|
1031
|
+
percentValue: 35,
|
|
1032
|
+
condition: {
|
|
1033
|
+
type: "fighter_type",
|
|
1034
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.FIESTERO],
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
effectType: "stat_change",
|
|
1039
|
+
target: "both",
|
|
1040
|
+
statType: "defense",
|
|
1041
|
+
statChange: -3,
|
|
1042
|
+
condition: {
|
|
1043
|
+
type: "fighter_type",
|
|
1044
|
+
value: TRIBE_TYPE_IDS.KINKI,
|
|
1045
|
+
},
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
effectType: "stat_change",
|
|
1049
|
+
target: "both",
|
|
1050
|
+
statType: "speed",
|
|
1051
|
+
statChange: -2,
|
|
1052
|
+
condition: {
|
|
1053
|
+
type: "fighter_type",
|
|
1054
|
+
value: [TRIBE_TYPE_IDS.KINKI, TRIBE_TYPE_IDS.FIESTERO],
|
|
1055
|
+
},
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
effectType: "heal_percent",
|
|
1059
|
+
target: "both",
|
|
1060
|
+
percentValue: 20,
|
|
1061
|
+
condition: {
|
|
1062
|
+
type: "fighter_type",
|
|
1063
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.NERD],
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
],
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
id: "anarchist_revolution",
|
|
1070
|
+
name: "🏴 Revolución Anarquista",
|
|
1071
|
+
description: "¡La revolución anarquista ha comenzado!",
|
|
1072
|
+
narration: [
|
|
1073
|
+
"🏴 ¡LA REVOLUCIÓN HA COMENZADO! 🏴",
|
|
1074
|
+
"¡Los anarquistas toman el estadio!",
|
|
1075
|
+
"¡Hippies y kinkis lideran la revuelta!",
|
|
1076
|
+
"¡Los formales y pijos son linchados!",
|
|
1077
|
+
],
|
|
1078
|
+
rarity: "legendary",
|
|
1079
|
+
effects: [
|
|
1080
|
+
{
|
|
1081
|
+
effectType: "heal_percent",
|
|
1082
|
+
target: "both",
|
|
1083
|
+
percentValue: 40,
|
|
1084
|
+
condition: {
|
|
1085
|
+
type: "fighter_type",
|
|
1086
|
+
value: [TRIBE_TYPE_IDS.HIPPIE, TRIBE_TYPE_IDS.KINKI],
|
|
1087
|
+
},
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
effectType: "stat_change",
|
|
1091
|
+
target: "both",
|
|
1092
|
+
statType: "offense",
|
|
1093
|
+
statChange: 4,
|
|
1094
|
+
condition: {
|
|
1095
|
+
type: "fighter_type",
|
|
1096
|
+
value: [TRIBE_TYPE_IDS.HIPPIE, TRIBE_TYPE_IDS.KINKI],
|
|
1097
|
+
},
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
effectType: "damage_percent",
|
|
1101
|
+
target: "both",
|
|
1102
|
+
percentValue: 40,
|
|
1103
|
+
condition: {
|
|
1104
|
+
type: "fighter_type",
|
|
1105
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
effectType: "stat_change",
|
|
1110
|
+
target: "both",
|
|
1111
|
+
statType: "defense",
|
|
1112
|
+
statChange: -3,
|
|
1113
|
+
condition: {
|
|
1114
|
+
type: "fighter_type",
|
|
1115
|
+
value: [TRIBE_TYPE_IDS.FORMAL, TRIBE_TYPE_IDS.PIJO],
|
|
1116
|
+
},
|
|
1117
|
+
},
|
|
1118
|
+
],
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
id: "funeral_of_respect",
|
|
1122
|
+
name: "⚰️ Funeral del Respeto",
|
|
1123
|
+
description: "El respeto ha muerto. Todo vale.",
|
|
1124
|
+
narration: [
|
|
1125
|
+
"⚰️ El respeto ha muerto ⚰️",
|
|
1126
|
+
"Se celebra su funeral...",
|
|
1127
|
+
"¡TODO VALE A PARTIR DE AHORA!",
|
|
1128
|
+
"¡EL CAOS SE APODERA DEL ESTADIO!",
|
|
1129
|
+
],
|
|
1130
|
+
rarity: "legendary",
|
|
1131
|
+
effects: [
|
|
1132
|
+
{
|
|
1133
|
+
effectType: "reset_stats",
|
|
1134
|
+
target: "both",
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
effectType: "damage_percent",
|
|
1138
|
+
target: "both",
|
|
1139
|
+
percentValue: 15,
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
effectType: "stat_change",
|
|
1143
|
+
target: "random_one",
|
|
1144
|
+
randomChoices: [
|
|
1145
|
+
{
|
|
1146
|
+
effectType: "stat_change",
|
|
1147
|
+
target: "self",
|
|
1148
|
+
statType: "offense",
|
|
1149
|
+
statChange: 3,
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
effectType: "stat_change",
|
|
1153
|
+
target: "opponent",
|
|
1154
|
+
statType: "defense",
|
|
1155
|
+
statChange: -3,
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
effectType: "stat_change",
|
|
1159
|
+
target: "self",
|
|
1160
|
+
statType: "speed",
|
|
1161
|
+
statChange: 3,
|
|
1162
|
+
},
|
|
1163
|
+
],
|
|
1164
|
+
},
|
|
1165
|
+
],
|
|
1166
|
+
},
|
|
1167
|
+
];
|