@opfr/raids 0.11.6 → 0.11.8
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 +8 -16
- package/dist/index.umd.js +1 -1
- package/dist/raids/happyChristmas.d.ts.map +1 -1
- package/dist/raids/happyChristmas.js +7 -15
- package/dist/raids/happyChristmas.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/locales/fr.json +3 -3
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"happyChristmas.d.ts","sourceRoot":"","sources":["../../src/raids/happyChristmas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAI1C,OAAO,KAAK,EAAE,IAAI,EAAc,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,kBAAkB,WAAY,MAAM,GAAG,IAAI,KAAG,
|
|
1
|
+
{"version":3,"file":"happyChristmas.d.ts","sourceRoot":"","sources":["../../src/raids/happyChristmas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAI1C,OAAO,KAAK,EAAE,IAAI,EAAc,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,kBAAkB,WAAY,MAAM,GAAG,IAAI,KAAG,IA2yQzD,CAAC"}
|
|
@@ -978,22 +978,13 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
978
978
|
penalties: undefined,
|
|
979
979
|
outputs: [
|
|
980
980
|
{
|
|
981
|
-
id: '
|
|
982
|
-
label: t('raids.happy_christmas.
|
|
981
|
+
id: 'goto_magic_map',
|
|
982
|
+
label: t('raids.happy_christmas.goto_magic_map.label'),
|
|
983
983
|
goto: [
|
|
984
984
|
'uc_continue',
|
|
985
985
|
'ev_elf_scared',
|
|
986
986
|
'uc_accept_quest',
|
|
987
987
|
'ev_look_magic_map',
|
|
988
|
-
'uc_navigate_to_candies_island',
|
|
989
|
-
'ev_candies_island',
|
|
990
|
-
'uc_go_to_gingerbread_village',
|
|
991
|
-
'ev_gingerbread',
|
|
992
|
-
'uc_ask_help',
|
|
993
|
-
'c_already_beat_or_convince_bear',
|
|
994
|
-
'ev_bear_presents',
|
|
995
|
-
'uc_find_bear',
|
|
996
|
-
'ev_found_bear',
|
|
997
988
|
],
|
|
998
989
|
},
|
|
999
990
|
],
|
|
@@ -1186,7 +1177,7 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1186
1177
|
buffs: [
|
|
1187
1178
|
{
|
|
1188
1179
|
target: 'cooldown.work',
|
|
1189
|
-
origin: 'christmas-malus/
|
|
1180
|
+
origin: 'christmas-malus/null',
|
|
1190
1181
|
multiplier: 2,
|
|
1191
1182
|
endIn: 86400000,
|
|
1192
1183
|
startIn: null,
|
|
@@ -1197,7 +1188,7 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1197
1188
|
buffs: [
|
|
1198
1189
|
{
|
|
1199
1190
|
target: 'cooldown.work',
|
|
1200
|
-
origin: 'christmas-malus/
|
|
1191
|
+
origin: 'christmas-malus/null',
|
|
1201
1192
|
multiplier: 2,
|
|
1202
1193
|
endIn: 86400000,
|
|
1203
1194
|
startIn: null,
|
|
@@ -1227,7 +1218,7 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1227
1218
|
buffs: [
|
|
1228
1219
|
{
|
|
1229
1220
|
target: 'cooldown.work',
|
|
1230
|
-
origin: 'christmas-malus/
|
|
1221
|
+
origin: 'christmas-malus/null',
|
|
1231
1222
|
multiplier: 2,
|
|
1232
1223
|
endIn: 86400000,
|
|
1233
1224
|
startIn: null,
|
|
@@ -1238,7 +1229,7 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1238
1229
|
buffs: [
|
|
1239
1230
|
{
|
|
1240
1231
|
target: 'cooldown.work',
|
|
1241
|
-
origin: 'christmas-malus/
|
|
1232
|
+
origin: 'christmas-malus/null',
|
|
1242
1233
|
multiplier: 2,
|
|
1243
1234
|
endIn: 86400000,
|
|
1244
1235
|
startIn: null,
|
|
@@ -1320,6 +1311,7 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1320
1311
|
id: 'rq_fly_to_frozen_clouds',
|
|
1321
1312
|
requirements: { aeronef: 1 },
|
|
1322
1313
|
label: t('raids.happy_christmas.rq_fly_to_frozen_clouds.label', { requirements: findItem('aeronef').name(1) }),
|
|
1314
|
+
doNotConsume: true,
|
|
1323
1315
|
output: {
|
|
1324
1316
|
id: 'ev_frozen_clouds',
|
|
1325
1317
|
title: t('raids.happy_christmas.ev_frozen_clouds.title'),
|