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

View File

@@ -188,6 +188,15 @@
Glass: 400
Silver: 200
- type: latheRecipe
id: DeviceQuantumSpinInverter
result: DeviceQuantumSpinInverter
completetime: 5
materials:
Steel: 700
Glass: 100
Uranium: 100
- type: latheRecipe
id: WeaponProtoKineticAccelerator
result: WeaponProtoKineticAccelerator

View File

@@ -152,3 +152,15 @@
recipeUnlocks:
- WeaponForceGun
- WeaponTetherGun
- type: technology
id: QuantumLeaping
name: research-technology-quantum-leaping
icon:
sprite: Objects/Devices/swapper.rsi
state: icon
discipline: Experimental
tier: 3
cost: 10000
recipeUnlocks:
- DeviceQuantumSpinInverter

View File

@@ -931,6 +931,9 @@
- type: Tag
id: ProximitySensor
- type: Tag
id: QuantumSpinInverter
- type: Tag
id: Radio