Make airlocks, lights and chairs/stools destructible.

This commit is contained in:
Víctor Aguilera Puerto
2020-08-22 13:27:03 +02:00
parent 92db5ad999
commit f7c71b500f
3 changed files with 15 additions and 0 deletions

View File

@@ -58,6 +58,8 @@
- type: Occluder - type: Occluder
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Destructible
maxHP: 500
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter

View File

@@ -17,6 +17,8 @@
position: Stand position: Stand
- type: Anchorable - type: Anchorable
- type: Pullable - type: Pullable
- type: Destructible
maxHP: 50
- type: entity - type: entity
name: bar stool name: bar stool
@@ -48,6 +50,8 @@
position: Stand position: Stand
- type: Anchorable - type: Anchorable
- type: Pullable - type: Pullable
- type: Destructible
maxHP: 50
- type: entity - type: entity
name: dark office chair name: dark office chair
@@ -81,6 +85,8 @@
position: Stand position: Stand
- type: Anchorable - type: Anchorable
- type: Pullable - type: Pullable
- type: Destructible
maxHP: 50
- type: entity - type: entity
parent: Chair parent: Chair
@@ -96,6 +102,7 @@
state: comfychair_preview state: comfychair_preview
- type: entity - type: entity
name: wooden chair name: wooden chair
id: ChairWood id: ChairWood
@@ -126,5 +133,7 @@
- type: Strap - type: Strap
position: Down position: Down
rotation: -90 rotation: -90
- type: Destructible
maxHP: 75
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter

View File

@@ -45,6 +45,8 @@
- type: PoweredLight - type: PoweredLight
bulb: Tube bulb: Tube
- type: PowerReceiver - type: PowerReceiver
- type: Destructible
maxHP: 50
- type: entity - type: entity
name: small light name: small light
@@ -66,3 +68,5 @@
- type: PoweredLight - type: PoweredLight
bulb: Bulb bulb: Bulb
- type: PowerReceiver - type: PowerReceiver
- type: Destructible
maxHP: 25