Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed May 30, 2023
1 parent 417cd11 commit 5be35d0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oopsyraidsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Options.PlayerNicks = {
'Shisui Miwa': 'Derp',
'Goshu Tsukinoe': 'goshu',
'Goshu Banhi': 'goshu',
'Hoochi Coochie': 'Kev',
'Heal Er': 'Glory',
'Phoebe Blu': 'Kev',
'Leshwi Shanay-im': 'Min',
'Wind-up Mizzen': 'Mizzen',
'Jujube Jube': 'Pap',
};

Options.Debug = true;
6 changes: 6 additions & 0 deletions raidboss.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Options.PlayerNicks = {
'Shisui Miwa': 'Derp',
'Goshu Tsukinoe': 'goshu',
'Goshu Banhi': 'goshu',
'Hoochi Coochie': 'Kev',
'Heal Er': 'Glory',
'Phoebe Blu': 'Kev',
'Leshwi Shanay-im': 'Min',
'Wind-up Mizzen': 'Mizzen',
'Jujube Jube': 'Pap',
};

// Prepend emoji to all added timeline events to make them stand out.
Expand Down
32 changes: 32 additions & 0 deletions raidboss/hunt_train.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const conductors = [
server: 'Jenova',
line: [
'Time to visit our friend at .*',
'Choo choo! Hunt train\'s.*',
],
},
{
Expand Down Expand Up @@ -201,6 +202,8 @@ const conductors = [
server: 'Jenova',
line: [
'Next.*',
// FINAL Stop on the Kazu EXPRESS
' Stop on the ',
],
},
{
Expand Down Expand Up @@ -290,6 +293,35 @@ const conductors = [
'  .*',
],
},
{
name: 'Arisu Kuma',
server: 'Jenova',
line: [
'Next Train stop at.*',
],
},
{
name: 'System Senpai',
server: 'Halicarnassus',
line: [
'NEXT TARGET.*',
],
},
{
name: 'Othelia Emeraldsong',
server: 'Adamantoise',
line: [
'First stop>>>>.*',
'.*Next stop!.*',
],
},
{
name: 'Velvet Lalay\'ra',
server: 'Siren',
line: [
'Next stop on the.*',
],
},
];

// TODO: maybe track the last time this was run and suppress??
Expand Down

0 comments on commit 5be35d0

Please sign in to comment.