Skip to content

Commit

Permalink
tarragon
Browse files Browse the repository at this point in the history
  • Loading branch information
loksill committed Nov 3, 2024
1 parent c450c74 commit d5a3780
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
contents:
- id: DrinkCoffeeJug
- id: DrinkColaBottleFull
- id: DrinkTarragonBottleFull
- id: DrinkCreamCartonXL
- id: DrinkDrGibbJug
- id: DrinkEnergyDrinkJug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- DrinkCoconutWaterJug
- DrinkCoffeeJug
- DrinkColaBottleFull
- DrinkTarragonBottleFull
- DrinkCreamCartonXL
- DrinkDrGibbJug
- DrinkEnergyDrinkJug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
DrinkCognacBottleFull: 4
DrinkCoconutWaterCarton: 3
DrinkColaBottleFull: 4
DrinkTarragonBottleFull: 3
DrinkEnergyDrinkCan: 8
DrinkMilkCarton: 2
DrinkCreamCarton: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,22 @@
- type: SolutionContainerVisuals
maxFillLevels: 10
fillBaseName: fill-
- type: Sealable

- type: entity
parent: DrinkColaBottleFull
id: DrinkTarragonBottleFull
name: Бутылка космического тархуна
description: Безалкогольный напиток... хотя кому надо описание?
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Tarragon
Quantity: 100
- type: Label
currentLabel: тархун
- type: Sprite
sprite: Objects/Consumable/Drinks/space-up_bottle.rsi
- type: Sealable
24 changes: 24 additions & 0 deletions Resources/Prototypes/Corvax/Reagents/Consumable/Drink/soda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: reagent
id: Tarragon
name: reagent-name-tarragon
parent: Cola
desc: reagent-desc-cola
physicalDesc: reagent-physical-desc-tarragon
flavor: reagent-name-tarragon
color: "#99bb43"
recognizable: true
metamorphicSprite:
sprite: Objects/Consumable/Drinks/colaglass.rsi
state: icon_empty
metamorphicMaxFillLevels: 5
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 3
- !type:GenericStatusEffect
key: Drowsiness
time: 1.0
type: Remove

0 comments on commit d5a3780

Please sign in to comment.