Files
KSP_project/data/wiki/echo_shuttle_en.html
T
ArmorandClaude Opus 4.7 5a1c28e819 feat: add CERV Shuttle wiki pages (zh+en), global timeline realignment
- Add CERV Shuttle zh+en wiki pages with full technical specs, fleet data, mission history
- Realign all shuttle pages to current simulation time (2060-03-12):
  - Vulture B1 first flight 2037, B1.5 conversion 2051-2053, B2 first flight 2055
  - Echo first flight 2056, operational 2057
  - Enterprise first flight 2057, operational 2058
- Update CERV technical data: dimensions, masses, fuel quantities, endurance
- Expand Vulture fleet with 10 named orbiters, 3-batch structure, rich events table
- Update CERV booster recovery to RTLS mode
- Move reference files to reference/ directory
- Save simulation_time memory reference

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 11:35:12 +08:00

334 lines
34 KiB
HTML

<style>
.wiki-article { max-width: 1120px; margin: 0 auto; padding: 24px 32px 48px; color: #202122; background: #fff; font-family: sans-serif; font-size: 14px; line-height: 1.65; }
.wiki-article h1, .wiki-article h2 { font-family: "Linux Libertine", Georgia, "Times New Roman", serif; font-weight: normal; border-bottom: 1px solid #a2a9b1; }
.wiki-article h1 { margin: 0 0 8px; font-size: 2.1em; line-height: 1.25; }
.wiki-article h2 { clear: both; margin: 1.35em 0 0.6em; padding-bottom: 0.18em; font-size: 1.5em; }
.wiki-article h3 { margin: 1em 0 0.35em; font-size: 1.15em; }
.wiki-article p { margin: 0.45em 0 0.85em; }
.wiki-article a { color: #0645ad; text-decoration: none; }
.wiki-article a:hover { text-decoration: underline; }
.wiki-article ul, .wiki-article ol { margin: 0.35em 0 0.9em 1.65em; padding: 0; }
.wiki-article .infobox { float: right; clear: right; width: 320px; margin: 0 0 18px 24px; border: 1px solid #a2a9b1; border-collapse: collapse; background: #f8f9fa; font-size: 88%; line-height: 1.45; }
.wiki-article .infobox caption { padding: 8px; background: #eaecf0; border: 1px solid #a2a9b1; border-bottom: 0; font-weight: bold; font-size: 1.12em; }
.wiki-article .infobox caption span { display: block; font-size: 0.92em; font-weight: normal; }
.wiki-article .infobox td { border: 1px solid #a2a9b1; padding: 6px 8px; vertical-align: top; }
.wiki-article .image-placeholder { min-height: 150px; border: 1px dashed #72777d; background: #eaecf0; color: #54595d; display: flex; align-items: center; justify-content: center; padding: 10px; text-align: center; box-sizing: border-box; }
.wiki-article .infobox .image-placeholder { min-height: 185px; }
.wiki-article img { max-width: 100%; height: auto; }
.wiki-article .media-link img { display: block; width: 100%; cursor: zoom-in; }
.wiki-article .wiki-modal-card img { display: block; width: 100%; }
.wiki-article .media-link { display: block; color: inherit; text-decoration: none; }
.wiki-article .media-link:hover { text-decoration: none; }
.wiki-article .media-link:hover .image-placeholder { border-color: #36c; background: #f8f9fa; color: #202122; }
.wiki-article .thumb { width: 260px; border: 1px solid #c8ccd1; background: #f8f9fa; padding: 3px; font-size: 88%; line-height: 1.4; box-sizing: border-box; }
.wiki-article .tright { float: right; clear: right; margin: 0.35em 0 1em 1.4em; }
.wiki-article .tleft { float: left; clear: left; margin: 0.35em 1.4em 1em 0; }
.wiki-article .thumbcaption { padding: 4px 3px 2px; color: #202122; }
.wiki-article .toc { display: inline-block; min-width: 250px; margin: 0.45em 0 1.2em; padding: 8px 12px; border: 1px solid #a2a9b1; background: #f8f9fa; font-size: 92%; }
.wiki-article .toc-title { text-align: center; font-weight: bold; margin-bottom: 4px; }
.wiki-article .toc ol { margin: 0 0 0 1.5em; }
.wiki-article > table:not(.infobox) { width: 100%; margin: 1em 0; border-collapse: collapse; font-size: 92%; background: #fff; }
.wiki-article > table:not(.infobox) th, .wiki-article > table:not(.infobox) td { border: 1px solid #a2a9b1; padding: 6px 8px; text-align: left; vertical-align: top; }
.wiki-article > table:not(.infobox) th { background: #eaecf0; font-weight: bold; }
.wiki-article > table:not(.infobox) tr:nth-child(even) td { background: #f8f9fa; }
.wiki-article .launch-chart { margin: 1em 0; padding: 8px 10px 10px; border: 1px solid #a2a9b1; background: #f8f9fa; font-size: 92%; }
.wiki-article .launch-stage-label { margin: 8px 0 4px; padding-bottom: 2px; border-bottom: 1px solid #c8ccd1; font-weight: bold; }
.wiki-article .launch-row { display: grid; grid-template-columns: 54px 1fr 42px 62px; gap: 8px; align-items: center; margin: 3px 0; }
.wiki-article .launch-head { color: #54595d; font-weight: bold; }
.wiki-article .launch-track { height: 14px; border: 1px solid #c8ccd1; background: #eaecf0; box-sizing: border-box; }
.wiki-article .launch-bar { display: block; height: 100%; background: #36c; }
.wiki-article .launch-count, .wiki-article .launch-cumulative { text-align: right; white-space: nowrap; }
.wiki-article .launch-cumulative { color: #54595d; }
.wiki-article .wiki-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(32,33,34,0.82); z-index: 9999; box-sizing: border-box; }
.wiki-article .wiki-modal:target { display: flex; }
.wiki-article .wiki-modal-card { width: min(920px, 96vw); max-height: 90vh; overflow: auto; border: 1px solid #a2a9b1; background: #fff; padding: 10px; box-shadow: 0 12px 38px rgba(0,0,0,0.35); box-sizing: border-box; }
.wiki-article .modal-close { float: right; width: 28px; height: 28px; margin: -2px -2px 6px 8px; border: 1px solid #a2a9b1; background: #eaecf0; color: #202122; text-align: center; line-height: 26px; font-weight: bold; }
.wiki-article .modal-close:hover { background: #fff; text-decoration: none; }
@media (max-width: 820px) { .wiki-article { padding: 18px 16px 36px; } .wiki-article .infobox, .wiki-article .thumb { float: none; width: 100%; margin: 0.75em 0 1em; } .wiki-article .toc { display: block; } .wiki-article .launch-row { grid-template-columns: 46px 1fr 36px; } .wiki-article .launch-cumulative { display: none; } .wiki-article .wiki-modal { padding: 12px; } }
.wiki-article img[data-wiki-asset], .vulture-article img[data-wiki-asset] { cursor: zoom-in; }
.wiki-image-lightbox { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(32,33,34,0.84); z-index: 10000; box-sizing: border-box; }
.wiki-image-lightbox[hidden] { display: none; }
.wiki-image-lightbox-panel { position: relative; width: min(1120px, 96vw); max-height: 92vh; overflow: auto; margin: 0; padding: 10px; border: 1px solid #a2a9b1; background: #fff; box-shadow: 0 12px 38px rgba(0,0,0,0.35); box-sizing: border-box; }
.wiki-image-lightbox-panel img { display: block; width: 100%; height: auto; max-height: 82vh; object-fit: contain; background: #000; }
.wiki-image-lightbox-close { position: sticky; top: 0; float: right; width: 30px; height: 30px; margin: -2px -2px 8px 10px; border: 1px solid #a2a9b1; background: #eaecf0; color: #202122; font-weight: bold; line-height: 26px; cursor: pointer; }
.wiki-image-lightbox-close:hover, .wiki-image-lightbox-close:focus { background: #fff; }
body.wiki-image-lightbox-open { overflow: hidden; }
@media (max-width: 820px) { .wiki-image-lightbox { padding: 12px; } .wiki-image-lightbox-panel { width: 98vw; max-height: 94vh; } }
</style>
<article class="mw-parser-output wiki-article">
<h1 id="echo-shuttle">Echo Shuttle</h1>
<table class="infobox">
<caption>Echo Shuttle<span>Echo-class shuttle</span></caption>
<tbody>
<tr><td><a class="media-link" href="#echo-img-side"><img src="/echo/echo_takeoff_side_view.png" alt="Echo Shuttle side view before takeoff" data-wiki-asset="/echo/echo_takeoff_side_view.png"></a><div class="thumbcaption">The Echo Shuttle uses an MK2 lifting-body fuselage, delta wings, canards, and wingtip vertical stabilizers.</div></td></tr>
<tr><td><b>Type</b>: Fully reusable light shuttle</td></tr>
<tr><td><b>Generation</b>: Parallel supplement after Vulture Shuttle Block 2</td></tr>
<tr><td><b>Related design</b>: Enterprise Shuttle</td></tr>
<tr><td><b>Configuration</b>: Runway operation / VTVL dual mode</td></tr>
<tr><td><b>Fuselage</b>: MK2 lifting body, rhombus-like section</td></tr>
<tr><td><b>Length</b>: 31.7 m</td></tr>
<tr><td><b>Wingspan</b>: 22.9 m</td></tr>
<tr><td><b>Dry mass</b>: 23.1 t</td></tr>
<tr><td><b>Zero-payload takeoff mass</b>: 42.3 t without passenger cargo-bay module</td></tr>
<tr><td><b>Maximum takeoff mass</b>: 60 t</td></tr>
<tr><td><b>Payload</b>: 15 t</td></tr>
<tr><td><b>Crew/passengers</b>: 3 crew + 4 passengers; cargo-bay crew segment can add 4 more</td></tr>
<tr><td><b>First flight</b>: 2056</td></tr>
<tr><td><b>Service entry</b>: 2057</td></tr>
<tr><td><b>Status</b>: In service (early operational phase)</td></tr>
</tbody></table>
<p>The <b>Echo Shuttle</b> is a light fully reusable shuttle developed after the introduction of <a href="/home/Space_Shuttles/Vulture_Shuttle_Block_2">Vulture Shuttle Block 2</a>. It is the smaller member of the Echo / Enterprise paired-shuttle program, created to cover high-frequency crew rotation, small cargo transfer, station servicing, rescue standby, mothership docking, and planetary surface shuttle work without using the much larger Vulture stack. First flown in 2056 and entering crew service in 2057, Echo is in its early operational phase; as of March 2060 approximately 75 flights have been completed across about four years of service.</p>
<p>Echo combines winged atmospheric re-entry and runway landing with vertical takeoff and landing capability. This lets it operate from conventional spaceports as well as from lunar, Martian, or other low-gravity surface sites where runways are unavailable. Its operational role sits between a shuttlecraft and a surface-to-orbit transport: smaller than Enterprise, far smaller than Vulture, but capable of independent orbital maneuvering and high-energy return braking.</p>
<p>The vehicle carries 15.3 t of high-energy liquid fuel, uses two XP-F700 "Cooper" nuclear aerospike main engines, and is designed for fully uncrewed flight when required. In normal crew service it carries 3 crew and 4 passengers; a cargo-bay crew segment can add 4 additional occupants, with life support rated for 11 people for 40 days.</p>
<p>In Xihe-class and Stellaria-class exploration mothership operations, Echo is the common externally berthed ferry shuttle. A mothership can carry two Echo shuttles, or replace them with other compatible vehicles, for crew transfer, light cargo, sample return, and emergency evacuation after the mothership reaches its target planetary system.</p>
<nav class="toc" aria-label="Contents">
<div class="toc-title">Contents</div>
<ol>
<li><a href="#development">Development</a></li>
<li><a href="#design">Design</a></li>
<li><a href="#mission-profile">Mission profile</a></li>
<li><a href="#interplanetary-mothership-support">Interplanetary mothership support</a></li>
<li><a href="#operations-and-role">Operations and role</a></li>
<li><a href="#operational-history">Operational history</a></li>
<li><a href="#safety-and-incidents">Safety and incidents</a></li>
<li><a href="#specifications">Specifications</a></li>
<li><a href="#images">Images</a></li>
<li><a href="#see-also">See also</a></li>
</ol>
</nav>
<h2 id="development">Development</h2>
<p>Vulture Shuttle Block 2 demonstrated that nuclear aerospike propulsion and high-energy reusable shuttle structures could support routine cislunar operations. Its size and ground-processing footprint, however, made it better suited to heavy logistics and large lunar-orbit missions than to short-notice crew transfer or small cargo runs. The Echo / Enterprise program was created to fill that gap without displacing Vulture from heavy transport.</p>
<p>Echo became the fast-response, low-mass member of the pair. It shares its propulsion family, arc-reactor power system, VTVL engines, reinforced docking hardware, and autonomous flight software with Enterprise, while using a smaller MK2 lifting-body fuselage optimized for agility and delta-v margin. Enterprise was developed in parallel as the heavier capacity member, using an MK3 cylindrical body for larger passenger and cargo volume.</p>
<p>Early concepts considered a purely vertical-landing craft, but the operations team wanted the cross-range, runway recovery, and low-propellant return advantages of a winged vehicle. The final design therefore combines a lifting-body fuselage with VTVL auxiliary engines: runway operations at prepared spaceports, vertical operations at low-gravity bases, and autonomous docking near stations or motherships.</p>
<h2 id="design">Design</h2>
<h3 id="airframe">Airframe and aerodynamics</h3>
<figure class="thumb tright"><a class="media-link" href="#echo-img-body"><img src="/echo/echo_mk2_cross_section.png" alt="Echo Shuttle MK2 lifting-body cross-section" data-wiki-asset="/echo/echo_mk2_cross_section.png"></a><figcaption class="thumbcaption">The MK2 body is thick at the center and tapers toward the edges, trading internal volume for re-entry lift and structural efficiency.</figcaption></figure>
<p>Echo uses an MK2 lifting-body fuselage with a rhombus-like cross-section. The central section is about 5 m wide and 3 m high, tapering to roughly 0.5 m near the edges. The fuselage itself contributes lift during re-entry and atmospheric flight, reducing the wing area needed for recovery.</p>
<p>The main wing is a delta planform with small vertical stabilizers at the tips. Forward canards provide pitch authority during approach, takeoff, and low-speed operations. Three horizontal control surfaces on each rear wing side divide roll, pitch, and flap duties.</p>
<h3 id="crew-and-cargo">Crew cabin and cargo bay</h3>
<p>The cockpit and forward cabin normally carry 3 crew and 4 passengers. The rear pressurized volume can be rearranged for passenger seats, mission consoles, a medical stretcher, equipment racks, or an emergency crew segment. When the cargo-bay crew segment is installed, Echo can carry 4 additional occupants, bringing the emergency supported population to 11.</p>
<p>The cargo bay is sized around a 2.5 m diameter cylindrical main payload and two 1 m diameter auxiliary payloads. Without the passenger cargo-bay module, usable bay length is 13.25 m; with the module installed, usable length is 11.25 m. Echo's dry mass is 23.1 t, its zero-payload takeoff mass is 42.3 t without the passenger cargo-bay module, and maximum takeoff mass is 60 t.</p>
<p>A reinforced 1.875 m dorsal docking port supports berthing with stations and interplanetary motherships. A smaller 1.25 m passage hatch near the cockpit provides crew transfer and emergency access. The docking structure is deliberately stronger than a normal crew hatch because Echo may remain attached to a mothership during attitude changes or short towing operations.</p>
<h3 id="propulsion-and-power">Propulsion and power</h3>
<figure class="thumb tleft"><a class="media-link" href="#echo-img-propulsion"><img src="/echo/echo_vtvl.png" alt="Echo Shuttle VTVL operation" data-wiki-asset="/echo/echo_vtvl.png"></a><figcaption class="thumbcaption">The VTVL system allows Echo to operate from lunar, Martian, and outpost landing sites without runways.</figcaption></figure>
<p>Echo is powered by two XP-F700 "Cooper" nuclear aerospike main engines with a combined thrust of about 1,400 kN. The main engines are used for orbital maneuvering, high-orbit return braking, Earth-Moon transfer, mothership support maneuvers, and high-delta-v course corrections. The dual-engine layout gives Echo limited return capability after a protected shutdown of one main engine.</p>
<p>Four VLE-F250 "Lander" nuclear plasma engines provide about 1,000 kN total thrust for vertical takeoff, vertical landing, low-gravity surface operations, runway go-around assist, and abort modes. The VTVL plumbing is isolated from the main propulsion system so a single valve failure is less likely to affect both orbital maneuvering and landing capability.</p>
<p>Attitude control is provided by 24 RCS thrusters distributed across the nose, dorsal body, belly, and tail. A compact arc reactor supplies electrical power to flight systems, pumps, life support, communications, cargo-bay equipment, thermal control, and long-duration standby.</p>
<h2 id="mission-profile">Mission profile</h2>
<figure class="thumb tright"><a class="media-link" href="#echo-img-approach"><img src="/echo/echo_approach_guanghan_station.png" alt="Echo Shuttle approaching Guanghan lunar station" data-wiki-asset="/echo/echo_approach_guanghan_station.png"></a><figcaption class="thumbcaption">Echo can perform autonomous rendezvous with lunar stations and large motherships.</figcaption></figure>
<p>Typical Echo missions include crew transfer to low Earth orbit, lunar base shuttling, interplanetary mothership docking, emergency repair dispatch, and high-value cargo return. From prepared spaceports it can operate like a runway-launched spaceplane; from planetary surfaces it normally uses VTVL operations.</p>
<p>Echo has more than 70 km/s of delta-v without payload and about 50 km/s with a 15 t payload. Its thermal protection system is rated for low-Earth-orbit-class re-entry, so high-orbit or lunar-return missions require a powered slowdown before atmospheric entry. Mission rules reserve a main-engine braking window before every high-energy return.</p>
<table>
<thead><tr><th>Mission type</th><th>Typical sequence</th><th>Main constraint</th></tr></thead>
<tbody>
<tr><td>Spaceport rotation</td><td>Runway takeoff, orbital rendezvous, runway return</td><td>Requires a prepared runway and post-flight thermal inspection.</td></tr>
<tr><td>Lunar base shuttle</td><td>Transfer burn, powered slowdown, VTVL descent, surface unloading</td><td>Landing-pad dust, plume clearance, and surface bearing strength.</td></tr>
<tr><td>Mothership external berthing</td><td>Mothership-carried cruise, autonomous rendezvous, dorsal docking, crew and cargo transfer</td><td>Long-duration standby depends on mothership power, thermal control, data, and maintenance support.</td></tr>
<tr><td>Emergency repair</td><td>Rapid launch, compact repair package, short berthing, return inspection</td><td>Volume and specialist seating are often more limiting than mass.</td></tr>
</tbody></table>
<h2 id="interplanetary-mothership-support">Interplanetary mothership support</h2>
<p>Echo is a standard ferry shuttle for Xihe-class and Stellaria-class interplanetary exploration motherships. The mothership's reinforced docking and external berthing interfaces can carry two Echo shuttles, or another compatible vehicle mix such as Echo with an Amalthea multipurpose vehicle. Echo's winged re-entry, VTVL capability, and high delta-v margin make it suitable for atmospheric worlds, short surface-to-orbit runs, and multi-satellite survey missions.</p>
<p>During interplanetary cruise, Echo does not provide primary mothership propulsion or deep-space communications relay. It normally remains externally berthed through structural locks, power, thermal control, data links, and maintenance umbilicals. After arrival in the target system, the shuttles conduct crew transfer, light cargo delivery, sealed sample return, field-team extraction, and emergency evacuation.</p>
<p>In Mars-system operations, the mothership can remain in high Mars orbit or near Phobos or Deimos while two Echo shuttles handle short-range flights between the mothership, Mars surface sites, Phobos, and Deimos. In gas-giant expeditions, the mothership stays in safer orbital regions while Echo handles time-limited transfers to major moons or temporary platforms. Standard rules keep one shuttle active and another berthed or standing by, preserving rescue margin for landing failure, delayed launch windows, or crew medical evacuation.</p>
<table>
<thead><tr><th>Mothership scenario</th><th>Echo role</th><th>Main constraints</th></tr></thead>
<tbody>
<tr><td>Mars-system exploration</td><td>Transfer crew, samples, and light equipment between Mars, Phobos, Deimos, and the mothership parking orbit.</td><td>Dust storms, landing-site slope, ascent windows, and propellant margin.</td></tr>
<tr><td>Gas-giant moon survey</td><td>Carry crew and compact science packages between the mothership and major moons or temporary orbital platforms.</td><td>Radiation environment, low-gravity landing, communications delay, and two-shuttle mutual backup rules.</td></tr>
<tr><td>Expedition evacuation</td><td>Recover crew from a surface base, temporary platform, or damaged vehicle.</td><td>Life-support margin, mothership receiving window, and available external berths.</td></tr>
<tr><td>Sample and equipment return</td><td>Return sealed sample boxes, failed equipment, and compact science payloads.</td><td>Cargo volume, contamination control, and pre-return thermal inspection.</td></tr>
</tbody></table>
<h2 id="operations-and-role">Operations and role</h2>
<p>Echo's operating concept is built around rapid dispatch, light payloads, and distributed basing. Vehicles may be staged at lunar bases, orbital shipyards, Martian outposts, or mothership tenders, where they can replace smaller rescue craft and one-off logistics vehicles. Compared with Enterprise, Echo carries fewer people and less cargo, but it requires less ground equipment and can be turned around faster.</p>
<p>The normal passenger configuration is 3 crew plus 4 passengers. The cargo-bay crew segment adds 4 seats for evacuation or temporary surge operations. The 11-person, 40-day life-support rating is primarily a contingency margin for rescue delays, weather closure, mothership docking waits, or transfer-window shifts rather than a normal full-duration passenger mode.</p>
<p>Within the wider shuttle system, Vulture performs trunk-line heavy transport, Enterprise carries medium passenger and cargo batches near major nodes, and Echo handles the final fast link. Large missions often use all three: Vulture brings heavy equipment into the cislunar network, Enterprise supports mothership construction, refit, supply, and near-range transfer, and Echo completes the carried expedition shuttle leg or emergency support task.</p>
<h2 id="operational-history">Operational history</h2>
<p>Echo completed its early certification campaign in 2056-2057. Initial flights in 2056 focused on VTVL control laws, lifting-body low-speed handling, and runway operations. Crew certification followed in 2057 with the first crewed orbital mission, after which Echo entered service for near-Earth facilities, lunar bases, and later interplanetary exploration motherships. As of March 2060, the fleet has accumulated approximately 75 flights and remains in its early operational phase.</p>
<table>
<thead><tr><th>Mission</th><th>Year</th><th>Objective</th><th>Result</th></tr></thead>
<tbody>
<tr><td>EC-V1</td><td>2056</td><td>First complete VTVL takeoff, hover, and autonomous landing</td><td>Validated four-engine auxiliary control.</td></tr>
<tr><td>EC-R2</td><td>2056</td><td>Runway takeoff and horizontal landing test</td><td>Verified low-speed handling and go-around logic.</td></tr>
<tr><td>EC-O1</td><td>2057</td><td>First uncrewed orbital flight and runway return</td><td>Main-engine burn and re-entry data were within limits.</td></tr>
<tr><td>EC-C1</td><td>2057</td><td>First crewed orbital mission</td><td>Certified the 3+4 configuration, orbital TPS inspection, and emergency 11-person mode.</td></tr>
<tr><td>EC-L1</td><td>2058</td><td>First lunar base shuttle mission</td><td>Completed low-gravity landing, unloading, and crew return.</td></tr>
<tr><td>EC-M2</td><td>2058</td><td>First mothership berthing mission</td><td>Verified dorsal docking loads and mothership procedures.</td></tr>
</tbody></table>
<div class="launch-chart" role="img" aria-label="Echo Shuttle flight count chart">
<div class="launch-row launch-head"><span>Year</span><span>Flights</span><span>No.</span><span>Total</span></div>
<div class="launch-stage-label">Validation phase</div>
<div class="launch-row"><span>2056</span><span class="launch-track"><span class="launch-bar" style="width:17%;"></span></span><span class="launch-count">5</span><span class="launch-cumulative">5</span></div>
<div class="launch-stage-label">Crew certification &amp; early ops</div>
<div class="launch-row"><span>2057</span><span class="launch-track"><span class="launch-bar" style="width:40%;"></span></span><span class="launch-count">12</span><span class="launch-cumulative">17</span></div>
<div class="launch-row"><span>2058</span><span class="launch-track"><span class="launch-bar" style="width:67%;"></span></span><span class="launch-count">20</span><span class="launch-cumulative">37</span></div>
<div class="launch-row"><span>2059</span><span class="launch-track"><span class="launch-bar" style="width:100%;"></span></span><span class="launch-count">30</span><span class="launch-cumulative">67</span></div>
<div class="launch-stage-label">Current (through March 2060)</div>
<div class="launch-row"><span>2060</span><span class="launch-track"><span class="launch-bar" style="width:27%;"></span></span><span class="launch-count">~8</span><span class="launch-cumulative">~75</span></div>
</div>
<h2 id="safety-and-incidents">Safety and incidents</h2>
<figure class="thumb tright"><a class="media-link" href="#echo-img-return"><img src="/echo/echo_high_energy_return_braking.png" alt="Echo Shuttle high-energy return braking" data-wiki-asset="/echo/echo_high_energy_return_braking.png"></a><figcaption class="thumbcaption">High-orbit and lunar-return missions require main-engine braking before atmospheric entry.</figcaption></figure>
<p>The main safety concerns for Echo are high-energy propulsion management, switching between runway and VTVL modes, lifting-body low-speed handling, and mandatory slowdown before high-energy re-entry. Its early incidents were not classed as catastrophic accidents, but they shaped later abort windows, docking limits, and thermal-inspection rules.</p>
<table>
<thead><tr><th>Incident type</th><th>Description</th><th>Suggested image</th></tr></thead>
<tbody>
<tr><td>EC-V1B</td><td>A slow auxiliary-engine throttle response triggered an automatic VTVL abort and return to the test pad.</td><td>Throttle thresholds and hover health checks were revised.</td></tr>
<tr><td>EC-O2</td><td>A delayed braking opportunity forced the vehicle to remain in orbit for one extra pass before re-entry.</td><td>Mission rules added a mandatory second braking window and extra power reserve.</td></tr>
<tr><td>EC-C1</td><td>Orbital thermal imaging found a lifted belly-edge strip during crew certification.</td><td>EVA inspection cleared the vehicle for return; maintenance criteria were tightened.</td></tr>
<tr><td>EC-M2</td><td>The dorsal docking port briefly exceeded its load threshold during mothership berthing.</td><td>Terminal approach speed was reduced and docking calibration improved.</td></tr>
</tbody></table>
<h2 id="specifications">Specifications</h2>
<table>
<thead><tr><th>Parameter</th><th>Value</th></tr></thead>
<tbody>
<tr><td>Type</td><td>Fully reusable light shuttle</td></tr>
<tr><td>Fuselage</td><td>MK2 lifting body, rhombus-like cross-section</td></tr>
<tr><td>Length</td><td>31.7 m</td></tr>
<tr><td>Wingspan</td><td>22.9 m</td></tr>
<tr><td>Dry mass</td><td>23.1 t</td></tr>
<tr><td>Zero-payload takeoff mass</td><td>42.3 t without passenger cargo-bay module</td></tr>
<tr><td>Maximum takeoff mass</td><td>60 t</td></tr>
<tr><td>Fuel</td><td>15.3 t high-energy liquid fuel</td></tr>
<tr><td>Main engines</td><td>2 XP-F700 "Cooper" nuclear aerospike engines, about 1,400 kN combined thrust</td></tr>
<tr><td>VTVL engines</td><td>4 VLE-F250 "Lander" nuclear plasma engines, about 1,000 kN total thrust</td></tr>
<tr><td>RCS thrusters</td><td>24</td></tr>
<tr><td>Delta-v</td><td>&gt;70 km/s without payload; about 50 km/s with 15 t payload</td></tr>
<tr><td>Crew/passenger configuration</td><td>3 crew + 4 passengers; cargo-bay crew segment can add 4 more</td></tr>
<tr><td>Life support</td><td>11 people for 40 days</td></tr>
<tr><td>Cargo capacity</td><td>15 t</td></tr>
<tr><td>Cargo bay</td><td>2.5 m diameter cylindrical main payload plus two 1 m auxiliary payloads</td></tr>
<tr><td>Usable cargo length</td><td>13.25 m without passenger module; 11.25 m with passenger module</td></tr>
<tr><td>Docking ports</td><td>1.875 m reinforced dorsal port; 1.25 m cockpit corridor hatch</td></tr>
<tr><td>Power</td><td>Compact arc reactor</td></tr>
</tbody></table>
<h2 id="images">Images</h2>
<table>
<thead><tr><th>Image</th><th>Content</th><th>Placement</th></tr></thead>
<tbody>
<tr><td>Side view before takeoff</td><td>Overall airframe, MK2 lifting body, canards, delta wing, and wingtip fins.</td><td>Infobox</td></tr>
<tr><td>MK2 cross-section</td><td>Rhombus-like body section and cargo-bay geometry.</td><td>Design</td></tr>
<tr><td>VTVL operation</td><td>Vertical takeoff and landing capability for surface bases.</td><td>Propulsion</td></tr>
<tr><td>Guanghan station approach</td><td>Autonomous docking near a lunar station or mothership.</td><td>Mission profile</td></tr>
<tr><td>High-energy return braking</td><td>Main-engine braking before re-entry.</td><td>Safety</td></tr>
</tbody></table>
<h2 id="see-also">See also</h2>
<ul>
<li><a href="/home/Space_Shuttles/Vulture_Shuttle">Vulture Shuttle</a></li>
<li><a href="/home/Space_Shuttles/Vulture_Shuttle_Block_2">Vulture Shuttle Block 2</a></li>
<li><a href="/home/Space_Shuttles/Enterprise_Shuttle">Enterprise Shuttle</a></li>
<li><a href="/home/Exploration_Motherships/Xihe">Xihe-class interplanetary exploration mothership</a></li>
<li><a href="/home/Exploration_Motherships/Stellaria">Stellaria-class interplanetary exploration mothership</a></li>
<li>Nuclear aerospike engine</li>
</ul>
<div id="echo-img-side" class="wiki-modal"><div class="wiki-modal-card"><a class="modal-close" href="#">x</a><img src="/echo/echo_takeoff_side_view.png" alt="Echo Shuttle side view before takeoff" data-wiki-asset="/echo/echo_takeoff_side_view.png"><div class="thumbcaption">Echo Shuttle side view before takeoff, showing the light-shuttle proportions and main control surfaces.</div></div></div>
<div id="echo-img-body" class="wiki-modal"><div class="wiki-modal-card"><a class="modal-close" href="#">x</a><img src="/echo/echo_mk2_cross_section.png" alt="Echo Shuttle MK2 lifting-body cross-section" data-wiki-asset="/echo/echo_mk2_cross_section.png"><div class="thumbcaption">MK2 lifting-body cross-section used to explain the central cargo volume and tapered edges.</div></div></div>
<div id="echo-img-propulsion" class="wiki-modal"><div class="wiki-modal-card"><a class="modal-close" href="#">x</a><img src="/echo/echo_vtvl.png" alt="Echo Shuttle VTVL operation" data-wiki-asset="/echo/echo_vtvl.png"><div class="thumbcaption">VTVL operation using the auxiliary nuclear plasma engines.</div></div></div>
<div id="echo-img-approach" class="wiki-modal"><div class="wiki-modal-card"><a class="modal-close" href="#">x</a><img src="/echo/echo_approach_guanghan_station.png" alt="Echo Shuttle approaching Guanghan lunar station" data-wiki-asset="/echo/echo_approach_guanghan_station.png"><div class="thumbcaption">Autonomous rendezvous near the Guanghan lunar station or a large mothership.</div></div></div>
<div id="echo-img-return" class="wiki-modal"><div class="wiki-modal-card"><a class="modal-close" href="#">x</a><img src="/echo/echo_high_energy_return_braking.png" alt="Echo Shuttle high-energy return braking" data-wiki-asset="/echo/echo_high_energy_return_braking.png"><div class="thumbcaption">Main-engine braking before high-energy atmospheric return.</div></div></div>
</article>
<script>
(function () {
function ready(fn) {
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', fn, { once: true });
} else {
fn();
}
}
function captionFor(image) {
var container = image.closest('figure, td, tr, .infobox-image');
if (!container) {
return image.alt || '';
}
var caption = container.querySelector('.thumbcaption');
return caption ? caption.textContent.trim() : (image.alt || '');
}
function install(article) {
if (!article || article.dataset.lightboxReady === '1') {
return;
}
article.dataset.lightboxReady = '1';
var overlay = document.createElement('div');
overlay.className = 'wiki-image-lightbox';
overlay.hidden = true;
overlay.innerHTML = '<figure class="wiki-image-lightbox-panel" role="dialog" aria-modal="true"><button class="wiki-image-lightbox-close" type="button" aria-label="Close image preview">x</button><img alt=""><figcaption class="thumbcaption"></figcaption></figure>';
document.body.appendChild(overlay);
var previewImage = overlay.querySelector('img');
var previewCaption = overlay.querySelector('figcaption');
var closeButton = overlay.querySelector('.wiki-image-lightbox-close');
function closePreview() {
overlay.hidden = true;
previewImage.removeAttribute('src');
previewCaption.textContent = '';
document.body.classList.remove('wiki-image-lightbox-open');
}
function openPreview(image, event) {
event.preventDefault();
event.stopPropagation();
if (event.stopImmediatePropagation) {
event.stopImmediatePropagation();
}
previewImage.src = image.currentSrc || image.src;
previewImage.alt = image.alt || '';
previewCaption.textContent = captionFor(image);
overlay.hidden = false;
document.body.classList.add('wiki-image-lightbox-open');
closeButton.focus();
}
Array.prototype.forEach.call(article.querySelectorAll('img[data-wiki-asset]'), function (image) {
if (image.dataset.lightboxBound === '1') {
return;
}
image.dataset.lightboxBound = '1';
image.addEventListener('click', function (event) {
openPreview(image, event);
}, true);
});
article.addEventListener('click', function (event) {
var image = event.target.closest && event.target.closest('img[data-wiki-asset]');
if (!image || !article.contains(image) || image.closest('.wiki-image-lightbox')) {
return;
}
openPreview(image, event);
});
closeButton.addEventListener('click', closePreview);
overlay.addEventListener('click', function (event) {
if (event.target === overlay) {
closePreview();
}
});
document.addEventListener('keydown', function (event) {
if (event.key === 'Escape' && !overlay.hidden) {
closePreview();
}
});
}
function installAll() {
Array.prototype.forEach.call(document.querySelectorAll('.wiki-article, .vulture-article'), install);
}
ready(function () {
installAll();
if (window.MutationObserver) {
var observer = new MutationObserver(installAll);
observer.observe(document.body, { childList: true, subtree: true });
}
window.setTimeout(installAll, 500);
window.setTimeout(installAll, 1500);
window.setTimeout(installAll, 3000);
});
}());
</script>