Engines: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
m (Reorganized tabs.)
No edit summary
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Version|0.14.6.0}}{{clr}}
{{Version|1.0.7.0}}{{clr}}
{{Infobox Tabs
{{Infobox Tabs|Engine|{{Installations infobox
|Engine|{{Installations infobox
| name = Engine
| image = Engine.png
| imagewidth = 300
| imagewidth = 300
| category = Machines
| identifier = engine
| powerconsumption = 2000
| description = Usable device for generating motion on the X axis.
| maxforce = 2000
| category = Machine
| repair = mechanical
| tags = engine
| mechanical engineering = 55
| powerconsumption = <span class="explain" title="Maximum, depends on the current force percentage">2000</span>
| repairitems = [[Wrench]]}}
| maxforce = 300
|Large Engine|{{Installations infobox
| repairtype = Mechanical
| repairskill = 55
}}|Large Engine|{{Installations infobox
| name = Large Engine
| name = Large Engine
| image = Large Engine.png
| imagewidth = 300
| imagewidth = 300
| category = Machines
| identifier = largeengine
| powerconsumption = 4000
| description = Usable device for generating motion on the X axis.
| maxforce = 4000
| category = Machine
| repair = mechanical
| tags = engine
| mechanical engineering = 55
| powerconsumption = <span class="explain" title="Maximum, depends on the current force percentage">4000</span>
| repairitems = [[Wrench]]}}
| maxforce = 500
|Shuttle Engine|{{Installations infobox
| repairtype = Mechanical
| repairskill = 55
}}|Shuttle Engine|{{Installations infobox
| name = Shuttle Engine
| name = Shuttle Engine
| image = Shuttle Engine.png
| imagewidth = 300
| imagewidth = 300
| category = Machines
| identifier = shuttleengine
| powerconsumption = 500
| description = Usable device for generating motion on the X axis.
| category = Machine
| tags = engine
| powerconsumption = <span class="explain" title="Maximum, depends on the current force percentage">500</span>
| maxforce = 300
| maxforce = 300
| repair = mechanical
| repairtype = Mechanical
| mechanical engineering = 55
| repairskill = 55
| repairitems = [[Wrench]]}}
}}}}
}}
The '''Engine''', '''Large Engine''', and '''Shuttle Engine''' are all vital installations that allow the [[submarine]] to move horizontally in water.
The '''Engine''', '''Large Engine''', and '''Shuttle Engine''' are all vital installations that allow the [[submarine]] to move in water.
=Function=
== Function ==
The engines only work if they receive an input signal. This can be accomplished by connecting the <code>velocity_x_out</code> output of the navigation terminal to the <code>set_force</code> input of the engine.
The engines only work if they receive a signal. This can be accomplished by connecting the <code>velocity_x_out</code> output of the navigation terminal to the <code>set_force</code> input of the engine.


There are three types of engines in the game, the large engine, engine, and shuttle engine. The large engine is by far the fastest of the bunch but is very power hungry, take a whole 4000kW to power the beast. The normal engine is smaller than the large engine and goes half as fast, but requires half the amount of power to power it at 2000kW. Finally the shuttle engine is the smallest of the bunch and goes a minute amount of thrust, but only requires 500kW to power it.
There are three types of engines in the game, the large engine, engine, and shuttle engine. The large engine is by far the fastest of the bunch requires more power than the other two. The regular engine is smaller than the large engine and produces somewhat less thrust, but only requires 2000kW to power it. Lastly, the shuttle engine produces the same thrust as the regular engine, but is smaller and only requires 500kW to power it.


While full-sized engines can quickly succumb to water damage, shuttle engines are 100% waterproof, not deteriorating while surrounded by water. A [[Jobs|Mechanic]] is able to fix either by using a [[wrench]]. However, in the steam version, anyone is able to fix the engines this, however this is considerably slower than if a Mechanic was to fix it.
While full-sized engines can quickly succumb to water damage, shuttle engines are 100% waterproof, and do not deteriorate while submerged by water.


When the <code>set_force</code> of an engine is unwired, it is possible to use the plus and minus buttons on the engine's GUI interface to set its force manually (on a slider scale from -100% to 100%).
When the <code>set_force</code> input of an engine is disconnected, it is possible manually control the engine's thrust with the slider in the engine's GUI interface, from -100% (full reverse) to 100% (full forward).


Engines deteriorate proportionally to their current force percentage.
Engines deteriorate proportionally to their current force percentage.
== Connection Panel ==
 
