Конфета или жизнь (#757)

* Конфета или жизнь

* gremlins invasion

* Я ДОБАВИЛ БОЛЬШЕ МУСОРА НА СТАНЦИЮ!!!
This commit is contained in:
BIGZi0348
2024-10-29 21:25:30 +03:00
committed by GitHub
parent 47ffdd5624
commit 48338042ad
11 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
ent-FoodSnackCandyBlack = конфета
.desc = Сладкие конфеты минутных послаблений нейтрализуют горечь несбывшихся надежд.
ent-FoodSnackCandyGreen = { ent-FoodSnackCandyBlack }
.desc = { ent-FoodSnackCandyBlack.desc }
ent-FoodSnackCandyRed = { ent-FoodSnackCandyBlack }
.desc = { ent-FoodSnackCandyBlack.desc }
ent-FoodSnackCandyTurquoise = { ent-FoodSnackCandyBlack }
.desc = { ent-FoodSnackCandyBlack.desc }
ent-FoodPacketCandyBlackTrash = обёртка от конфеты
.desc = Фантик от конфеты, самой конфеты нигде нет.
ent-FoodPacketCandyGreenTrash = { ent-FoodSnackCandyBlackTrash }
.desc = { ent-FoodSnackCandyBlackTrash.desc }
ent-FoodPacketCandyRedTrash = { ent-FoodSnackCandyBlackTrash }
.desc = { ent-FoodSnackCandyBlackTrash.desc }
ent-FoodPacketCandyTurquoiseTrash = { ent-FoodSnackCandyBlackTrash }
.desc = { ent-FoodSnackCandyBlackTrash.desc }

View File

@@ -0,0 +1,127 @@
- type: entity
noSpawn: true
abstract: true
id: CandyBase
parent: FoodSnackBase
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 5
reagents:
- ReagentId: Nutriment
Quantity: 5
- type: FlavorProfile
flavors:
- sweet
- type: Sprite
sprite: White/Objects/Consumable/Food/candies.rsi
- type: Item
sprite: White/Objects/Consumable/Food/candies.rsi
- type: Tag
tags:
- FoodSnack
- type: entity
name: candy
parent: CandyBase
id: FoodSnackCandyBlack
description: Sweet candies of momentary indulgences neutralize the bitterness of unfulfilled hopes.
components:
- type: Sprite
state: black
- type: Item
state: black
- type: Food
trash: FoodPacketCandyBlackTrash
- type: entity
name: candy
parent: CandyBase
id: FoodSnackCandyGreen
description: Sweet candies of momentary indulgences neutralize the bitterness of unfulfilled hopes.
components:
- type: Sprite
state: green
- type: Item
state: green
- type: Food
trash: FoodPacketCandyGreenTrash
- type: entity
name: candy
parent: CandyBase
id: FoodSnackCandyRed
description: Sweet candies of momentary indulgences neutralize the bitterness of unfulfilled hopes.
components:
- type: Sprite
state: red
- type: Item
state: red
- type: Food
trash: FoodPacketCandyRedTrash
- type: entity
name: candy
parent: CandyBase
id: FoodSnackCandyTurquoise
description: Sweet candies of momentary indulgences neutralize the bitterness of unfulfilled hopes.
components:
- type: Sprite
state: turquoise
- type: Item
state: turquoise
- type: Food
trash: FoodPacketCandyTurquoiseTrash
- type: entity
parent: FoodPacketTrash
id: FoodPacketCandyBlackTrash
name: candy wrapper
description: Candy wrapper, the candy is nowhere to be found.
components:
- type: Sprite
sprite: White/Objects/Consumable/Food/candies.rsi
state: black-trash
- type: Item
sprite: White/Objects/Consumable/Food/candies.rsi
state: black-trash
- type: entity
parent: FoodPacketTrash
id: FoodPacketCandyGreenTrash
name: candy wrapper
description: Candy wrapper, the candy is nowhere to be found.
components:
- type: Sprite
sprite: White/Objects/Consumable/Food/candies.rsi
state: green-trash
- type: Item
sprite: White/Objects/Consumable/Food/candies.rsi
state: green-trash
- type: entity
parent: FoodPacketTrash
id: FoodPacketCandyRedTrash
name: candy wrapper
description: Candy wrapper, the candy is nowhere to be found.
components:
- type: Sprite
sprite: White/Objects/Consumable/Food/candies.rsi
state: red-trash
- type: Item
sprite: White/Objects/Consumable/Food/candies.rsi
state: red-trash
- type: entity
parent: FoodPacketTrash
id: FoodPacketCandyTurquoiseTrash
name: candy wrapper
description: Candy wrapper, the candy is nowhere to be found.
components:
- type: Sprite
sprite: White/Objects/Consumable/Food/candies.rsi
state: turquoise-trash
- type: Item
sprite: White/Objects/Consumable/Food/candies.rsi
state: turquoise-trash

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Mady by zastupnic and dosharus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "black"
},
{
"name": "black-trash"
},
{
"name": "green"
},
{
"name": "green-trash"
},
{
"name": "red"
},
{
"name": "red-trash"
},
{
"name": "turquoise"
},
{
"name": "turquoise-trash"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B