Skip to content

Commit

Permalink
Thanksgiving Event 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonian committed Dec 1, 2023
1 parent 5146c05 commit 1484e7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '3.0.0 pt 3: August 25, 2023: Accounts! (v1)'
export const version = '3.0.0 pt 3: December 1, 2023: Derpsgiving! I'


/**
Expand Down
26 changes: 13 additions & 13 deletions src/Event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@ const events: Record<string, HolidayData> = {
},
// Last active event
last: {
name: 'Patreon Compensation I',
name: 'Derpsgiving 2023 I',
color: '#a31f34',
url: 'https://www.youtube.com/watch?v=_vD5SWzM41c',
everyYear: false,
start: '08/25/2023 00:00:00',
end: '08/27/2023 23:59:59',
start: '12/02/2023 00:00:00',
end: '12/05/2023 23:59:59',
notice: 20,
event: true,
buffs: {
quark: 0.25,
globalSpeed: 0,
ascensionSpeed: 0,
antSacrifice: 0,
offering: 0,
obtainium: 0,
octeract: 0,
powderConversion: 0,
goldenQuark: 0,
quark: 0.30,
globalSpeed: 0.30,
ascensionSpeed: 0.30,
antSacrifice: 0.30,
offering: 0.30,
obtainium: 0.30,
octeract: 0.30,
powderConversion: 0.30,
goldenQuark: 0.30,
blueberryTime: 0.25,
ambrosiaLuck: 1,
oneMind: 0.05
oneMind: 0.03
}
},
khafra: {
Expand Down

0 comments on commit 1484e7c

Please sign in to comment.