@opfr/raids 0.10.2 → 0.10.3
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:
|
|
5801
|
+
penalties: e === "anchor" ? { hp: 50 } : { hp: 100 },
|
|
5794
5802
|
outputs: [
|
|
5795
5803
|
{
|
|
5796
5804
|
id: "goto_sugar_tree_present",
|