@@ -0,0 +1,108 @@
|
||||
- type: entity
|
||||
id: CP14WallmauntGarlandBase
|
||||
abstract: true
|
||||
parent:
|
||||
- CP14BaseWallmount
|
||||
categories: [ ForkFiltered ]
|
||||
name: crystals garland
|
||||
description: Carefully crafted sparkling crystals tied on a string. For a festive attitude.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Decoration/garland_wallmount.rsi
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Glass
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 10
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: GlassBreak
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14QuartzShard:
|
||||
min: 0
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1
|
||||
- type: MeleeSound
|
||||
soundGroups:
|
||||
Brute:
|
||||
collection: GlassSmash
|
||||
|
||||
- type: entity
|
||||
parent: CP14WallmauntGarlandBase
|
||||
id: CP14WallmountGarlandRed
|
||||
suffix: Red
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: string
|
||||
- state: crystals
|
||||
shader: unshaded
|
||||
color: "#ff3d0b"
|
||||
- type: PointLight
|
||||
color: "#ff3d0b"
|
||||
|
||||
- type: entity
|
||||
parent: CP14WallmauntGarlandBase
|
||||
id: CP14WallmountGarlandYellow
|
||||
suffix: Yellow
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: string
|
||||
- state: crystals
|
||||
shader: unshaded
|
||||
color: "#ffe269"
|
||||
- type: PointLight
|
||||
color: "#ffe269"
|
||||
|
||||
- type: entity
|
||||
parent: CP14WallmauntGarlandBase
|
||||
id: CP14WallmountGarlandGreen
|
||||
suffix: Green
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: string
|
||||
- state: crystals
|
||||
shader: unshaded
|
||||
color: "#30be81"
|
||||
- type: PointLight
|
||||
color: "#30be81"
|
||||
|
||||
- type: entity
|
||||
parent: CP14WallmauntGarlandBase
|
||||
id: CP14WallmountGarlandPurple
|
||||
suffix: Purple
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: string
|
||||
- state: crystals
|
||||
shader: unshaded
|
||||
color: "#a878d1"
|
||||
- type: PointLight
|
||||
color: "#a878d1"
|
||||
|
||||
- type: entity
|
||||
parent: CP14WallmauntGarlandBase
|
||||
id: CP14WallmountGarlandBlue
|
||||
suffix: Blue
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: string
|
||||
- state: crystals
|
||||
shader: unshaded
|
||||
color: "#5eabeb"
|
||||
- type: PointLight
|
||||
color: "#5eabeb"
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
- state: crystal1
|
||||
map: ["random"]
|
||||
shader: unshaded
|
||||
- type: MeleeSound
|
||||
soundGroups:
|
||||
Brute:
|
||||
collection: GlassSmash
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Glass
|
||||
|
||||
Reference in New Issue
Block a user