Skip to content

Commit

Permalink
сгущенка и очереди на мк
Browse files Browse the repository at this point in the history
  • Loading branch information
ne4t02 committed Aug 23, 2024
1 parent ffc9fa2 commit 80f22a9
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ent-ADTFoodSnackChipsOnionAndSourcream = чипсы со вкусом зелён
ent-ADTFoodSnackChipsShrimp = чипсы со вкусом креветки
.desc = Для тех, кто любит вкус креветок, но не может позволить себе их купить.
ent-ADTFoodSnackChipsSpace = космомические Чипсы
ent-ADTFoodSnackChipsSpace = космомические Чипсы
.desc = Кукурузные чипсы в форме треугольника со вкусом сыра чеддер - идеальная закуска для игр.
ent-ADTFoodSnackChipsSpicy = чипсы ФлеймиХат
Expand All @@ -19,9 +19,9 @@ ent-ADTFoodSnackDriedBeef = вяленая говядина
.desc = Толстые куски вяленой говядины. Очень долго хранится, а в мясе много белка, хороший вещь для похода
ent-ADTFoodSnackDriedChicken = сушеное куриное мясо
.desc = Хорошая закуска для охоты.
.desc = Хорошая закуска для охоты.
ent-ADTFoodSnackDriedHorse = сушеная конина
ent-ADTFoodSnackDriedHorse = сушеная конина
.desc = Конина - самое вкусное мясо, в ней низкое содержание жира и богатое содержание белка.
ent-ADTFoodSnackDriedPig = вяленая свинина
Expand Down Expand Up @@ -110,3 +110,9 @@ ent-ADTFoodSnackChocolateTrashPink = обертка от Розовый шоко
ent-ADTFoodSnackChocolateTrashTwo = обертка от Двойного батончика
.desc = Мусор
ent-ADTFoodTinCondensedMilkTrash = сгущеное молоко (пусто)
.desc = Пустая консервная банка. Из неё можно получить немного металла.
ent-ADTFoodTinCondensedMilk = сгущеное молоко
.desc = Стандартная банка сгущенки с удобным язычком.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Чипсеки
# Чипсеки

- type: entity
name: chips
Expand Down Expand Up @@ -423,7 +423,7 @@
- type: Sprite
state: bar-two

#Trash
#Trash

- type: entity
categories: [ HideSpawnMenu ]
Expand Down Expand Up @@ -489,4 +489,48 @@
name: chocolate wrapper
components:
- type: Sprite
state: two-trash
state: two-trash

#Сгущенка

- type: entity
parent: FoodTinBase
id: ADTFoodTinCondensedMilk
name: condensed milk
description: A standard issue tin of condensed milk with a convenient pull tab.
components:
- type: Sprite
sprite: ADT/Objects/Consumable/Food/condensed_milk.rsi
# the convenient pull tab
- type: Item
sprite: ADT/Objects/Consumable/Food/condensed_milk.rsi
size: Small
shape:
- 0,0,0,1
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: ADTCondensedMilk
Quantity: 30
- type: Openable
openableByHand: true
sound:
path: /Audio/Items/can_open3.ogg
- type: Food
trash: ADTFoodTinCondensedMilkTrash

- type: entity
parent: FoodTinBaseTrash
id: ADTFoodTinCondensedMilkTrash
name: condensed milk
components:
- type: Sprite
sprite: ADT/Objects/Consumable/Food/condensed_milk.rsi
- type: Item
sprite: ADT/Objects/Consumable/Food/condensed_milk.rsi
size: Small
shape:
- 0,0,0,1

18 changes: 18 additions & 0 deletions Resources/Prototypes/ADT/Reagents/Consumable/Food/food.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: reagent
id: ADTCondensedMilk
name: reagent-name-condensedmilk
group: Foods
desc: reagent-desc-condensedmilk
physicalDesc: reagent-physical-desc-gloopy
flavor: adtconsideredmilk
color: "#fcfcf2"
recognizable: true
metabolisms:
Food:
effects:
- !type:AdjustReagent
reagent: Sugar
amount: 0.5
- !type:AdjustReagent
reagent: Nutriment
amount: 0.2
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,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by discord not_so_big_chungus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-open"
},
{
"name": "trash"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80f22a9

Please sign in to comment.