@opfr/raids 0.11.2 → 0.11.4

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 CHANGED
@@ -6294,27 +6294,108 @@ const tp = (e) => {
6294
6294
  penalties: void 0,
6295
6295
  outputs: [
6296
6296
  {
6297
- id: "goto_fight_bear",
6297
+ id: "uc_fight_bear",
6298
6298
  label: s(
6299
- "raids.happy_christmas.goto_fight_bear.label"
6299
+ "raids.happy_christmas.uc_fight_bear.label"
6300
6300
  ),
6301
- goto: [
6302
- "uc_continue",
6303
- "ev_elf_scared",
6304
- "uc_accept_quest",
6305
- "ev_look_magic_map",
6306
- "uc_navigate_to_candies_island",
6307
- "ev_candies_island",
6308
- "uc_go_to_gingerbread_village",
6309
- "ev_gingerbread",
6310
- "uc_ask_help",
6311
- "c_already_beat_or_convince_bear",
6312
- "ev_bear_presents",
6313
- "uc_find_bear",
6314
- "ev_found_bear",
6315
- "uc_fight_bear",
6316
- "c_fight_bear"
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: "goto_bear_attack",
6417
+ id: "goto_continue",
6337
6418
  label: s(
6338
- "raids.happy_christmas.goto_bear_attack.label"
6419
+ "raids.happy_christmas.goto_continue.label"
6339
6420
  ),
6340
6421
  goto: [
6341
6422
  "uc_continue",