diff --git a/daily.html b/daily.html
index 63af17c..34aa148 100644
--- a/daily.html
+++ b/daily.html
@@ -26935,8 +26935,24 @@
make1st(scoreScrapJunkCloth), 10,
scoreReroll, 1,
], dops(dailyOpsV96, dailyOpsRobots, dailyOpsReflective, false, false, true));
+ addDaily(challengesDailyEra21, 50, [
+ scoreCompleteDailyChallenge, 6,
+ makeEpic(scoreKillDeathclawPistol), 1,
+ scoreDestroyRobot, 10,
+ scoreEatCakePieCandy, 10,
+ scoreKillCultist, 10,
+ scoreKillHuman, 10,
+ scoreKillScorched, 10,
+ scoreVisitBestBuiltCamp, 1,
+ scoreSpookyCandyBowl, 1,
+ scoreTrickOrTreat, 5,
+ scoreKillSpookyScorched, 5,
+ make1st(scoreKillMolerat), 5,
+ scoreReroll, 1,
+ ], dops(dailyOpsV96, dailyOpsRobots, dailyOpsReflective, false, false, true));
+ communityEventsAppend.push(createTripleScore(ofDate(2024, 9, 23, 16), ofDate(2024, 9, 24, 16)));
communityEventsAppend.push(createFalloutDay(ofDate(2024, 9, 23, 16), ofDate(2024, 9, 24, 16)));
communityEventsAppend.push(createDoubleMutations(ofDate(2024, 9, 31, 16), ofDate(2024, 10, 4, 16)));
communityEventsAppend.push(createPurveyor(ofDate(2024, 9, 31, 16), ofDate(2024, 10, 4, 16), 25, false, 1));
@@ -27712,6 +27728,21 @@
]
}
}
+ function createTripleScore(start, end) {
+ return {
+ validStart: start,
+ validEnd: end,
+ title: "Double S.C.O.R.E. Day",
+ notable: { icon: "score3x", description: "Triple Daily S.C.O.R.E." },
+ options: [
+ {
+ name: "Triple for Daily Challanges",
+ offset: 0,
+ period: 1
+ }
+ ]
+ }
+ }
function addTo(entry, options) {
for (var o of options) {
diff --git a/icons/icon_notables_score3x.png b/icons/icon_notables_score3x.png
new file mode 100644
index 0000000..24704a6
Binary files /dev/null and b/icons/icon_notables_score3x.png differ