Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 31 additions & 86 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,16 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 1
);

@include sprite-animation(
$file-name: ComfyMoobers,
$frame-count: 34,
$sprite-width: 1122px,
$sprite-height: 32px,
$animation-duration: 2550ms,
$iteration-count: 2,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: HocusPocus,
$frame-count: 53,
Expand Down Expand Up @@ -1209,6 +1219,16 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$can-animate-forever: true
);

@include sprite-animation(
$file-name: PepoFight,
$frame-count: 35,
$sprite-width: 1855px,
$sprite-height: 32px,
$animation-duration: 2450ms,
$iteration-count: 2,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: PeepoWeird,
$frame-count: 35,
Expand Down Expand Up @@ -1264,6 +1284,17 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: DOGGO,
$frame-count: 181,
$sprite-width: 6154px,
$sprite-height: 32px,
$animation-duration: 3s,
$iteration-count: 2,
$can-animate-forever: true,
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: SMUG,
$frame-count: 7,
Expand Down Expand Up @@ -1349,89 +1380,3 @@ $spritesDir : '/assets/emotes/emoticons-animated/';

100% {transform: translate(0px,0px);}
}

@include sprite-animation(
$file-name: DOGGO,
$frame-count: 76,
$sprite-width: 2432px,
$sprite-height: 32px,
$animation-duration: 2s,
$iteration-count: 2,
$can-animate-forever: true,
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: ComfyMoobers,
$frame-count: 34,
$sprite-width: 1122px,
$sprite-height: 32px,
$animation-duration: 2550ms,
$iteration-count: 2,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: CampFire,
$frame-count: 90,
$sprite-width: 3780px,
$sprite-height: 32px,
$animation-duration: 3s,
$iteration-count: 1,
$can-animate-forever: true,
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: ZOOMER,
$frame-count: 30,
$sprite-width: 1500px,
$sprite-height: 32px,
$animation-duration: 1s,
$iteration-count: 7,
$can-animate-forever: true
);

@include sprite-animation(
$file-name: GROND,
$frame-count: 149,
$sprite-width: 7450px,
$sprite-height: 32px,
$animation-duration: 6.208s,
$iteration-count: 1,
$can-animate-forever: true,
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: BOOMER,
$frame-count: 90,
$sprite-width: 4050px,
$sprite-height: 32px,
$animation-duration: 3s,
$iteration-count: 2,
$can-animate-forever: true,
$end-on-last-frame: true
);

@include sprite-animation(
$file-name: SPYRON,
$frame-count: 90,
$sprite-width: 3960px,
$sprite-height: 32px,
$animation-duration: 3s,
$iteration-count: 2,
$can-animate-forever: true,
);

@include sprite-animation(
$file-name: PepoWant,
$frame-count: 150,
$sprite-width: 7050px,
$sprite-height: 32px,
$animation-duration: 2.5s,
$animation-direction: alternate,
$iteration-count: 2,
$end-on-frame: 1,
$can-animate-forever: true
);
66 changes: 1 addition & 65 deletions assets/chat/css/generify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -860,68 +860,4 @@

.golden-modifier-Gigachad {
-webkit-mask-position-x: -3068px !important;
}

@mixin lotr-flag($name, $width, $duration, $frame-count) {
$frame-width: $width / $frame-count;

.generify-#{$name} {
margin-left: $frame-width;

&::before {
position: absolute;
background-image: image-set(url("/assets/emotes/lotr/modifiers/4x/#{$name}.png") 4x, url("/assets/emotes/lotr/modifiers/2x/#{$name}.png") 2x, url("/assets/emotes/lotr/modifiers/#{$name}.png") 1x);
overflow: hidden;
width: $frame-width;
height: 32px;
bottom: 0;
right: 93%;
z-index: 0;
content: "";
transform: rotate(-10deg);
transform-origin: 100% 100%;
animation: anim-flag-#{$name} $duration steps($frame-count) 5;
}

@at-root .pref-animateforever &::before, &:hover::before {
animation-iteration-count: infinite;
}
}

@keyframes anim-flag-#{$name} {
0% {
background-position-x: 0px;
}
100% {
background-position-x: calc(100% - #{$frame-width});
}
}
}

@include lotr-flag(
$name: rohan,
$width: 2040px,
$duration: 1333ms,
$frame-count: 40
);

@include lotr-flag(
$name: gondor,
$width: 2300px,
$duration: 1533ms,
$frame-count: 46
);

@include lotr-flag(
$name: mordor,
$width: 480px,
$duration: 1333ms,
$frame-count: 30
);

@include lotr-flag(
$name: saruman,
$width: 480px,
$duration: 1333ms,
$frame-count: 30
);
}
10 changes: 5 additions & 5 deletions assets/chat/js/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ const GENERIFY_OPTIONS = {
peek: "generify-peek",
gray: "generify-gray",
noir: "generify-noir weather rain anim-fix",
rohan: "generify-rohan",
gondor: "generify-gondor",
mordor: "generify-mordor",
saruman: "generify-saruman",
// rohan: "generify-rohan",
// gondor: "generify-gondor",
// mordor: "generify-mordor",
// saruman: "generify-saruman",
};

