Skip to content

Commit

Permalink
update for today
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 23, 2024
1 parent 75a1870 commit 2eb6f05
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions daily.html
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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) {
Expand Down
Binary file added icons/icon_notables_score3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2eb6f05

Please sign in to comment.