К - значит кириешки

Кириешкам быть
This commit is contained in:
Bombinos
2024-08-26 00:36:37 +03:00
parent 66bc28e818
commit 8167e9e2fe
13 changed files with 112 additions and 1 deletions

View File

@@ -7,3 +7,6 @@
DrinkEnergyDrinkCan: 2
FoodSnackPopcorn: 2
FoodSnackEnergy: 2
FoodSnackKirieshkiSalami: 2
FoodSnackKirieshkiSirom: 2
FoodSnackKirieshkiKyrichey: 2

View File

@@ -10,7 +10,9 @@
FoodSnackPistachios: 3
FoodSnackSus: 3
FoodSnackSemki: 3
FoodSnackKirieshkiSalami: 2
FoodSnackKirieshkiSirom: 2
FoodSnackKirieshkiKyrichey: 2
emaggedInventory:
FoodSnackSyndi: 3

View File

@@ -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

View File

@@ -0,0 +1,4 @@
- type: flavor
id: flavorhard
flavorType: Complex
description: жёстко

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -7,6 +7,24 @@
"y": 32
},
"states": [
{
"name": "kirieshkisalami"
},
{
"name": "kirieshkisalami-trash"
},
{
"name": "kirieshkivet"
},
{
"name": "kirieshkivet-trash"
},
{
"name": "kirieshkikyr"
},
{
"name": "kirieshkikyr-trash"
},
{
"name": "boritos"
},