ice block window

This commit is contained in:
Ed
2025-01-25 01:40:05 +03:00
parent 2de94ea8b2
commit 62658f5017
11 changed files with 83 additions and 0 deletions

View File

@@ -81,3 +81,40 @@
- type: Construction
graph: CP14WallWood
node: WindowWooden
- type: entity
id: CP14WindowIceBlock
parent: CP14WindowBase
name: ice block
description: Smooth and translucent ice.
components:
- type: Sprite
sprite: _CP14/Structures/Windows/ice_block.rsi
- type: Icon
sprite: _CP14/Structures/Windows/ice_block.rsi
state: full
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 15
behaviors:
- !type:PlaySoundBehavior
sound:
collection: WindowShatter
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: MeleeSound
soundGroups:
Brute:
collection: GlassSmash
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Glass
- type: InteractionPopup
interactSuccessString: popup-cp14crystal-ding
messagePerceivedByOthers: popup-cp14crystal-ding
interactSuccessSound:
collection: CP14CrystalDings
params:
variation: 0.03

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by TheShuEd for CrystallEdge, modified by vladimir.s",
"size": {
"x": 32,
"y": 64
},
"states": [
{
"name": "full"
},
{
"name": "window0",
"directions": 4
},
{
"name": "window1",
"directions": 4
},
{
"name": "window2",
"directions": 4
},
{
"name": "window3",
"directions": 4
},
{
"name": "window4",
"directions": 4
},
{
"name": "window5",
"directions": 4
},
{
"name": "window6",
"directions": 4
},
{
"name": "window7",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B