@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.
@@ -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: 108,
236
- wisdom: 108,
235
+ intelligence: 81,
236
+ wisdom: 81,
237
237
  }
238
238
  : {
239
- intelligence: 120,
240
- wisdom: 120,
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: 112.5,
1007
- agility: 112.5,
1006
+ vitality: 81,
1007
+ agility: 81,
1008
1008
  }
1009
1009
  : {
1010
- vitality: 125,
1011
- agility: 125,
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: 100.8, agility: 101.7 }
2110
- : { chance: 112, agility: 113 },
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: 90,
2861
- agility: 90,
2860
+ chance: 72,
2861
+ agility: 72,
2862
2862
  }
2863
2863
  : {
2864
- chance: 100,
2865
- agility: 100,
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: 90,
3164
- agility: 90,
3163
+ chance: 72,
3164
+ agility: 72,
3165
3165
  }
3166
3166
  : {
3167
- chance: 100,
3168
- agility: 100,
3167
+ chance: 80,
3168
+ agility: 80,
3169
3169
  },
3170
3170
  success: {
3171
3171
  id: 'ev_succeed_bring_down_box_on_wolf',