Both sides previous revisionPrevious revisionNext revision | Previous revision |
ghost:hydrate [2022/10/10 06:20] – update balloontest gif ulde3 | ghost:hydrate [2025/09/14 15:48] (current) – Add outdated information banner and tag ulde3 |
---|
======Hydrate====== | ====== Hydrate ====== |
{{page>wiki:banners#Content Warning}} | {{page>wiki:banners#Content Warning}} |
{{page>wiki:banners#Outdated Information}} | {{page>wiki:banners#Outdated Information}} |
<WRAP right> | <WRAP right> |
^ Hydrate ^^ | ^ Hydrate ^^ |
| {{:ghost:hydrate:clear_shell_thumb.png}} || | | {{ghost:hydrate:thumbnail.png}} || |
^Type|Ghost| | | {{ghost:hydrate:clear_shell_thumb.png}} || |
^Developer(s)|[[dev:Zdzisiu]], [[dev:Zichqec]]| | ^ Type | [[info:Ukagaka|Ghost]] | |
^Origin|Original Character| | ^ Developer(s) | [[dev:Zdzisiu]], [[dev:Zichqec]] | |
^Language(s)|English| | ^ Origin | Original character | |
^Sakura|Hydrate| | ^ Language(s) | English | |
^SHIORI|[[shiori:YAYA]]| | ^ Sakura | Hydrate | |
^Released|August 20th, 2020| | ^ SHIORI | [[shiori:YAYA]] | |
| [[https://zichqec.github.io/s-the-skeleton/hydrate|Download]] || | ^ Release date | August 20th, 2020 | |
| | [[https://ukagaka.zichqec.com/ghost/hydrate|Download]] || |
</WRAP> | </WRAP> |
//Content warning: One of the external shells contains mild gore. The thumbnail is in a spoiler section.// | <wrap indent>//Content warning: One of the external shells contains mild gore. The thumbnail is in a spoiler section.//</wrap> |
| |
//Hydrate// is a collaborative ghost made by [[dev:Zdzisiu]] and [[dev:Zichqec]], in celebration of "hydrate day" on 8/20((https://youtu.be/qJEpvw9diSU?t=141)). The ghost is focused on one single function; reminding the user to drink water at a regular, customizable interval, and giving positive reinforcement when a drink is taken. No random dialogue is available. | //Hydrate// is a collaborative ghost made by [[dev:Zdzisiu]] and [[dev:Zichqec]], in celebration of "hydrate day" on 8/20((https://www.youtube.com/clip/UgkxYTyEpsPwJt8VWMtjRANfLoTGTdkynU7q)). The ghost is focused on one single function; reminding the user to drink water at a regular, customizable interval, and giving positive reinforcement when a drink is taken. No random dialogue is available. |
| |
{{SIDETOC width18}} | {{SIDETOC width18}} |
| |
=====Features===== | ===== Features ===== |
*Tracks stats such as how many drinks you've taken in total, how many drinks you've taken that day, and displays them in a stats menu. | * Drink reminders, which can be set at a custom interval |
*An option for the user to indicate that they've taken an extra sip of water outside of the timed reminders. | * Optional reminder sounds; comes with 6 defaults and an option to add a custom sound |
*A dynamic shell and dressup menu built into the main menu. | * Drink reminders may be "paused", which will stop drink reminders for as long as the pause menu is open, and ensure the user's drink streak is not lost |
*Motivational quotes, encouragement, and water facts in the right click menu. | * Tracks stats such as how many drinks the user has taken in total, how many drinks the user has taken that day, and the current number of drinks the user has taken in a row without missing any, and displays them in a stats menu |
*Uses only a single surface, making it easy to create custom shells. | * An option for the user to indicate that they've taken an extra sip of water outside of the timed reminders |
*If other ghosts send a communication to Hydrate, Hydrate will return the user's drinking stats, as well as information about what shell and dressups it's currently using. | * A dynamic shell and dressup menu built into the main menu |
| * Includes options for picking shells and dressups at random |
| * Encouragement and water facts in the right click menu |
| * Uses only a single surface, making it easy to create custom shells |
| * If other ghosts send a communication to Hydrate, Hydrate will return the user's drinking stats, as well as information about what shell and dressups it's currently using |
| * Automatic update checks for ghost, shell, and balloon |
| |
=====Communication Features===== | ===== Reminder sounds ===== |
| Hydrate comes with a selection of sounds that can be played to alert the user that it's time to take a drink. Half of the default sounds are based on water, while the other half are various chimes. There is also an option to add a custom sound, which can be any sound file (of a supported type((More file types are supported if the user has [[https://github.com/Nevcairiel/LAVFilters/releases|LAVFilters]] installed))) that the user wants. |
| |
| The user may choose no reminder sound, a single reminder sound, or have Hydrate pick a random sound each time it gives a drink reminder. There is also an option to include or exclude the custom sound from the random selection, in case the user has not picked one, or does not want their custom sound in the mix. |
| |
| The volume of the reminder sound may also be set from this menu. The user may test the volume by clicking on any of the reminder sounds to play them. |
| |
| ===== Communication features ===== |
Hydrate comes with communication features that allow it to interact with other ghosts, without needing to update Hydrate itself. There are two methods for getting the stats, which can be used separately or in conjunction with each other. | Hydrate comes with communication features that allow it to interact with other ghosts, without needing to update Hydrate itself. There are two methods for getting the stats, which can be used separately or in conjunction with each other. |
| |
====The Commu Ping Method==== | ==== The commu ping method ==== |
When Hydrate is pinged by other ghosts using the OnCommunicate function, it will respond by sending back a message telling the ghost to Hydrate, and silently passing along the user's stats, hidden by a ''\e'' | When Hydrate is pinged by other ghosts using the OnCommunicate function, it will respond by sending back a message telling the ghost to Hydrate, and silently passing along the user's stats, hidden by a ''\e'' |
| |
If the developer includes ''HydrateStatsSilent'' as a part of their message to Hydrate, Hydrate will send the stats silently, without displaying anything to the user. | If the developer includes ''HydrateStatsSilent'' as a part of their message to Hydrate, Hydrate will send the stats silently, without displaying anything to the user. |
| |
The user's stats are sent as a simple array, and can be broken down with this code, or similar: | The user's stats are sent as a simple array, and can be broken down with this code, or similar:((Example based on [[shiori:AYA]]/[[shiori:YAYA]])) |
<code> | <code> |
ConvoTag = SPLIT(reference1,"\e")[1] //This is splitting off everything after the \e in Hydrate's message, so the commas in the dialogue don't mess up the array | ConvoTag = SPLIT(reference1,"\e")[1] //This is splitting off everything after the \e in Hydrate's message, so the commas in the dialogue don't mess up the array |
This method is ideal for making comments about Hydrate's shell and dressups, to ensure that the ghost is using up-to-date info. | This method is ideal for making comments about Hydrate's shell and dressups, to ensure that the ghost is using up-to-date info. |
| |
====The raiseother Method==== | ====The raiseother method==== |
Every hour on the hour, Hydrate will use a raiseother command to send its stats to all other open ghosts. Any ghost can receive this event simply by adding this function. | Every hour on the hour, Hydrate will use a raiseother command to send its stats to all other open ghosts. Any ghost can receive this event simply by adding this function.((Example based on [[shiori:AYA]]/[[shiori:YAYA]])) |
| |
<code> | <code> |
This event is sent with raise and not notify, since it may be helpful in some situations, but it is recommended not to put dialogue in this function. | This event is sent with raise and not notify, since it may be helpful in some situations, but it is recommended not to put dialogue in this function. |
| |
=====Balloon===== | ===== Balloon ===== |
Hydrate comes bundled with the [[balloon:H2O]] balloon, which is a small water-themed balloon created for use with Hydrate. | Hydrate comes bundled with the [[balloon:H2O]] balloon, which is a small water-themed balloon created for use with Hydrate. |
| |
{{balloon:h2o:balloontest.gif }} | {{balloon:h2o:balloontest.gif }} |
| |
=====Shells===== | ===== Shells ===== |
^ ^ Name ^ Description ^ | ^ ^ Name ^ Description ^ |
| {{ghost:hydrate:clear_shell_thumb.png}} | Clear | The default shell. A clear plastic water bottle. | | | {{ghost:hydrate:clear_shell_thumb.png}} | Clear | The default shell. A clear plastic water bottle. | |
| |
| ==== External shells ==== |
| ++++ Click to reveal external shells | |
^ External shells ^^^ | ^ External shells ^^^ |
| {{shell:hydrate:teacup:thumbnail.png}} | [[shell:hydrate:Teacup]] | A simple teacup with a rainbow dressup. | | | {{shell:hydrate:1_liter_mug:appearance.png?300}} | [[shell:hydrate:1 Liter Mug]] | A giant mug that can hold 1 liter of liquid. Has dressups for different mug designs. | |
| {{shell:hydrate:alkohol:thumbnail.png}} | [[shell:hydrate:Alkohol]] | A martini glass with liquids of various colors available as dressups. | | | {{shell:hydrate:a_bottle_of_souls:thumbnail.png}} | [[shell:hydrate:A Bottle of souls]] | A bottle of colorful souls. Comes with dressups for the color of the souls, cap, and an accessory. | |
| | {{shell:hydrate:after_the_rainfall:thumbnail.png}} | [[shell:hydrate:After the rainfall]] | A leaf with water droplets on top. Sticks to the right side of the screen. | |
| | {{shell:hydrate:air_freshener:appearance.png}} | [[shell:hydrate:Air Freshener]] | A can of air freshener. Comes with dressups for different color labels. | |
| | {{shell:hydrate:alkohol:appearance.png}} | [[shell:hydrate:Alkohol]] | A martini glass with liquids of various colors available as dressups. | |
| | {{shell:hydrate:ballpoint_pen:thumbnail.png?300}} | [[shell:hydrate:Ballpoint Pen]] | A ballpoint pen with different ink colors available as dressups. | |
| | {{shell:hydrate:battery_acid:appearance.png}} | [[shell:hydrate:Battery Acid]] | A battery that is leaking acid. | |
| | {{shell:shared-shell:biblically_accurate_angel:thumbnail.png?300}} | [[shell:shared-shell:Biblically Accurate Angel]] | A biblically accurate angel with 6 wings, 3 eyes, and straws in the eyes. Is also a shell for [[ghost:Squid]]. | |
| | {{shell:hydrate:bishoujo_hydrate:thumbnail.png}} | [[shell:hydrate:Bishoujo Hydrate]] | A glass shaped like an anime girl, filled with water and including a giant straw. | |
| | {{shell:hydrate:bleach:thumbnail.png}} | [[shell:hydrate:Bleach]] | A bottle of bleach. | |
| | {{shell:hydrate:blood_bag:thumbnail.png}} | [[shell:hydrate:Blood Bag]] | A blood bag with a variety of different colors of "blood" available as dressups. | |
| | {{shell:hydrate:bone_hurt_juice:appearance.png}} | [[shell:hydrate:Bone Hurt Juice]] | A juice box that says "Bone Hurt Juice". It is in a scribbly animation style that loops. | |
| | {{shell:hydrate:bowie_and_friends:appearance.png?300}} | [[shell:hydrate:Bowie and Friends]] | A shell of [[ghost:Bowie Wilson]] holding a cup of water. Dressups are available that change Bowie to different characters. | |
| | {{shell:hydrate:bowie_bottle:appearance.png}} | [[shell:hydrate:Bowie Bottle]] | A bottle with a straw, styled after the ghost [[ghost:Bowie Wilson]]. | |
| | {{shell:hydrate:bowl_of_water:appearance.png}} | [[shell:hydrate:Bowl of Water]] | A bowl of water. Comes with dressups for different bowl colors and water colors. | |
| | {{shell:hydrate:bread_bowl:appearance.png}} | [[shell:hydrate:Bread Bowl]] | A bread bowl full of soup. Comes with dressups for different soups. | |
| | {{shell:hydrate:bubble:thumbnail.png}} | [[shell:hydrate:Bubble]] | A bubble wand with an animated bubble. | |
| | {{shell:hydrate:bucket:appearance.png}} | [[shell:hydrate:Bucket]] | A bucket. Comes with dressups for different bucket colors and handle colors. | |
| | {{shell:hydrate:bucket_of_paint:appearance.png}} | [[shell:hydrate:Bucket of paint]] | A bucket of paint, with paint dripping down the side. Comes with dressups for different paint colors. | |
| | {{shell:hydrate:cactus:appearance.png}} | [[shell:hydrate:Cactus]] | A cactus. | |
| | {{shell:hydrate:can:wikithumbnail.png}} | [[shell:hydrate:Can]] | A soda can, with different flavors available as dressups. | |
| | {{shell:hydrate:champagne:appearance.png}} | [[shell:hydrate:Champagne]] | A glass of champagne. | |
| | {{shell:hydrate:clear_remake:thumbnail.png}} | [[shell:hydrate:Clear Remake]] | A bottle of water, and a redraw of Hydrate's master shell "Clear". | |
| | {{shell:hydrate:condiments:appearance.png}} | [[shell:hydrate:Condiments]] | A condiment bottle. Comes with dressups for different condiments. | |
| | {{shell:hydrate:cup_of_dirt_hydrate:thumbnail.png?300}} | [[shell:hydrate:Cup of Dirt (hydrate)]] | A "cup of dirt" desert with animated gummy worms. | |
| | {{shell:hydrate:cup_slice:appearance.png}} | [[shell:hydrate:Cup Slice]] | A 2D slice of a cup. Comes with dressups for different cup colors and liquid colors. | |
| | {{shell:hydrate:dish_soap:appearance.png}} | [[shell:hydrate:Dish Soap]] | A bottle of dish soap. Comes with dressups for different soap colors. | |
| | {{shell:hydrate:dollhouse_drinks:thumbnail.png}} | [[shell:hydrate:Dollhouse Drinks]] | Tiny pixel cups, with different styles and different colors available as dressups. | |
| | {{shell:hydrate:fallen_umbrella:thumbnail.png}} | [[shell:hydrate:fallen umbrella]] | An upturned umbrella with water inside. The water is animated. | |
| | {{shell:hydrate:fishbowl:appearance.png}} | [[shell:hydrate:Fishbowl]] | A fishbowl with a fish in it. Comes with multiple straw dressups in different colors. | |
| | {{shell:hydrate:flowers:appearance.png}} | [[shell:hydrate:Flowers]] | A water feature made of flowers. | |
| | {{shell:hydrate:geoffrey:thumbnail.png?300}} | [[shell:hydrate:Geoffrey]] | An unsettling face holding a water bottle, which moves back and forth. | |
| | {{shell:hydrate:ghost_jam:appearance.png}} | [[shell:hydrate:Ghost Jam]] | A cup made out of a jar, featuring jam made of ghosts. Comes with dressups for different jam colors. | |
| | {{shell:hydrate:ghost_jam_juice:thumbnail.png}} | [[shell:hydrate:Ghost Jam Juice]] | A juice box styled with pink and yellow colors alluding to [[event:Ghost Jam]] events. | |
| | {{shell:shared-shell:gourmet_ravioli:thumbnail.png}} | [[shell:shared-shell:Gourmet Ravioli]] | A can of ravioli in a pixel art style. Comes with dressups for different ravioli colors. | |
| | {{shell:hydrate:haiidrate_3:thumbnail.png}} | [[shell:hydrate:haiidrate_3|Haiidrate :3]] | A cup shaped like a cat's paw. Has dressups for different fur patterns and different drinks. | |
| | {{shell:hydrate:hand_soap:appearance.png}} | [[shell:hydrate:Hand Soap]] | Hand soap in a pump bottle. Comes with dressups for different soap colors. | |
| | {{shell:hydrate:hot_spring:thumbnail.png}} | [[shell:hydrate:Hot Spring]] | A pixel hot spring. | |
| | {{shell:hydrate:hydrate_enhancer:thumbnail.png}} | [[shell:hydrate:Hydrate Enhancer]] | A water enhancer, with different flavors as dressups, as well as an option to have the lid open. | |
| | {{shell:hydrate:hydrate_shell_spider_web:thumbnail.png}} | [[shell:hydrate:hydrate_shell_spider_web|Hydrate Shell - Spider Web]] | A spider web with morning dew. | |
| | {{shell:hydrate:hydrate_shell_template:thumbnail.png}} | [[shell:hydrate:Hydrate Shell Template]] | A shell template for creating Hydrate shells. It features a doodle of a glass of water. | |
| | {{shell:hydrate:i_died_and_turned_into_a_well_hydrated_hamster:thumbnail.png?300}} | [[shell:hydrate:I died and turned into a well hydrated hamster]] | A hamster water bottle that attaches to the left side of the screen. Comes with dressups for different colors/patterns, and a water dripping animation. | |
| | {{shell:hydrate:ice_cream_coffee:appearance.png}} | [[shell:hydrate:Ice Cream Coffee]] | A shell of ice cream coffee. | |
| | {{shell:shared-shell:injector:thumbnail.png?300}} | [[shell:shared-shell:Injector]] | A shell with 3 different types of injectors, each from a different video game. | |
| | {{shell:hydrate:ink:appearance.png}} | [[shell:hydrate:Ink]] | An ink well, with dressups for different ink colors. | |
| | {{shell:hydrate:internet_teacup:appearance.png}} | [[shell:hydrate:Internet Teacup]] | A shell resembling the avatar of its author, [[dev:zdzisiu|Internet Teacup]]. | |
| | {{shell:hydrate:jar:appearance.png}} | [[shell:hydrate:Jar]] | A jar filled with liquid. Comes with dressups for the liquid color and lid color. | |
| | {{shell:hydrate:juicer:appearance.png}} | [[shell:hydrate:Juicer]] | A juicer. Comes with dressups for different fruit, juices, and the color of the juicer itself. | |
| | {{shell:hydrate:kids_birthday_cup:thumbnail.png}} | [[shell:hydrate:kids_birthday_cup|Kid's birthday cup]] | A cup for a kid's birthday party. | |
| | {{shell:hydrate:lava_in_a_cup:appearance.png}} | [[shell:hydrate:Lava in a Cup]] | A mug of lava, with a metal straw dressup. | |
| | {{shell:hydrate:leaking_from_somewhere:thumbnail.png}} | [[shell:hydrate:Leaking from somewhere]] | A shell of water dripping down from the top of the screen. Comes with dressups for different liquids. | |
| | {{shell:hydrate:lol_mug:thumbnail.png}} | [[shell:hydrate:LOL Mug]] | A mug with the word LOL printed on it, with different colors available as dressups. | |
| | ++ Appearance image hidden for mild gore |{{shell:hydrate:martini_gore:appearance.png}}++ | [[shell:hydrate:Martini Gore]] | A martini glass of blood with an eye floating in it. Dressups are available to change the color of the eye. | |
| | {{shell:hydrate:melon-lime_soda:thumbnail.png}} | [[shell:hydrate:Melon-Lime Soda]] | A painting of a Melon-Lime Soda from a particular bar. | |
| | {{shell:hydrate:metal_bottle:thumbnail.png?300}} | [[shell:hydrate:Metal Bottle]] | A metal bottle with different designs available as dressups. | |
| | {{shell:hydrate:milk:wikithumbnail.png}} | [[shell:hydrate:Milk]] | A small carton of milk, with different flavors available as dressups. | |
| | {{shell:hydrate:milkshake:thumbnail.png}} | [[shell:hydrate:Milkshake]] | A milkshake with decadent toppings. Different flavors are available as dressups. | |
| | {{shell:hydrate:molotov_cocktail:thumbnail.png?300}} | [[shell:hydrate:Molotov Cocktail]] | A molotov cocktail with a flickering flame animation. | |
| | {{shell:hydrate:muk:appearance.png}} | [[shell:hydrate:Muk]] | The [[https://bulbapedia.bulbagarden.net/wiki/Main_Page|Pokémon]] Muk. | |
| | {{shell:hydrate:not_haunted_water-based_vegetarian_shoe:thumbnail.png}} | [[shell:hydrate:Not_Haunted_Water-Based_Vegetarian_Shoe|Not Haunted Water-Based Vegetarian Shoe]] | A shoe filled with water, which moves back and forth at random. | |
| | {{shell:shared-shell:old_beans:appearance.png}} | [[shell:shared-shell:old_beans|Old Beans]] | A can of baked beans. | |
| | {{shell:hydrate:paint_splatter:appearance.png}} | [[shell:hydrate:Paint Splatter]] | A splatter of paint. Different colors and patterns are available as dressups, and a guide is included for the user to create their own patterns. | |
| | {{shell:hydrate:paint_tube:thumbnail.png}} | [[shell:hydrate:Paint Tube]] | A tube of paint, with the paint squeezed partially out. Comes with dressups for different colors of paint. | |
| | {{shell:hydrate:paint_water:appearance.png}} | [[shell:hydrate:Paint Water]] | A splotchy cup of paint water. | |
| | {{shell:hydrate:perfume:appearance.png}} | [[shell:hydrate:Perfume]] | A bottle of perfume. | |
| | {{shell:hydrate:pet_bowl:appearance.png}} | [[shell:hydrate:Pet Bowl]] | A shallow bowl for pets to drink out of. Comes with dressups for different bowl colors. | |
| | {{shell:hydrate:planetary:thumbnail.png}} | [[shell:hydrate:Planetary]] | A planet with dressup items including a straw and different cloud styles. | |
| {{shell:hydrate:poison:thumbnail.png}} | [[shell:hydrate:Poison]] | A bottle of poison with dressups to customize the color and label. | | | {{shell:hydrate:poison:thumbnail.png}} | [[shell:hydrate:Poison]] | A bottle of poison with dressups to customize the color and label. | |
| {{shell:hydrate:potion:thumbnail.png}} | [[shell:hydrate:Potion]] | A potion bottle with dressups to customize the color and label. | | | {{shell:hydrate:potion:thumbnail.png}} | [[shell:hydrate:Potion]] | A potion bottle with dressups to customize the color and label. | |
| {{shell:hydrate:lava_in_a_cup:thumbnail.png}} | [[shell:hydrate:Lava in a Cup]] | A mug of lava, with a metal straw dressup. | | | {{shell:hydrate:puddle:appearance.png}} | [[shell:hydrate:Puddle]] | A puddle of water. Comes with a dressup for a paper boat. | |
| ++Thumbnail hidden for mild gore|{{shell:hydrate:martini_gore:thumbnail.png}}++ | [[shell:hydrate:Martini Gore]] | A martini glass of blood with an eye floating in it. Dressups are available to change the color of the eye. | | | {{shell:hydrate:pumpkin_punch:thumbnail.png}} | [[shell:hydrate:Pumpkin Punch]] | A pumpkin with different kinds of punch inside, and other dressups. | |
| {{shell:hydrate:fishbowl:thumbnail.png}} | [[shell:hydrate:Fishbowl]] | A fishbowl with a fish in it. Comes with multiple straw dressups in different colors. | | | {{shell:hydrate:ramune:appearance.png}} | [[shell:hydrate:Ramune]] | A bottle of Ramune, with different flavors available as dressups. | |
| | {{shell:hydrate:reassurance_bucket:thumbnail.png}} | [[shell:hydrate:Reassurance Bucket]] | A reassurance bucket from [[https://thestanleyparable.fandom.com/wiki/The_Stanley_Parable_Wiki|The Stanley Parable]]. Comes with additional stickers as dressups. | |
| {{shell:hydrate:rilakkuma:thumbnail.png}} | [[shell:hydrate:Rilakkuma]] | A cup of coffee with a bear face on it. | | | {{shell:hydrate:rilakkuma:thumbnail.png}} | [[shell:hydrate:Rilakkuma]] | A cup of coffee with a bear face on it. | |
| {{shell:hydrate:lol_mug:thumbnail.png}} | [[shell:hydrate:LOL Mug]] | A mug with the word LOL printed on it, with different colors available as dressups. | /* I put some zero width spaces between the letters of L O L so that this stops getting converted to an emoji. If it becomes an issue, I can remove that emoji again */ | | {{shell:hydrate:slimedration:thumbnail.png}} | [[shell:hydrate:Slimedration]] | An animated slime full of liquid. The flavor/color of the liquid may be changed with dressups, and a variety of straw dressups may be added as well. | |
| {{shell:hydrate:ramune:ramune_display.png}} | [[shell:hydrate:Ramune]] | A bottle of Ramune, with different flavors available as dressups. | | | {{shell:hydrate:snowman:appearance.png}} | [[shell:hydrate:Snowman]] | A snowman that is melting. Comes with dressups for different stages of melting. | |
| {{shell:hydrate:Milk:wikithumbnail.png}} | [[shell:hydrate:Milk]] | A small carton of milk, with different flavors available as dressups. | | | {{shell:hydrate:spigot:thumbnail.png?300}} | [[shell:hydrate:Spigot]] | A spigot that can be turned on and off. Comes with dressups for different levels of water flow, different liquids, and different spigot colors. | |
| {{shell:hydrate:Can:wikithumbnail.png}} | [[shell:hydrate:Can]] | A soda can, with different flavors available as dressups. | | | {{shell:hydrate:squirt:thumbnail.png?300}} | [[shell:hydrate:Squirt]] | A squirt gun, modeled after a Super Soaker Max-D 2000. Comes with many different colors and stickers as dressups. | |
| {{shell:hydrate:Metal_Bottle:thumbnail.png?300}} | [[shell:hydrate:Metal Bottle]] | A metal bottle with different designs available as dressups. | | | {{shell:hydrate:suspicious_stew:appearance.png}} | [[shell:hydrate:Suspicious Stew]] | Suspicious Stew from [[https://minecraft.wiki/|Minecraft]]. | |
| {{shell:hydrate:Not_Haunted_Water-Based_Vegetarian_Shoe:thumbnail.png}} | [[shell:hydrate:Not_Haunted_Water-Based_Vegetarian_Shoe|Not Haunted Water-Based Vegetarian Shoe]] | A shoe filled with water, which moves back and forth at random. | | | {{shell:shared-shell:syringe:thumbnail.png}} | [[shell:shared-shell:Syringe]] | A syringe, with different lengths of needle and different colors of liquid available as dressups. Is also a shell for the ghost [[ghost:Needle]]. | |
| {{shell:hydrate:Bishoujo_Hydrate:thumbnail.jpg}} | [[shell:hydrate:Bishoujo Hydrate]] | A glass shaped like an anime girl, filled with water and including a giant straw. | | | {{shell:hydrate:teacup:thumbnail.png}} | [[shell:hydrate:Teacup]] | A simple teacup with a rainbow dressup. | |
| {{shell:hydrate:Geoffrey:thumbnail.png?300}} | [[shell:hydrate:Geoffrey]] | An unsettling face holding a water bottle, which moves back and forth. | | | {{shell:hydrate:teacup_v2:appearance.png}} | [[shell:hydrate:Teacup v2]] | A fancy teacup. Comes with dressups for different colors. | |
| {{shell:hydrate:Syringe:thumbnail.png}} | [[shell:hydrate:Syringe]] | A syringe, with different lengths of needle and different colors of liquid available as dressups. Is also a shell for the ghost [[ghost:Needle]]. | | | {{shell:hydrate:test_tubes:thumbnail.png}} | [[shell:hydrate:Test Tubes]] | A set of test tubes with dressups for varying liquids. | |
| {{shell:hydrate:Ballpoint_Pen:thumbnail.png?300}} | [[shell:hydrate:Ballpoint Pen]] | A ballpoint pen with different ink colors available as dressups. | | | {{shell:hydrate:the_petpet_puddle:thumbnail.png}} | [[shell:hydrate:The Petpet Puddle]] | The Petpet Puddle from Neopets. Comes with a kadoatie as a dressup. | |
| {{shell:hydrate:Bowie_Bottle:surface0.png}} | [[shell:hydrate:Bowie Bottle]] | A bottle with a straw, styled after the WIP ghost Bowie. | | | {{shell:hydrate:tiered_bowls:thumbnail.png}} | [[shell:hydrate:Tiered Bowls]] | A set of tiered bowls with water flowing down them. Water may be toggled on or off via dressup. This shell sticks to the top of the screen. | |
| {{shell:hydrate:molotov_cocktail:thumbnail.png?300}} | [[shell:hydrate:Molotov Cocktail]] | A molotov cocktail with a flickering flame animation. | | | {{shell:hydrate:turkish_tea:appearance.gif}} | [[shell:hydrate:Turkish Tea]] | A cup of tea, served turkish style. Comes with a spoon animation. | |
| | {{shell:hydrate:very_sad_statue:thumbnail.png?300}} | [[shell:hydrate:Very Sad Statue]] | A statue fountain with an always-looping water animation. | |
=====Gallery===== | | {{shell:hydrate:watercolor_brush_pen:appearance.png}} | [[shell:hydrate:Watercolor Brush Pen]] | A water color brush pen, with water stored inside the brush body. | |
| | {{shell:hydrate:wet_sponge:appearance.png}} | [[shell:hydrate:Wet Sponge]] | A wet sponge, with a puddle of water. | |
| | {{shell:hydrate:whisky:appearance.png}} | [[shell:hydrate:Whisky]] | A glass of whisky. | |
| | {{shell:hydrate:wine:appearance.png}} | [[shell:hydrate:Wine]] | A glass of wine, with dressups for different varieties of wine. | |
| | {{shell:hydrate:yours_and_mine:thumbnail.png}} | [[shell:hydrate:yours and mine]] | A bowl with a house in its raised center. A person can sometimes be seen standing outside, and animates when talking. | |
| | {{shell:hydrate:zelda_goddess_statue_hydrate_shell:thumbnail.png?300}} | [[shell:hydrate:Zelda Goddess Statue (Hydrate Shell)]] | A goddess statue from the Legend of Zelda. | |
| ++++ |
| |
{{gallery>:ghost:hydrate }} | ===== Gallery ===== |
| {{gallery>:ghost:hydrate:gallery }} |
| |
{{tag>1_Character 2020 Collab Custom_Balloon_Included English Ghost Multiple_Shells Object Original_Character Self_Care Sound_Effects Utility YAYA wiki.Outdated_Information}} | {{tag>1_Window 2020 Collab Custom_Balloon_Included English External_Shells Ghost Multiple_Shells Object Original_Content Self_Care Sound_Effects Utility YAYA wiki.outdated_information}} |