diff --git a/Resources/Locale/ru-RU/_reserve/flavors/flavor-profile.ftl b/Resources/Locale/ru-RU/_reserve/flavors/flavor-profile.ftl new file mode 100644 index 00000000000..bac01e937aa --- /dev/null +++ b/Resources/Locale/ru-RU/_reserve/flavors/flavor-profile.ftl @@ -0,0 +1 @@ +flavor-complex-bacchus-drink = нечто самое резкое и разрывное в вашем горле diff --git a/Resources/Locale/ru-RU/_reserve/prototypes/entities/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/_reserve/prototypes/entities/consumable/drinks/drinks.ftl new file mode 100644 index 00000000000..fd3fe8f9c50 --- /dev/null +++ b/Resources/Locale/ru-RU/_reserve/prototypes/entities/consumable/drinks/drinks.ftl @@ -0,0 +1,4 @@ +ent-DrinkBacchusBlessing = { ent-DrinkGlass } + .desc = { ent-DrinkGlass.desc } +reagent-name-bacchus-blessing = Благословение Бахуса +reagent-desc-bacchus-blessing = Вас предупредили об этом. diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index a66d8d78482..705c4d814c8 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -174,7 +174,7 @@ shouldHave: false damage: types: - Poison: 1 + Poison: 0.5 # dwarves take less toxin damage and heal a marginal amount of brute #- !type:HealthChange # conditions: diff --git a/Resources/Prototypes/_Reserve/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/_Reserve/Entities/Objects/Consumable/Drinks/drinks.yml new file mode 100644 index 00000000000..912dddd8451 --- /dev/null +++ b/Resources/Prototypes/_Reserve/Entities/Objects/Consumable/Drinks/drinks.yml @@ -0,0 +1,15 @@ +- type: entity + parent: DrinkGlass + id: DrinkBacchusBlessing + suffix: Благословение Бахуса + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: BacchusBlessing + Quantity: 30 + - type: Icon + sprite: _Reserve/Objects/Consumable/Drinks/bacchus.rsi + state: icon diff --git a/Resources/Prototypes/_Reserve/Flavors/flavors.yml b/Resources/Prototypes/_Reserve/Flavors/flavors.yml new file mode 100644 index 00000000000..da2f4e99651 --- /dev/null +++ b/Resources/Prototypes/_Reserve/Flavors/flavors.yml @@ -0,0 +1,4 @@ +- type: flavor + id: BacchusDrinkFlavour + flavorType: Complex + description: flavor-complex-bacchus-drink diff --git a/Resources/Prototypes/_Reserve/Reactions/drinks.yml b/Resources/Prototypes/_Reserve/Reactions/drinks.yml new file mode 100644 index 00000000000..2c60b8c9948 --- /dev/null +++ b/Resources/Prototypes/_Reserve/Reactions/drinks.yml @@ -0,0 +1,13 @@ +- type: reaction + id: BacchusDrink + reactants: + Hooch: + amount: 1 + Absinthe: + amount: 1 + ManlyDorf: + amount: 1 + SyndicateBomb: + amount: 1 + products: + BacchusBlessing: 3 diff --git a/Resources/Prototypes/_Reserve/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/_Reserve/Reagents/Consumable/Drink/alcohol.yml new file mode 100644 index 00000000000..7445540e32e --- /dev/null +++ b/Resources/Prototypes/_Reserve/Reagents/Consumable/Drink/alcohol.yml @@ -0,0 +1,19 @@ +- type: reagent + id: BacchusBlessing + name: reagent-name-bacchus-blessing + parent: BaseAlcohol + desc: reagent-desc-bacchus-blessing + physicalDesc: reagent-physical-desc-strong-smelling + flavor: BacchusDrinkFlavour + color: "#FAFAFA" + metamorphicSprite: + sprite: _Reserve/Objects/Consumable/Drinks/bacchus.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 3 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.5 diff --git a/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/icon.png b/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/icon.png new file mode 100644 index 00000000000..bbadac6166e Binary files /dev/null and b/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/icon.png differ diff --git a/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/meta.json b/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/meta.json new file mode 100644 index 00000000000..b4490b0254d --- /dev/null +++ b/Resources/Textures/_Reserve/Objects/Consumable/Drinks/bacchus.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from at commit ", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}