Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Вырезка инвертора квантового спина #776

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 27 additions & 28 deletions Resources/Prototypes/Entities/Objects/Devices/swapper.yml
Original file line number Diff line number Diff line change
@@ -1,28 +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: ArrivalsBlacklist
- type: SwapTeleporter
teleporterWhitelist:
tags:
- QuantumSpinInverter
- type: GenericVisualizer
visuals:
enum.SwapTeleporterVisuals.Linked:
base:
True: { state: linked }
False: { state: icon }
- type: Tag
tags:
- QuantumSpinInverter
#- 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
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
- FauxTileAstroIce
- FauxTileAstroSnow
- OreBagOfHolding
- DeviceQuantumSpinInverter
# - DeviceQuantumSpinInverter
- EnergyDomeDirectionalTurtle
# Sunrise-start
- PowerCellHyper
Expand Down
17 changes: 8 additions & 9 deletions Resources/Prototypes/Recipes/Lathes/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,14 @@
Steel: 500
Glass: 400
Silver: 200

- type: latheRecipe
id: DeviceQuantumSpinInverter
result: DeviceQuantumSpinInverter
completetime: 5
materials:
Steel: 700
Glass: 100
Uranium: 100
#- type: latheRecipe
# id: DeviceQuantumSpinInverter
# result: DeviceQuantumSpinInverter
# completetime: 5
# materials:
# Steel: 700
# Glass: 100
# Uranium: 100

- type: latheRecipe
id: WeaponProtoKineticAccelerator
Expand Down
22 changes: 11 additions & 11 deletions Resources/Prototypes/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@
- 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
#- 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
Loading