Skip to content

Commit

Permalink
Add Starset Sarsaparilla (ss14-harmony#271)
Browse files Browse the repository at this point in the history
* sunset_spacesparilla

* sunset_spacesparilla

* Add files via upload

Signed-off-by: SteroidsOnSteroids <161250813+SteroidsOnSteroids@users.noreply.github.com>

* Update meta.json

Signed-off-by: SteroidsOnSteroids <161250813+SteroidsOnSteroids@users.noreply.github.com>

---------

Signed-off-by: SteroidsOnSteroids <161250813+SteroidsOnSteroids@users.noreply.github.com>
  • Loading branch information
SteroidsOnSteroids authored and ReboundQ3 committed Jan 19, 2025
1 parent 955cdba commit 8bb5c9e
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_Harmony/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Starset Sarsaparilla Flavor
flavor-complex-themojave = like the Mojave desert
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
reagent-name-sunset-soda = sunset soda
reagent-desc-sunset-soda = Smells like diesel fumes at dusk.
reagent-name-starset-sarsaparilla = starset sarsaparilla
reagent-desc-starset-sarsaparilla = Preferred by those who wish for a nuclear winter.
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,19 @@
- type: Icon
sprite: _Harmony/Objects/Consumable/Drinks/sunset-soda.rsi
state: icon

- type: entity
parent: DrinkGlass
id: DrinkStarsetSarsaparillaGlass
suffix: starset sarsaparilla
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: StarsetSarsaparilla
Quantity: 30
- type: Icon
sprite: _Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi
state: icon
4 changes: 4 additions & 0 deletions Resources/Prototypes/_Harmony/Flavors/flavors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: flavor
id: themojave
flavorType: Complex
description: flavor-complex-themojave
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Harmony/Reagents/Consumable/Drink/soda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@
metamorphicMaxFillLevels: 6
metamorphicFillBaseName: fill-
metamorphicChangeColor: false

- type: reagent
id: StarsetSarsaparilla
name: reagent-name-starset-sarsaparilla
parent: BaseSoda
desc: reagent-desc-starset-sarsaparilla
physicalDesc: reagent-physical-desc-fizzy
flavor: themojave
color: "#2a1704"
metamorphicSprite:
sprite: _Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Harmony/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
products:
EspressoMartini: 2

- type: reaction
id: StarsetSarsaparilla
reactants:
SolDry:
amount: 2
Cola:
amount: 2
JuiceLemon:
amount: 1
products:
StarsetSarsaparilla: 5

- type: reaction
id: SunsetSoda
reactants:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "2024 SteroidsOnSteroids https://github.com/SteroidsOnSteroids",
"states":
[
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
},
{
"name": "fill-4"
}
]
}

0 comments on commit 8bb5c9e

Please sign in to comment.