init
This commit is contained in:
235
Prototypes/RPD/rpd.yml
Normal file
235
Prototypes/RPD/rpd.yml
Normal file
@@ -0,0 +1,235 @@
|
||||
# SPDX-FileCopyrightText: 2024 August Eymann <august.eymann@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Steve <marlumpy@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 marc-pelletier <113944176+marc-pelletier@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Lenny <187471588+Bynnel@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: rcd
|
||||
id: PipeFourway
|
||||
category: Piping
|
||||
sprite: /Textures/Interface/Radial/RPD/fourway.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPipeFourway
|
||||
cost: 1
|
||||
delay: 0
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: PipeStraight
|
||||
category: Piping
|
||||
sprite: /Textures/Interface/Radial/RPD/straight.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPipeStraight
|
||||
cost: 1
|
||||
delay: 0
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: PipeBend
|
||||
category: Piping
|
||||
sprite: /Textures/Interface/Radial/RPD/bend.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPipeBend
|
||||
cost: 1
|
||||
delay: 0
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: PipeTJunction
|
||||
category: Piping
|
||||
sprite: /Textures/Interface/Radial/RPD/tjunction.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPipeTJunction
|
||||
cost: 1
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: PressurePump
|
||||
category: PumpsValves
|
||||
sprite: /Textures/Interface/Radial/RPD/pump_pressure.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPressurePump
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: VolumetricPump
|
||||
category: PumpsValves
|
||||
sprite: /Textures/Interface/Radial/RPD/pump_volume.png
|
||||
mode: ConstructObject
|
||||
prototype: GasVolumePump
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: ManualValve
|
||||
category: PumpsValves
|
||||
sprite: /Textures/Interface/Radial/RPD/pump_manual_valve.png
|
||||
mode: ConstructObject
|
||||
prototype: GasValve
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: SignalValve
|
||||
category: PumpsValves
|
||||
sprite: /Textures/Interface/Radial/RPD/pump_signal_valve.png
|
||||
mode: ConstructObject
|
||||
prototype: SignalControlledValve
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: PressureValve
|
||||
category: PumpsValves
|
||||
sprite: /Textures/Interface/Radial/RPD/pneumatic_valve.png
|
||||
mode: ConstructObject
|
||||
prototype: PressureControlledValve
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
|
||||
- type: rcd
|
||||
id: OutletInjector
|
||||
category: Vents
|
||||
sprite: /Textures/Interface/Radial/RPD/injector.png
|
||||
mode: ConstructObject
|
||||
prototype: GasOutletInjector
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: VentScrubber
|
||||
category: Vents
|
||||
sprite: /Textures/Interface/Radial/RPD/scrub_off.png
|
||||
mode: ConstructObject
|
||||
prototype: GasVentScrubber
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: VentGas
|
||||
category: Vents
|
||||
sprite: /Textures/Interface/Radial/RPD/vent_off.png
|
||||
mode: ConstructObject
|
||||
prototype: GasVentPump
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: DualPortVent
|
||||
category: Vents
|
||||
sprite: /Textures/Interface/Radial/RPD/dual_port.png
|
||||
mode: ConstructObject
|
||||
prototype: GasDualPortVentPump
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: VentPassive
|
||||
category: Vents
|
||||
sprite: /Textures/Interface/Radial/RPD/vent_passive.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPassiveVent
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: Radiator
|
||||
category: AtmosphericUtility
|
||||
sprite: /Textures/Interface/Radial/RPD/radiator.png
|
||||
mode: ConstructObject
|
||||
prototype: HeatExchanger
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: RadiatorBend
|
||||
category: AtmosphericUtility
|
||||
sprite: /Textures/Interface/Radial/RPD/radiator_bend.png
|
||||
mode: ConstructObject
|
||||
prototype: HeatExchangerBend
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: MixerGas
|
||||
category: AtmosphericUtility
|
||||
sprite: /Textures/Interface/Radial/RPD/gas_mixer.png
|
||||
mode: ConstructObject
|
||||
prototype: GasMixer
|
||||
mirrorPrototype: GasMixerFlipped
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: FilterGas
|
||||
category: AtmosphericUtility
|
||||
sprite: /Textures/Interface/Radial/RPD/gas_filter.png
|
||||
mode: ConstructObject
|
||||
prototype: GasFilter
|
||||
mirrorPrototype: GasFilterFlipped
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: rcd
|
||||
id: CanisterPort
|
||||
category: AtmosphericUtility
|
||||
sprite: /Textures/Interface/Radial/RPD/port.png
|
||||
mode: ConstructObject
|
||||
prototype: GasPort
|
||||
cost: 2
|
||||
delay: 0
|
||||
collisionMask: Impassable
|
||||
rotation: User
|
||||
fx: EffectRCDConstruct0
|
||||
Reference in New Issue
Block a user