Furniture dragging and climbing (#6860)

This commit is contained in:
Peptide90
2022-02-23 04:58:36 +00:00
committed by GitHub
parent 2c1bc612cb
commit 2d1fa7db18
4 changed files with 18 additions and 2 deletions

View File

@@ -45,6 +45,11 @@
SheetSteel1:
min: 1
max: 2
- type: Transform
anchored: true
- type: Anchorable
- type: Pullable
- type: entity
parent: Bed

View File

@@ -40,3 +40,9 @@
- type: Tag
tags:
- Wooden
- type: Transform
anchored: true
- type: Physics
bodyType: Static
- type: Anchorable
- type: Pullable

View File

@@ -24,8 +24,11 @@
visuals:
- type: PowerChargerVisualizer
- type: Anchorable
- type: Pullable
- type: Clickable
- type: InteractionOutline
- type: Physics
bodyType: Static
- type: entity
name: recharger

View File

@@ -21,9 +21,10 @@
bounds: "-0.3,-0.3,0.3,0.3"
mass: 50
layer:
- MobImpassable
mask:
- VaultImpassable
mask:
- Impassable
- SmallImpassable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
@@ -43,3 +44,4 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Climbable