add extra field in Thrusters for simplifying quadricopter-like stabilization systems

This commit is contained in:
2026-06-29 23:57:13 -05:00
parent 056c10c346
commit f816761e0f
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ return {
primary_altitude_thruster = true,
primary_fore_thruster = false,
primary_aft_thruster = false,
x_config_equivalent = "1",
type = "rotator",
name = "gyroscopic_propeller_bearing_0",
thruster = nil,
@@ -31,6 +32,7 @@ return {
primary_altitude_thruster = true,
primary_fore_thruster = false,
primary_aft_thruster = false,
x_config_equivalent = "2",
type = "rotator",
name = "gyroscopic_propeller_bearing_1",
thruster = nil,
@@ -56,6 +58,7 @@ return {
primary_altitude_thruster = true,
primary_fore_thruster = false,
primary_aft_thruster = false,
x_config_equivalent = "4",
type = "rotator",
name = "gyroscopic_propeller_bearing_2",
thruster = nil,
@@ -81,6 +84,7 @@ return {
primary_altitude_thruster = true,
primary_fore_thruster = false,
primary_aft_thruster = false,
x_config_equivalent = "3",
type = "rotator",
name = "gyroscopic_propeller_bearing_3",
thruster = nil,