dungeon walls resprite, fix TOSTRING problem from C4viwlle
This commit is contained in:
@@ -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" ]
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user