Updates placement mode for some entities
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
name: baseinstrument
|
name: baseinstrument
|
||||||
id: BasePlaceableInstrument
|
id: BasePlaceableInstrument
|
||||||
abstract: true
|
abstract: true
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Instrument
|
- type: Instrument
|
||||||
handheld: false
|
handheld: false
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
name: pilot chair
|
name: pilot chair
|
||||||
description: The driver seat of a prestigious battle cruiser.
|
description: The driver seat of a prestigious battle cruiser.
|
||||||
id: PilotSeatChair
|
id: PilotSeatChair
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Misc/furniture.rsi
|
sprite: Constructible/Misc/furniture.rsi
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
id: SeatBase
|
id: SeatBase
|
||||||
abstract: true
|
abstract: true
|
||||||
description: You sit in this. Either by will or force.
|
description: You sit in this. Either by will or force.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
id: Catwalk
|
id: Catwalk
|
||||||
name: catwalk
|
name: catwalk
|
||||||
description: A catwalk for easier EVA maneuvering and cable placement.
|
description: A catwalk for easier EVA maneuvering and cable placement.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
id: KitchenSpike
|
id: KitchenSpike
|
||||||
name: meat spike
|
name: meat spike
|
||||||
description: A spike for collecting meat from animals.
|
description: A spike for collecting meat from animals.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: MetalRod
|
parent: MetalRod
|
||||||
id: MetalRodStack1
|
id: MetalRodStack1
|
||||||
|
suffix: 1
|
||||||
components:
|
components:
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stacktype: enum.StackType.MetalRod
|
stacktype: enum.StackType.MetalRod
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
id: MedicalScanner
|
id: MedicalScanner
|
||||||
name: medical scanner
|
name: medical scanner
|
||||||
description: A bulky medical scanner.
|
description: A bulky medical scanner.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
@@ -12,7 +14,6 @@
|
|||||||
- state: scanner_terminal_blue
|
- state: scanner_terminal_blue
|
||||||
map: ["enum.MedicalScannerVisualLayers.Terminal"]
|
map: ["enum.MedicalScannerVisualLayers.Terminal"]
|
||||||
- type: PowerReceiver
|
- type: PowerReceiver
|
||||||
|
|
||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
id: LockerGeneric
|
id: LockerGeneric
|
||||||
name: closet
|
name: closet
|
||||||
description: A standard-issue Nanotrasen storage unit.
|
description: A standard-issue Nanotrasen storage unit.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
@@ -47,6 +49,3 @@
|
|||||||
- type: LoopingSound
|
- type: LoopingSound
|
||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
- type: Pullable
|
- type: Pullable
|
||||||
placement:
|
|
||||||
snap:
|
|
||||||
- Wall
|
|
||||||
|
|||||||
Reference in New Issue
Block a user