Skip to content

Commit

Permalink
K...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jidort committed Sep 22, 2024
1 parent 3d83440 commit e7532ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ent-kirieshki = кириешки c цезием
.desc = Бомбезно! Ограниченная версия продуктов от DonkCo в честь какой-то важной персоны. Найди этикетку с кодом внутри!
ent-kirieshkiOpen = { ent-kirieshki }
.desc = { ent-kirieshki.desc }
ent-kirieshkiTrash = { ent-kirieshki }
.desc = { ent-FoodPacketTrash.desc }
ent-Kirieshki = кириешки c цезием
.desc = Бомбезно! Ограниченная версия продуктов от DonKCo в честь какой-то важной персоны. Найди этикетку с кодом внутри!
ent-irieshkiOpen = { ent-Kirieshki }
.desc = { ent-Kirieshki.desc }
ent-KirieshkiTrash = { ent-Kirieski }
.desc = { ent-FoodPacKetTrash.desc }
12 changes: 6 additions & 6 deletions Resources/Prototypes/_Exodus/Entities/Consumable/Food/snacks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: FoodSnackBase
id: kirieshki
id: Kirieshki
name: caesium kirieshki
description: BOMBtastic! Limited edition products from DonkCo in honour of some important person. Find the label with the code inside!
components:
Expand All @@ -20,7 +20,7 @@
acts: ["Destruction"]
- !type:SpawnEntitiesBehavior
spawn:
kirieshkiOpen:
KirieshkiOpen:
min: 1
max: 1
- !type:ExplodeBehavior
Expand All @@ -35,14 +35,14 @@
totalIntensity: 0.01
- type: SpawnItemsOnUse
items:
- id: kirieshkiOpen
- id: KirieshkiOpen
sound:
path: /Audio/Effects/unwrap.ogg

- type: entity
name: caesium kirieshki
parent: FoodSnackBase
id: kirieshkiOpen
id: KirieshkiOpen
description: BOMBtastic! Limited edition products from DonkCo in honour of some important person. Find the label with the code inside!
components:
- type: FlavorProfile
Expand All @@ -55,7 +55,7 @@
scale: 0.75,0.75
- type: Food
trash:
- kirieshkiTrash
- KirieshkiTrash
- type: SolutionContainerManager
solutions:
food:
Expand All @@ -67,7 +67,7 @@
- type: entity
categories: [ HideSpawnMenu ]
parent: FoodPacketTrash
id: kirieshkiTrash
id: KirieshkiTrash
name: caesium kirieshki
description: This is rubbish.
components:
Expand Down

0 comments on commit e7532ef

Please sign in to comment.