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: SheetSteel1:
min: 1 min: 1
max: 2 max: 2
- type: Transform
anchored: true
- type: Anchorable
- type: Pullable
- type: entity - type: entity
parent: Bed parent: Bed

View File

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

View File

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

View File

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