Add Engine Controller Component

This commit is contained in:
2022-06-30 23:18:54 +01:00
parent 3a4bf205cf
commit 6cc5ed68ef
5 changed files with 38 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<infotexts language="English" nowhitespace="false" translatedname="English">
<entityname.flipflopcomponent>Flip-Flop Component</entityname.flipflopcomponent>
<entitydescription.flipflopcomponent>Switches state when receiving 1, forces state to X when receiving -X.</entitydescription.flipflopcomponent>
@@ -14,4 +14,7 @@
<entityname.reactorcontrollercomponent>Reactor Controller Component</entityname.reactorcontrollercomponent>
<entitydescription.reactorcontrollercomponent>Automatically sets a reactor's Fission Rate and Turbine Output.</entitydescription.reactorcontrollercomponent>
<entityname.enginecontrollercomponent>Engine Controller Component</entityname.enginecontrollercomponent>
<entitydescription.enginecontrollercomponent>Sets an Engine's thrust according to the selected mode.</entitydescription.enginecontrollercomponent>
</infotexts>