=Connection Panel=
{{Connection panel
{{Connection panel
| input1 = power_in
| input1 = power_in
Line 49: Line 53:
| input2 = set_force
| input2 = set_force
| input2tt = Sets Engine force to the received value.
| input2tt = Sets Engine force to the received value.
| output1 = condition_out
| output1tt = Outputs the Engine's current condition. (0-100)
}}
=Damage Values=
The propellers deal damage to creatures touching them while the sub is moving. They cannot affect structures
{{Damage table
| item = Touching an '''Engine's''' moving propellers
| afflictions = {{Affliction|Internal Damage|||5}}<br>{{Affliction|Bleeding|||10}}
| range = 0.6
| force = 500
| severlimbs = 100%
|
| item2 = Touching a '''Large Engine's''' moving propellers
| afflictions2 = {{Affliction|Internal Damage|||5}}<br>{{Affliction|Bleeding|||10}}
| range2 = 1.0
| force2 = 500
| severlimbs2 = 100%
| item3 = Touching a '''Shuttle Engine's''' moving propellers
| afflictions3 = {{Affliction|Internal Damage|||5}}<br>{{Affliction|Bleeding|||10}}
| range3 = 0.3
| force3 = 500
| severlimbs3 = 100%
}}
{{Damage table
| item = Unsuccessful Repair (all engine types)
| afflictions = {{Affliction|Burn|||5}}<br>{{Affliction|Stun|||4}}
| force = 5
| explosionrange = 1.0
| explosionforce = 100
}}
}}
== Audio ==
 
<gallery widths="280" heights="150">
 
=Trivia=
* It is also possible, to connect the <code>velocity_y_out</code> output of the navigation terminal to the <code>set_force</code> input of the engine to steer submarine, but the controls will be inverted when steering the submarine (vertical control will become horizontal).
=Media=
<gallery widths=200 heights=100>
File:Engine Track.ogg|Engine active loop
File:Engine Track.ogg|Engine active loop
File:EngineBroken.ogg|Broken engine loop
</gallery>
</gallery>
== Trivia ==
{{Installations nav}}
* It is also possible, to connect the <code>velocity_y_out</code> output of the navigation terminal to the <code>set_force</code> input of the engine to steer submarine, but the controls will be inverted when steering the submarine (vertical control will become horizontal).
{{Universal nav
|show-main = yes
|show-Installations = yes
}}

Latest revision as of 08:28, 12 January 2024

Data is up-to-date
Last updated for version 1.0.7.0
The current game version is 1.4.5.0
Engine

Usable device for generating motion on the X axis.
Statistics*
Power Consumption 2000 kW
Max Force 300
Repairable
Required Skill Mechanical Engineering 55
Required Item Wrench
Technical
Identifier engine
Categories Machine
Tags engine

Large Engine

Usable device for generating motion on the X axis.
Statistics*
Power Consumption 4000 kW
Max Force 500
Repairable
Required Skill Mechanical Engineering 55
Required Item Wrench
Technical
Identifier largeengine
Categories Machine
Tags engine
Shuttle Engine

Usable device for generating motion on the X axis.
Statistics*
Power Consumption 500 kW
Max Force 300
Repairable
Required Skill Mechanical Engineering 55
Required Item Wrench
Technical
Identifier shuttleengine
Categories Machine
Tags engine

The Engine, Large Engine, and Shuttle Engine are all vital installations that allow the submarine to move horizontally in water.

Function

The engines only work if they receive an input signal. This can be accomplished by connecting the velocity_x_out output of the navigation terminal to the set_force input of the engine.

There are three types of engines in the game, the large engine, engine, and shuttle engine. The large engine is by far the fastest of the bunch requires more power than the other two. The regular engine is smaller than the large engine and produces somewhat less thrust, but only requires 2000kW to power it. Lastly, the shuttle engine produces the same thrust as the regular engine, but is smaller and only requires 500kW to power it.

While full-sized engines can quickly succumb to water damage, shuttle engines are 100% waterproof, and do not deteriorate while submerged by water.

When the set_force input of an engine is disconnected, it is possible manually control the engine's thrust with the slider in the engine's GUI interface, from -100% (full reverse) to 100% (full forward).

Engines deteriorate proportionally to their current force percentage.

Connection Panel

Connection Panel for Engines
Hover over pins to see their descriptions.
power_in
set_force
Connecting a power source to this input will supply the engine with power.
Sets Engine force to the received value.
condition_out
Outputs the Engine's current condition. (0-100)
Requires: Screwdriver

Damage Values

The propellers deal damage to creatures touching them while the sub is moving. They cannot affect structures

Item
Range
Afflictions on Hit
Kinetic Force
Sever Limbs
Touching an Engine's moving propellers
0.6
Internal Damage (5)*
Bleeding (10)*
500
100%
Touching a Large Engine's moving propellers
1.0
Internal Damage (5)*
Bleeding (10)*
500
100%
Touching a Shuttle Engine's moving propellers
0.3
Internal Damage (5)*
Bleeding (10)*
500
100%


Item
Afflictions on Hit
Kinetic Force
Explosion Radius (m)
Explosion Force
Unsuccessful Repair (all engine types)
Burn (5)*
Stun (4)*
5
1.0
100


Trivia

  • It is also possible, to connect the velocity_y_out output of the navigation terminal to the set_force input of the engine to steer submarine, but the controls will be inverted when steering the submarine (vertical control will become horizontal).

Media

v·d·e·h
Installations
Submarine Weapons
Small Turrets
Large Turrets
Loaders
Other
Navigation
Machines
Electrical
Structure
Other
Alien