Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify best animations to use during hydration breaks #147

Closed
jmakhack opened this issue Jul 6, 2022 · 1 comment
Closed

Identify best animations to use during hydration breaks #147

jmakhack opened this issue Jul 6, 2022 · 1 comment
Assignees
Labels
research Some investigation/research work required
Milestone

Comments

@jmakhack
Copy link
Owner

jmakhack commented Jul 6, 2022

Task Context

As noted in issue #146, there may be better animationIDs to utilize during a hydration break that better represent the player hydrating.

One thing to note is that in the animationID class, the comments indicate that not all possible animations are represented by the defined constants within the class:

Utility class used for mapping animation IDs.
Note: This class is not complete and may not contain a specific animation required.

The goal of this task is to investigate the possible animations that can be used to represent a hydration break. If there is only one good animation for this, the current one being used as a result of #146 can simply be replaces. However, if there are many good animations for this, a new issue will need to be opened where the user is given a drop-down configuration option where they can choose from a list of possible animations to use.

@jmakhack jmakhack added the research Some investigation/research work required label Jul 6, 2022
@jmakhack jmakhack added this to the v2.0.0 milestone Jul 6, 2022
@jmakhack jmakhack self-assigned this Jul 6, 2022
@jmakhack
Copy link
Owner Author

I have gone through animation ids 0 - 10000 and have identified a list of animations that should be included in v2.0.0:

Animation ID Animation Label
262 Potion Bowl
829 Consuming
878 Shrinking Potion
895 Bucket Scoop
1191 Banana
1194 Karamja Rum
1323 Hold Pint
1327 Chugging
1330 Barrel Chug
1650 Pot Scoop
2045 Bowl Drink
2259 Potion Drip
2269 Watermelon
2285 Glass Refill
2288 Green Potion
2289 Calquat Keg
2339 Glass Sit
2340 Glass Fall
2343 Glass Cheers
2569 Potion Refill
2785 Fish Bowl
3116 Beer Hold
3283 Potion Pour
3284 Drinking
3625 Kettle
3660 Glass Fill
3661 Beer Fill (1)
3662 Beer Fill (2)
3663 Beer Fill (3)
3664 Beer Fill (4)
3665 Beer Fill (5)
3666 Beer Fill (6)
3702 Cup Drink (1)
3703 Cup Drink (2)
3704 Cup Drink (3)
4329 Red Rum
4330 Blue Rum
4348 Dyes
4713 More Chugging
4955 Pan Cook
5361 Aqua Potion
5796 Fountain Drink
5827 Shot
6941 Potion Fill
8837 Pot Fill
8929 Snacking
9162 Haunted Wine
9286 Invisibility Potion
9835 Fire Pot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Some investigation/research work required
Projects
None yet
Development

No branches or pull requests

1 participant