diff --git a/.gitignore b/.gitignore index 57901a0..616a254 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ dist/ +*.*~ *.log npm-debug.log* yarn-debug.log* diff --git a/public/characters/trip.png b/public/characters/trip.png new file mode 100644 index 0000000..a882514 Binary files /dev/null and b/public/characters/trip.png differ diff --git a/public/data.json b/public/data.json index 9ac9f0f..108f0f9 100644 --- a/public/data.json +++ b/public/data.json @@ -4,22 +4,32 @@ "name": "Cyan", "banner": "Saberchub~", "image": "vixi/overlays/Tirga Belly (Colored).png", - "url": "https://booru.snowsune.net/posts/17840?q=tirga" + "url": "https://booru.snowsune.net/posts/17840" + }, + { + "name": "Royal", + "banner": "Gryf-Belly", + "image": "vixi/overlays/TyroGryfBelly.png", + "url": "https://booru.snowsune.net/posts/15147" } ], "liquids": [ { "name": "Coyote Cum", - "volume": 12, + "volume": 5, "color": "#f1f2f2", "url": "https://www.f-list.net/c/alice%20prairie" }, { - "name": "Rhettan", - "volume": 38, + "name": "Sergal Cum", + "volume": 31, + "color": "#6e166b" + }, + { + "name": "Trip", + "volume": 70, "color": "#f1f2f2", - "url": "https://www.f-list.net/c/alice%20prairie", - "image": "characters/rhettan.png" + "image": "characters/trip.png" } ], "settings": { @@ -88,6 +98,14 @@ "date": 1761178488, "text": "Churned a good bit of Rich into equally rich yotecum~" }, - { "date": 1762828311, "text": "Geez, guess rich is all but gone~" } + { "date": 1762828311, "text": "Geez, guess rich is all but gone~" }, + { + "date": 1763790729, + "text": "Glouurrp! Trip Sergal makes better coyote cum anyway~ I'll sleep so good tonight!" + }, + { + "date": 1764563640, + "text": "Trip! Did you have to make such a mess in there?!" + } ] } diff --git a/public/vixi/overlays/TyroGryf.png b/public/vixi/overlays/TyroGryf.png new file mode 100644 index 0000000..f1939ba Binary files /dev/null and b/public/vixi/overlays/TyroGryf.png differ diff --git a/public/vixi/overlays/TyroGryfBelly.png b/public/vixi/overlays/TyroGryfBelly.png new file mode 100644 index 0000000..b4f52fb Binary files /dev/null and b/public/vixi/overlays/TyroGryfBelly.png differ