@opfr/raids 0.12.6 → 0.12.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 +17 -17
- package/dist/index.umd.js +1 -1
- package/dist/raids/happyChristmas.js +18 -18
- package/dist/raids/happyChristmas.js.map +1 -1
- package/locales/fr.json +3 -0
- package/package.json +2 -2
|
@@ -232,12 +232,12 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
232
232
|
id: 'c_try_convince_bear',
|
|
233
233
|
requirements: itemId === 'sailing_boat'
|
|
234
234
|
? {
|
|
235
|
-
intelligence:
|
|
236
|
-
wisdom:
|
|
235
|
+
intelligence: 81,
|
|
236
|
+
wisdom: 81,
|
|
237
237
|
}
|
|
238
238
|
: {
|
|
239
|
-
intelligence:
|
|
240
|
-
wisdom:
|
|
239
|
+
intelligence: 90,
|
|
240
|
+
wisdom: 90,
|
|
241
241
|
},
|
|
242
242
|
success: {
|
|
243
243
|
id: 'ev_success_convince',
|
|
@@ -1003,12 +1003,12 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
1003
1003
|
id: 'c_agility_storm',
|
|
1004
1004
|
requirements: itemId === 'sailing_boat'
|
|
1005
1005
|
? {
|
|
1006
|
-
vitality:
|
|
1007
|
-
agility:
|
|
1006
|
+
vitality: 81,
|
|
1007
|
+
agility: 81,
|
|
1008
1008
|
}
|
|
1009
1009
|
: {
|
|
1010
|
-
vitality:
|
|
1011
|
-
agility:
|
|
1010
|
+
vitality: 90,
|
|
1011
|
+
agility: 90,
|
|
1012
1012
|
},
|
|
1013
1013
|
success: {
|
|
1014
1014
|
id: 'ev_found_refuge',
|
|
@@ -2106,8 +2106,8 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
2106
2106
|
output: {
|
|
2107
2107
|
id: 'c_espace_village',
|
|
2108
2108
|
requirements: itemId === 'sailing_boat'
|
|
2109
|
-
? { chance:
|
|
2110
|
-
: { chance:
|
|
2109
|
+
? { chance: 72, agility: 72 }
|
|
2110
|
+
: { chance: 80, agility: 80 },
|
|
2111
2111
|
success: {
|
|
2112
2112
|
id: 'ev_espace_giant',
|
|
2113
2113
|
title: t('raids.happy_christmas.ev_espace_giant.title'),
|
|
@@ -2857,12 +2857,12 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
2857
2857
|
requirements: itemId ===
|
|
2858
2858
|
'sailing_boat'
|
|
2859
2859
|
? {
|
|
2860
|
-
chance:
|
|
2861
|
-
agility:
|
|
2860
|
+
chance: 72,
|
|
2861
|
+
agility: 72,
|
|
2862
2862
|
}
|
|
2863
2863
|
: {
|
|
2864
|
-
chance:
|
|
2865
|
-
agility:
|
|
2864
|
+
chance: 80,
|
|
2865
|
+
agility: 80,
|
|
2866
2866
|
},
|
|
2867
2867
|
success: {
|
|
2868
2868
|
id: 'ev_succeed_bring_down_box_on_wolf',
|
|
@@ -3160,12 +3160,12 @@ export const happyChristmasRaid = (itemId) => ({
|
|
|
3160
3160
|
requirements: itemId ===
|
|
3161
3161
|
'sailing_boat'
|
|
3162
3162
|
? {
|
|
3163
|
-
chance:
|
|
3164
|
-
agility:
|
|
3163
|
+
chance: 72,
|
|
3164
|
+
agility: 72,
|
|
3165
3165
|
}
|
|
3166
3166
|
: {
|
|
3167
|
-
chance:
|
|
3168
|
-
agility:
|
|
3167
|
+
chance: 80,
|
|
3168
|
+
agility: 80,
|
|
3169
3169
|
},
|
|
3170
3170
|
success: {
|
|
3171
3171
|
id: 'ev_succeed_bring_down_box_on_wolf',
|