-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d37a411
commit 6bc1b22
Showing
5 changed files
with
673 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
203 changes: 203 additions & 0 deletions
203
Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks.yml
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,203 @@ | ||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkAlexanderGlass | ||
suffix: alexander | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Alexander | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/alexander.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkBadTouchGlass | ||
suffix: bad touch | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: BadTouch | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/badTouch.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkBoyarskyGlass | ||
suffix: boyarsky | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Boyarsky | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/boyarsky.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkBrambleGlass | ||
suffix: bramble | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Bramble | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/bramble.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkDarkAndStormyGlass | ||
suffix: dark and stormy | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: DarkAndStormy | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkEspressoMartiniGlass | ||
suffix: espresso martini | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: EspressoMartini | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/espressoMartini.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkMaiTaiGlass | ||
suffix: mai tai | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: MaiTai | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/maiTai.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkMoscowMuleGlass | ||
suffix: moscow mule | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: MoscowMule | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/moscowMule.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkNegroniGlass | ||
suffix: negroni | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Negroni | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/negroni.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkOldFashionedGlass | ||
suffix: old fashioned | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: OldFashioned | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/oldFashioned.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkPalomaGlass | ||
suffix: paloma | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Paloma | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/paloma.rsi | ||
state: icon | ||
|
||
- type: entity | ||
parent: DrinkGlass | ||
id: DrinkYorshGlass | ||
suffix: yorsh | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Yorsh | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Icon | ||
sprite: Corvax/Objects/Consumable/Drinks/yorsh.rsi | ||
state: icon |
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks_bottles.yml
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,18 @@ | ||
- type: entity | ||
parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] | ||
id: DrinkCampariBottleFull | ||
name: campari bottle | ||
description: Tincture based on aromatic herbs and citrus fruits. Non-GMO! | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
reagents: | ||
- ReagentId: Campari | ||
Quantity: 100 | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Drinks/campari.rsi | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 10 | ||
fillBaseName: fill- | ||
- type: Sealable |
Oops, something went wrong.