const CUSTOM_AUTOCOMPLETE_ORDER = [
Expand Down Expand Up @@ -139,7 +139,7 @@ const DANK_WHITELIST = [
"Kreygasm",
"4Head",
"PepoDance",
"PeepoHappy",
"PeepoHappy"
];

//emotes that get placed multiple times when combo'd
Expand Down
7 changes: 1 addition & 6 deletions assets/emotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@
"CAUGHT",
"PepoTurkey",
"SNOWBALL",
"SNOWBALLFIGHT",
"DEEEATH",
"GimliFlushed",
"GROND",
"GRUG",
"SPYRON"
"SNOWBALLFIGHT"
]
}
Binary file removed assets/emotes/emoticons-animated/2x/BOOMER.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/2x/CampFire.png
Binary file not shown.
Binary file modified assets/emotes/emoticons-animated/2x/DOGGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/2x/GROND.png
Binary file not shown.
Binary file added assets/emotes/emoticons-animated/2x/PepoFight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/2x/PepoWant.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/2x/SPYRON.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/2x/ZOOMER.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/4x/BOOMER.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/4x/CampFire.png
Binary file not shown.
Binary file modified assets/emotes/emoticons-animated/4x/DOGGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/4x/GROND.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/4x/PepoWant.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/4x/SPYRON.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/4x/ZOOMER.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/BOOMER.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/CampFire.png
Binary file not shown.
Binary file modified assets/emotes/emoticons-animated/DOGGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/GROND.png
Binary file not shown.
Binary file added assets/emotes/emoticons-animated/PepoFight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/emotes/emoticons-animated/PepoWant.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/SPYRON.png
Binary file not shown.
Binary file removed assets/emotes/emoticons-animated/ZOOMER.png
Binary file not shown.
Binary file added assets/emotes/emoticons/2x/BOOMER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/emotes/emoticons/2x/ComfyFeels.png
Binary file removed assets/emotes/emoticons/2x/DEEEATH.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/2x/DELUSIONAL.png
Binary file modified assets/emotes/emoticons/2x/DuckerZ.png
Binary file modified assets/emotes/emoticons/2x/GRUG.png
Binary file removed assets/emotes/emoticons/2x/GimliFlushed.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/2x/KING.png
Binary file removed assets/emotes/emoticons/2x/LeRuse.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/2x/PEPE.png
Binary file modified assets/emotes/emoticons/2x/POKE.png
Binary file modified assets/emotes/emoticons/2x/PepoComfy.png
Binary file removed assets/emotes/emoticons/2x/PepoFight.png
Diff not rendered.
Binary file added assets/emotes/emoticons/2x/PepoWant.png
Binary file modified assets/emotes/emoticons/2x/QUEEN.png
Binary file modified assets/emotes/emoticons/2x/Riperino.png
Binary file modified assets/emotes/emoticons/2x/SMOrc.png
Binary file modified assets/emotes/emoticons/2x/SpookerZ.png
Binary file added assets/emotes/emoticons/2x/ZOOMER.png
Binary file modified assets/emotes/emoticons/2x/monkaHmm.png
Binary file modified assets/emotes/emoticons/2x/peepoStab.png
Binary file added assets/emotes/emoticons/4x/BOOMER.png
Binary file modified assets/emotes/emoticons/4x/ComfyFeels.png
Binary file removed assets/emotes/emoticons/4x/DEEEATH.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/4x/DELUSIONAL.png
Binary file modified assets/emotes/emoticons/4x/DuckerZ.png
Binary file modified assets/emotes/emoticons/4x/GRUG.png
Binary file removed assets/emotes/emoticons/4x/GimliFlushed.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/4x/KING.png
Binary file removed assets/emotes/emoticons/4x/LeRuse.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/4x/PEPE.png
Binary file modified assets/emotes/emoticons/4x/POKE.png
Binary file modified assets/emotes/emoticons/4x/PepoComfy.png
Binary file removed assets/emotes/emoticons/4x/PepoFight.png
Diff not rendered.
Binary file added assets/emotes/emoticons/4x/PepoWant.png
Binary file modified assets/emotes/emoticons/4x/QUEEN.png
Binary file modified assets/emotes/emoticons/4x/Riperino.png
Binary file modified assets/emotes/emoticons/4x/SMOrc.png
Binary file modified assets/emotes/emoticons/4x/SpookerZ.png
Binary file added assets/emotes/emoticons/4x/ZOOMER.png
Binary file modified assets/emotes/emoticons/4x/monkaHmm.png
Binary file modified assets/emotes/emoticons/4x/peepoStab.png
Binary file added assets/emotes/emoticons/BOOMER.png
Binary file added assets/emotes/emoticons/CampFire.png
Binary file modified assets/emotes/emoticons/ComfyFeels.png
Binary file removed assets/emotes/emoticons/DEEEATH.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/DELUSIONAL.png
Binary file modified assets/emotes/emoticons/DuckerZ.png
Binary file modified assets/emotes/emoticons/GRUG.png
Binary file removed assets/emotes/emoticons/GimliFlushed.png
Diff not rendered.
Binary file modified assets/emotes/emoticons/KING.png
Binary file modified assets/emotes/emoticons/LeRuse.png
Binary file modified assets/emotes/emoticons/PEPE.png
Binary file modified assets/emotes/emoticons/POKE.png
Binary file modified assets/emotes/emoticons/PepoComfy.png
Binary file removed assets/emotes/emoticons/PepoFight.png
Diff not rendered.
Binary file added assets/emotes/emoticons/PepoWant.png
Binary file modified assets/emotes/emoticons/QUEEN.png
Binary file modified assets/emotes/emoticons/Riperino.png
Binary file modified assets/emotes/emoticons/SMOrc.png
Binary file modified assets/emotes/emoticons/SpookerZ.png
Binary file added assets/emotes/emoticons/ZOOMER.png
Binary file modified assets/emotes/emoticons/monkaHmm.png
Binary file added assets/emotes/emoticons/old/CampFire.png
Binary file modified assets/emotes/emoticons/peepoStab.png