* coffin

* eng
This commit is contained in:
Nim
2024-04-27 22:04:52 +03:00
committed by GitHub
parent d4556c2657
commit 64218bfcab
10 changed files with 71 additions and 2 deletions

View File

@@ -56,5 +56,9 @@ ent-CP14CardboardWall = стена из картона
.desc = Тонкая, непрочная стена из бумаги и картона. Пользуется популярностью в теплых странах.
# Sharpening stone
ent-CP14BaseSharpeningStoneStructure = стационарный точильный камень
.desc = прочный, долговечный точильный камень, способный затачивать оружие без особого вреда для него.
ent-CPBaseSharpeningStoneStructure = стационарный точильный камень
.desc = прочный, долговечный точильный камень, способный затачивать оружие без особого вреда для него.
# Storage
ent-CP14CrateCoffin = гроб
.desc = Удобный и красивый гроб, чтобы с удобствами дождаться своего воскрешения.

View File

@@ -0,0 +1,33 @@
- type: entity
parent: CrateGeneric
id: CP14CrateCoffin
name: coffin
description: A comfortable and nice looking coffin to comfortably await your resurrection.
components:
- type: Sprite
sprite: _CP14/Structures/Storage/Crates/coffin.rsi
layers:
- state: base
- state: closed
map: ["enum.StorageVisualLayers.Door"]
- state: paper
map: ["enum.PaperLabelVisuals.Layer"]
- type: Icon
sprite: _CP14/Structures/Storage/Crates/coffin.rsi
state: base
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 15
behaviors:
- !type:PlaySoundBehavior
sound:
collection: WoodDestroy
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank1:
min: 1
max: 4
- !type:DoActsBehavior
acts: [ "Destruction" ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

View File

@@ -0,0 +1,32 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "CrystallPunk14, modified by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "open"
},
{
"name": "closed"
},
{
"name": "paper"
},
{
"name": "bounty"
},
{
"name": "captains_paper"
},
{
"name": "invoice"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B