Quantum Spin Inverter (#23756)

This commit is contained in:
Nemanja
2024-01-09 02:37:55 -05:00
committed by GitHub
parent f2647ac8d4
commit fdd18c9ae4
14 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
- type: entity
parent: BaseItem
id: DeviceQuantumSpinInverter
name: quantum spin inverter
description: An experimental device that is able to swap the locations of two entities by switching their particles' spin values. Must be linked to another device to function.
components:
- type: Sprite
sprite: Objects/Devices/swapper.rsi
layers:
- state: icon
map: ["base"]
- type: Item
size: Small
- type: Appearance
- type: SwapTeleporter
teleporterWhitelist:
tags:
- QuantumSpinInverter
- type: GenericVisualizer
visuals:
enum.SwapTeleporterVisuals.Linked:
base:
True: { state: linked }
False: { state: icon }
- type: Tag
tags:
- QuantumSpinInverter

View File

@@ -300,6 +300,7 @@
- FauxTileAstroGrass
- FauxTileAstroIce
- OreBagOfHolding
- DeviceQuantumSpinInverter
- type: EmagLatheRecipes
emagDynamicRecipes:
- ExplosivePayload