@opfr/raids 0.10.2 → 0.11.0

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
@@ -5786,11 +5786,19 @@ const tp = (e) => {
5786
5786
  title: s(
5787
5787
  "raids.happy_christmas.ev_too_much_sugar.title"
5788
5788
  ),
5789
- text: s(
5790
- "raids.happy_christmas.ev_too_much_sugar.text"
5789
+ text: (t) => s(
5790
+ "raids.happy_christmas.ev_too_much_sugar.text",
5791
+ {
5792
+ rewards: o(
5793
+ "ev_too_much_sugar",
5794
+ t,
5795
+ void 0,
5796
+ e === "anchor" ? { hp: 50 } : { hp: 100 }
5797
+ )
5798
+ }
5791
5799
  ),
5792
5800
  rewards: void 0,
5793
- penalties: void 0,
5801
+ penalties: e === "anchor" ? { hp: 50 } : { hp: 100 },
5794
5802
  outputs: [
5795
5803
  {
5796
5804
  id: "goto_sugar_tree_present",
@@ -11588,6 +11596,7 @@ const tp = (e) => {
11588
11596
  label: s(
11589
11597
  "raids.happy_christmas.rq_celebrate_with_everyone.label"
11590
11598
  ),
11599
+ hideAllIfAvailable: !0,
11591
11600
  output: {
11592
11601
  id: "end_happy_ending",
11593
11602
  title: s("raids.happy_christmas.end_happy_ending.title"),