Furniture dragging and climbing (#6860)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -40,3 +40,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Wooden
|
- Wooden
|
||||||
|
- type: Transform
|
||||||
|
anchored: true
|
||||||
|
- type: Physics
|
||||||
|
bodyType: Static
|
||||||
|
- type: Anchorable
|
||||||
|
- type: Pullable
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user