@opfr/raids 0.11.3 → 0.11.5
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/index.es.js +108 -25
- package/dist/index.umd.js +1 -1
- package/dist/raids/happyChristmas.d.ts.map +1 -1
- package/dist/raids/happyChristmas.js +113 -23
- package/dist/raids/happyChristmas.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -5946,9 +5946,9 @@ const tp = (e) => {
|
|
|
5946
5946
|
penalties: void 0,
|
|
5947
5947
|
outputs: [
|
|
5948
5948
|
{
|
|
5949
|
-
id: "
|
|
5949
|
+
id: "uc_find_bear",
|
|
5950
5950
|
label: s(
|
|
5951
|
-
"raids.happy_christmas.
|
|
5951
|
+
"raids.happy_christmas.uc_find_bear.label"
|
|
5952
5952
|
),
|
|
5953
5953
|
output: {
|
|
5954
5954
|
id: "ev_found_bear",
|
|
@@ -6294,27 +6294,108 @@ const tp = (e) => {
|
|
|
6294
6294
|
penalties: void 0,
|
|
6295
6295
|
outputs: [
|
|
6296
6296
|
{
|
|
6297
|
-
id: "
|
|
6297
|
+
id: "uc_fight_bear",
|
|
6298
6298
|
label: s(
|
|
6299
|
-
"raids.happy_christmas.
|
|
6299
|
+
"raids.happy_christmas.uc_fight_bear.label"
|
|
6300
6300
|
),
|
|
6301
|
-
|
|
6302
|
-
"
|
|
6303
|
-
"
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6301
|
+
output: {
|
|
6302
|
+
id: "c_fight_bear",
|
|
6303
|
+
requirements: e === "sailing_boat" ? {
|
|
6304
|
+
strength: 121.5,
|
|
6305
|
+
agility: 121.5
|
|
6306
|
+
} : {
|
|
6307
|
+
strength: 135,
|
|
6308
|
+
agility: 135
|
|
6309
|
+
},
|
|
6310
|
+
success: {
|
|
6311
|
+
id: "end_beat_bear",
|
|
6312
|
+
title: s(
|
|
6313
|
+
"raids.happy_christmas.end_beat_bear.title"
|
|
6314
|
+
),
|
|
6315
|
+
text: (t) => s(
|
|
6316
|
+
"raids.happy_christmas.end_beat_bear.text",
|
|
6317
|
+
{
|
|
6318
|
+
rewards: o(
|
|
6319
|
+
"end_beat_bear",
|
|
6320
|
+
t,
|
|
6321
|
+
e === "rudder" ? {
|
|
6322
|
+
christmas_present: 1,
|
|
6323
|
+
scroll_intelligence: 1,
|
|
6324
|
+
scroll_strength: 1,
|
|
6325
|
+
condition: "bear_beat",
|
|
6326
|
+
xp: 0
|
|
6327
|
+
} : e === "rescue_boat" ? {
|
|
6328
|
+
christmas_present: 1,
|
|
6329
|
+
scroll_intelligence: 1,
|
|
6330
|
+
scroll_strength: 1,
|
|
6331
|
+
condition: "bear_beat",
|
|
6332
|
+
berry: 0
|
|
6333
|
+
} : {
|
|
6334
|
+
christmas_present: 1,
|
|
6335
|
+
scroll_intelligence: 1,
|
|
6336
|
+
scroll_strength: 1,
|
|
6337
|
+
condition: "bear_beat"
|
|
6338
|
+
},
|
|
6339
|
+
e === "anchor" ? {
|
|
6340
|
+
hp: 100
|
|
6341
|
+
} : {
|
|
6342
|
+
hp: 200
|
|
6343
|
+
}
|
|
6344
|
+
)
|
|
6345
|
+
}
|
|
6346
|
+
),
|
|
6347
|
+
rewards: e === "rudder" ? {
|
|
6348
|
+
christmas_present: 1,
|
|
6349
|
+
scroll_intelligence: 1,
|
|
6350
|
+
scroll_strength: 1,
|
|
6351
|
+
condition: "bear_beat",
|
|
6352
|
+
xp: 0
|
|
6353
|
+
} : e === "rescue_boat" ? {
|
|
6354
|
+
christmas_present: 1,
|
|
6355
|
+
scroll_intelligence: 1,
|
|
6356
|
+
scroll_strength: 1,
|
|
6357
|
+
condition: "bear_beat",
|
|
6358
|
+
berry: 0
|
|
6359
|
+
} : {
|
|
6360
|
+
christmas_present: 1,
|
|
6361
|
+
scroll_intelligence: 1,
|
|
6362
|
+
scroll_strength: 1,
|
|
6363
|
+
condition: "bear_beat"
|
|
6364
|
+
},
|
|
6365
|
+
penalties: e === "anchor" ? {
|
|
6366
|
+
hp: 100
|
|
6367
|
+
} : {
|
|
6368
|
+
hp: 200
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6371
|
+
failure: {
|
|
6372
|
+
id: "end_bear_win",
|
|
6373
|
+
title: s(
|
|
6374
|
+
"raids.happy_christmas.end_bear_win.title"
|
|
6375
|
+
),
|
|
6376
|
+
text: (t) => s(
|
|
6377
|
+
"raids.happy_christmas.end_bear_win.text",
|
|
6378
|
+
{
|
|
6379
|
+
rewards: o(
|
|
6380
|
+
"end_bear_win",
|
|
6381
|
+
t,
|
|
6382
|
+
void 0,
|
|
6383
|
+
e === "anchor" ? {
|
|
6384
|
+
hp: 250
|
|
6385
|
+
} : {
|
|
6386
|
+
hp: 500
|
|
6387
|
+
}
|
|
6388
|
+
)
|
|
6389
|
+
}
|
|
6390
|
+
),
|
|
6391
|
+
rewards: void 0,
|
|
6392
|
+
penalties: e === "anchor" ? {
|
|
6393
|
+
hp: 250
|
|
6394
|
+
} : {
|
|
6395
|
+
hp: 500
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
}
|
|
6318
6399
|
}
|
|
6319
6400
|
]
|
|
6320
6401
|
}
|
|
@@ -6333,9 +6414,9 @@ const tp = (e) => {
|
|
|
6333
6414
|
penalties: void 0,
|
|
6334
6415
|
outputs: [
|
|
6335
6416
|
{
|
|
6336
|
-
id: "
|
|
6417
|
+
id: "goto_continue",
|
|
6337
6418
|
label: s(
|
|
6338
|
-
"raids.happy_christmas.
|
|
6419
|
+
"raids.happy_christmas.goto_continue.label"
|
|
6339
6420
|
),
|
|
6340
6421
|
goto: [
|
|
6341
6422
|
"uc_continue",
|
|
@@ -6540,7 +6621,8 @@ const tp = (e) => {
|
|
|
6540
6621
|
"uc_ask_help",
|
|
6541
6622
|
"c_already_beat_or_convince_bear",
|
|
6542
6623
|
"ev_bear_presents",
|
|
6543
|
-
"uc_find_bear"
|
|
6624
|
+
"uc_find_bear",
|
|
6625
|
+
"ev_found_bear"
|
|
6544
6626
|
]
|
|
6545
6627
|
}
|
|
6546
6628
|
]
|
|
@@ -6718,7 +6800,8 @@ const tp = (e) => {
|
|
|
6718
6800
|
"uc_ask_help",
|
|
6719
6801
|
"c_already_beat_or_convince_bear",
|
|
6720
6802
|
"ev_bear_presents",
|
|
6721
|
-
"uc_find_bear"
|
|
6803
|
+
"uc_find_bear",
|
|
6804
|
+
"ev_found_bear"
|
|
6722
6805
|
]
|
|
6723
6806
|
}
|
|
6724
6807
|
]
|