К - значит кириешки
Кириешкам быть
@@ -7,3 +7,6 @@
|
||||
DrinkEnergyDrinkCan: 2
|
||||
FoodSnackPopcorn: 2
|
||||
FoodSnackEnergy: 2
|
||||
FoodSnackKirieshkiSalami: 2
|
||||
FoodSnackKirieshkiSirom: 2
|
||||
FoodSnackKirieshkiKyrichey: 2
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
FoodSnackPistachios: 3
|
||||
FoodSnackSus: 3
|
||||
FoodSnackSemki: 3
|
||||
|
||||
FoodSnackKirieshkiSalami: 2
|
||||
FoodSnackKirieshkiSirom: 2
|
||||
FoodSnackKirieshkiKyrichey: 2
|
||||
emaggedInventory:
|
||||
FoodSnackSyndi: 3
|
||||
|
||||
|
||||
@@ -0,0 +1,84 @@
|
||||
- type: entity
|
||||
name: Кириешки с салями
|
||||
parent: FoodSnackBase
|
||||
id: FoodSnackKirieshkiSalami
|
||||
description: Легендарные кириешки со вкусом салями
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- flavorhard
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkisalami
|
||||
- type: Item
|
||||
- type: Food
|
||||
trash: FoodPacketKirieshkiSalami
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: FoodPacketTrash
|
||||
id: FoodPacketKirieshkiSalami
|
||||
name: Кириешки с салями
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkisalami-trash
|
||||
|
||||
|
||||
- type: entity
|
||||
name: Кириешки с ветчиной и сыром
|
||||
parent: FoodSnackBase
|
||||
id: FoodSnackKirieshkiSirom
|
||||
description: Легендарные кириешки со вкусом ветчины и сыра
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheesy
|
||||
- bread
|
||||
- flavorhard
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkivet
|
||||
- type: Item
|
||||
- type: Food
|
||||
trash: FoodPacketKirieshkiSirom
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: FoodPacketTrash
|
||||
id: FoodPacketKirieshkiSirom
|
||||
name: Кириешки с ветчиной и сыром
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkivet-trash
|
||||
|
||||
|
||||
|
||||
- type: entity
|
||||
name: Кириешки с ветчиной и сыром
|
||||
parent: FoodSnackBase
|
||||
id: FoodSnackKirieshkiKyrichey
|
||||
description: Легендарные кириешки со вкусом курицы
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- flavorhard
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkikyr
|
||||
- type: Item
|
||||
- type: Food
|
||||
trash: FoodPacketKirieshkiKyrichey
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: FoodPacketTrash
|
||||
id: FoodPacketKirieshkiKyrichey
|
||||
name: Кириешки с курицей
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: kirieshkikyr-trash
|
||||
4
Resources/Prototypes/_Honk/Flavors/flavors.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- type: flavor
|
||||
id: flavorhard
|
||||
flavorType: Complex
|
||||
description: жёстко
|
||||
|
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 568 B |
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -7,6 +7,24 @@
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "kirieshkisalami"
|
||||
},
|
||||
{
|
||||
"name": "kirieshkisalami-trash"
|
||||
},
|
||||
{
|
||||
"name": "kirieshkivet"
|
||||
},
|
||||
{
|
||||
"name": "kirieshkivet-trash"
|
||||
},
|
||||
{
|
||||
"name": "kirieshkikyr"
|
||||
},
|
||||
{
|
||||
"name": "kirieshkikyr-trash"
|
||||
},
|
||||
{
|
||||
"name": "boritos"
|
||||
},
|
||||
|
||||