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: SnapGrid
offset: Center
- type: Destructible
maxHP: 500
placement:
mode: SnapgridCenter

View File

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

View File

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