Quantum Spin Inverter (#23756)
This commit is contained in:
27
Resources/Prototypes/Entities/Objects/Devices/swapper.yml
Normal file
27
Resources/Prototypes/Entities/Objects/Devices/swapper.yml
Normal 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
|
||||
@@ -300,6 +300,7 @@
|
||||
- FauxTileAstroGrass
|
||||
- FauxTileAstroIce
|
||||
- OreBagOfHolding
|
||||
- DeviceQuantumSpinInverter
|
||||
- type: EmagLatheRecipes
|
||||
emagDynamicRecipes:
|
||||
- ExplosivePayload
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -931,6 +931,9 @@
|
||||
- type: Tag
|
||||
id: ProximitySensor
|
||||
|
||||
- type: Tag
|
||||
id: QuantumSpinInverter
|
||||
|
||||
- type: Tag
|
||||
id: Radio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user