Added Bacchus' Blessing Drink (#35306)

* added start to bacchus blessing with few more things left to do

* added sprites and trying to get the empty sprite to work

* fixed empty sprite will fill layer

* added missing fill image

* made flavor, physical description, recipe reaction and tweaked reagent threshold

* fixed fill levels

* removed name from drinks.yml, updated suffix instead

* delay is weird and broken, removing the difference

* updated copyright
This commit is contained in:
Coolsurf6
2025-03-14 16:49:26 +10:00
committed by GitHub
parent 0ed1f84f45
commit 5d296d2dbb
13 changed files with 150 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

View File

@@ -0,0 +1,52 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "icon, fill-1, fill-2 from Yogstation from commit: https://github.com/yogstation13/yogstation/commit/3b877178b62acb43329ac4ad58652e1e8d622a3c, icon_empty modified by Coolsurf6 (Github) from commit: https://github.com/yogstation13/yogstation/commit/3b877178b62acb43329ac4ad58652e1e8d622a3c",
"states":
[
{
"name": "icon",
"delays":
[
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "fill-1",
"delays":
[
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "fill-2",
"delays":
[
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "icon_empty"
}
]
}