dungeon walls resprite, fix TOSTRING problem from C4viwlle

This commit is contained in:
Ed
2025-04-26 13:29:23 +03:00
parent 1ee7b9b76c
commit 7941be4490
25 changed files with 62 additions and 65 deletions

View File

@@ -150,4 +150,32 @@
- type: Construction
graph: CP14WallMarbleBrick
node: CP14WallMarbleBrick
- type: CP14WallpaperHolder
- type: CP14WallpaperHolder
- type: entity
id: CP14WallStonebrickOld
name: old stonebrick wall
parent: CP14BaseWall
components:
- type: Sprite
sprite: _CP14/Structures/Walls/brick_stone_old_wall.rsi
- type: Icon
sprite: _CP14/Structures/Walls/brick_stone_old_wall.rsi
- type: IconSmooth
base: stonebricks
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: CP14RockStructural
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/break_stone.ogg
params:
volume: -6
- !type:DoActsBehavior
acts: [ "Destruction" ]

View File

@@ -95,33 +95,4 @@
airBlocked: false
- type: Construction
graph: CP14WallWoodenPalisade
node: CP14WallWoodenPalisade
- type: entity
id: CP14WallSkulls
name: skulls wall
parent: CP14BaseWall
components:
- type: Sprite
sprite: _CP14/Structures/Walls/wall_of_skulls.rsi
- type: Icon
sprite: _CP14/Structures/Walls/wall_of_skulls.rsi
- type: IconSmooth
base: skulls
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: CP14RockStructural
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/break_stone.ogg
params:
volume: -6
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: CP14WallpaperHolder
node: CP14WallWoodenPalisade