Detectors (Disambiguation): Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
No edit summary
Line 15: Line 15:


==[[File:Water_Detector.png]] Water Detector==
==[[File:Water_Detector.png]] Water Detector==
Sends out a signal when the detector is submerged.
Sends out a signal when it detects water.


Most commonly used with [[Pump]]s to auto-pump water out of certain rooms (custom submarines) and to trigger siren about rising flood in the submarine.
Most commonly used with [[Pump]]s to auto-pump water out of certain rooms (custom submarines) and to trigger siren about rising flood in the submarine.
Line 21: Line 21:
Sends out a value between 0-100 depending on the quality of the surrounding air.
Sends out a value between 0-100 depending on the quality of the surrounding air.


The <code>signal_out</code> output can be connected to the [[Status Monitor]]'s <code>oxygen_data_in</code> input to display the air quality for each room.
The <code>signal_out</code> output can be connected to the [[Status Monitor]]'s <code>oxygen_data_in</code> input to display the air quality for a room.


==[[File:Motion_Detector.png]] Motion Detector==
==[[File:Motion_Detector.png]] Motion Detector==
Sends out a signal when it detects movement.
Sends out a signal when it detects something within it's range.


==Trivia==
==Trivia==
* Before being introduced to vanilla, Motion Detectors were already present in the mod Barotrauma Extended (BTE). Originally in BTE the sensor function was added using xml code from already existing vanilla "[[Alien_Ruins|alien]] motion sensors".
* Before being introduced to vanilla, Motion Detectors were already present in the mod Barotrauma Extended (BTE). Originally in BTE the sensor function was added using xml code from already existing vanilla "[[Alien_Ruins|alien]] motion sensors".

Revision as of 19:31, 21 January 2019

Template:Stub

Detectors
Click to upload a new image.Dummy link
Inventory icon


Sprite
Statistics
Ammunition N/A
Crafting
Technical
Identifier
Categories

Detectors are a type of Electrical Component that detect water/oxygen/motion and send out signals accordingly.

Water Detector

Sends out a signal when it detects water.

Most commonly used with Pumps to auto-pump water out of certain rooms (custom submarines) and to trigger siren about rising flood in the submarine.

Oxygen Detector

Sends out a value between 0-100 depending on the quality of the surrounding air.

The signal_out output can be connected to the Status Monitor's oxygen_data_in input to display the air quality for a room.

Motion Detector

Sends out a signal when it detects something within it's range.

Trivia

  • Before being introduced to vanilla, Motion Detectors were already present in the mod Barotrauma Extended (BTE). Originally in BTE the sensor function was added using xml code from already existing vanilla "alien motion sensors".