Skip to content

Commit

Permalink
Create August 25-27 Event
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonian committed Aug 25, 2023
1 parent de5628f commit 6bfd274
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: July 13, 2023: Accounts! (v1)'
export const version = '3.0.0 pt 3: August 25, 2023: Accounts! (v1)'


/**
Expand Down
20 changes: 10 additions & 10 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: 'MIT 2023 Graduation Reception',
name: 'Patreon Compensation I',
color: '#a31f34',
url: 'https://youtu.be/1isq6KySUe8?t=34',
url: 'https://www.youtube.com/watch?v=_vD5SWzM41c',
everyYear: false,
start: '06/01/2023 00:00:00',
end: '06/23/2023 20:00:00',
start: '08/25/2023 00:00:00',
end: '08/27/2023 23:59:59',
notice: 20,
event: true,
buffs: {
quark: 0.4,
globalSpeed: 0.3,
ascensionSpeed: 0.4,
quark: 0.25,
globalSpeed: 0,
ascensionSpeed: 0,
antSacrifice: 0,
offering: 0,
obtainium: 0,
octeract: 0,
powderConversion: 0,
goldenQuark: 0,
blueberryTime: 0.3,
ambrosiaLuck: 3,
oneMind: 0.02023
blueberryTime: 0.25,
ambrosiaLuck: 1,
oneMind: 0.05
}
},
khafra: {
Expand Down

0 comments on commit 6bfd274

Please sign in to comment.