Skip to content

Commit dce164b

Browse files
leahcatfeistyfedoraNotActuallyMarty
authored
Add manifolds and pressure regulators to the RPD (ProjectOmu#1039)
* add manifold and pressure regulator * fix wrong tooltip string * add suggested changes * Apply suggestion from @NotActuallyMarty --------- Co-authored-by: feistyfedora <12000170+feistyfedora@users.noreply.github.com> Co-authored-by: NotActuallyMarty <27968892+NotActuallyMarty@users.noreply.github.com>
1 parent 0a9bc74 commit dce164b

5 files changed

Lines changed: 26 additions & 1 deletion

File tree

Resources/Locale/en-US/rcd/components/rcd-component.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rcd-component-electrical = Electrical
5454
rcd-component-lighting = Lighting
5555
rcd-component-piping = Piping
5656
rcd-component-atmosphericutility = Atmospheric Utility
57-
rcd-component-pumps = Pumps & Valves
57+
rcd-component-pumpsvalves = Pumps & Valves
5858
rcd-component-vents = Vents
5959
6060

Resources/Prototypes/Entities/Objects/Tools/tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,12 +594,14 @@
594594
- PipeStraight
595595
- PipeBend
596596
- PipeTJunction
597+
- PipeManifold # Omu
597598
- OutletInjector
598599
- ManualValve
599600
- VolumetricPump
600601
- PressurePump
601602
- VentScrubber
602603
- PressureValve
604+
- PressureRegulator # Omu
603605
- DualPortVent
604606
- VentGas
605607
- VentPassive
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
- type: rcd
2+
id: PipeManifold
3+
category: Piping
4+
sprite: /Textures/_Omu/Interface/Radial/RPD/storageManifold.png
5+
mode: ConstructObject
6+
prototype: GasPipeManifold
7+
cost: 2
8+
delay: 0
9+
collisionMask: Impassable
10+
rotation: User
11+
fx: EffectRCDConstruct0
12+
13+
- type: rcd
14+
id: PressureRegulator
15+
category: PumpsValves
16+
sprite: /Textures/_Omu/Interface/Radial/RPD/pressureRegulator.png
17+
mode: ConstructObject
18+
prototype: GasPressureRegulator
19+
cost: 2
20+
delay: 0
21+
collisionMask: Impassable
22+
rotation: User
23+
fx: EffectRCDConstruct0
382 Bytes
Loading
2.28 KB
Loading

0 commit comments

Comments
 (0)