forked from ss14-harmony/ss14-harmony
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Starset Sarsaparilla (ss14-harmony#271)
* 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
1 parent
955cdba
commit 8bb5c9e
Showing
13 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Starset Sarsaparilla Flavor | ||
flavor-complex-themojave = like the Mojave desert |
3 changes: 3 additions & 0 deletions
3
Resources/Locale/en-US/_Harmony/reagents/meta/consumable/drink/soda.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- type: flavor | ||
id: themojave | ||
flavorType: Complex | ||
description: flavor-complex-themojave |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+125 Bytes
...Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/fill-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+130 Bytes
...Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/fill-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 Bytes
...Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/fill-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+185 Bytes
...Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/fill-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+347 Bytes
...s/Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+305 Bytes
...ures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/icon_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions
31
Resources/Textures/_Harmony/Objects/Consumable/Drinks/starset-sarsaparilla.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |