Add descriptions to AI <entry> nodes
Specifically for use by the launcher in describing Carrier locations.
This commit is contained in:
parent
80417b7edd
commit
98f2669160
7 changed files with 11 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
|||
<name>Clemenceau</name>
|
||||
<pennant-number>R98</pennant-number>
|
||||
<TACAN-channel-ID>026Y</TACAN-channel-ID>
|
||||
<description>French aircraft carrier Clemenceau (R98) in the Mediterranean off Marseille (43.2N, 5.1E).</description>
|
||||
<model>Models/Geometry/Clemenceau/Clemenceau.xml</model>
|
||||
<latitude>43.2</latitude>
|
||||
<longitude>5.11</longitude>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<type>carrier</type>
|
||||
<name>Eisenhower</name>
|
||||
<pennant-number>CVN-69</pennant-number>
|
||||
<description>Eisenhower (CVN-69) off Norfolk, VA (37N, 74.4W).</description>
|
||||
<TACAN-channel-ID>030Y</TACAN-channel-ID>
|
||||
<model>Models/Geometry/Nimitz/eisenhower.xml</model>
|
||||
<latitude>37.0</latitude>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<type>carrier</type>
|
||||
<name>Foch</name>
|
||||
<pennant-number>R99</pennant-number>
|
||||
<description>Aircraft carrier Foch (R99) in the Mediterranean off Toulon (42.8N, 6.3E).</description>
|
||||
<TACAN-channel-ID>026X</TACAN-channel-ID>
|
||||
<model>Models/Geometry/Clemenceau/Clemenceau.xml</model>
|
||||
<latitude>42.830</latitude>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
<entry>
|
||||
<type>carrier</type>
|
||||
<description>USS Nimitz CVN-68. Pacific ocean off San Francisco (37.8N, 122.6W)</description>
|
||||
<name>Nimitz</name>
|
||||
<pennant-number>CVN-68</pennant-number>
|
||||
<TACAN-channel-ID>029Y</TACAN-channel-ID>
|
||||
|
@ -87,6 +88,7 @@
|
|||
<entry>
|
||||
<type>carrier</type>
|
||||
<name>Eisenhower</name>
|
||||
<description>USS Eisenhower CVN-69. Mediterranean off Toulon, France (42.9N, 5.96W).</description>
|
||||
<pennant-number>CVN-69</pennant-number>
|
||||
<TACAN-channel-ID>030Y</TACAN-channel-ID>
|
||||
<model>Models/Geometry/Nimitz/eisenhower.xml</model>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<name>San Antonio</name>
|
||||
<pennant-number>LPD-17</pennant-number>
|
||||
<TACAN-channel-ID>028X</TACAN-channel-ID>
|
||||
<description>Landing Platform Dock USS San Antonio (LPD-17) off San Diego (32.8N, 117W). Helicopters only.</description>
|
||||
<model>Models/Geometry/SanAntonio/sanantonio.xml</model>
|
||||
<latitude>32.75</latitude>
|
||||
<longitude>-117.34</longitude>
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
<name>Truman</name>
|
||||
<callsign>Truman</callsign>
|
||||
<pennant-number>CVN-75</pennant-number>
|
||||
<description>USS Harry S. Truman (CVN-75), 35nm off Honolulu (21.3N, 157.3W).</description>
|
||||
<TACAN-channel-ID>031X</TACAN-channel-ID>
|
||||
<model>Models/Geometry/Nimitz/truman.xml</model>
|
||||
<latitude>21.3</latitude>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<name>Vinson</name>
|
||||
<callsign>Vinson</callsign>
|
||||
<pennant-number>CVN-70</pennant-number>
|
||||
<description>USS Vinson (CVN-70), 60nm west of San Francisco (37.8N, 123.6W).</description>
|
||||
<TACAN-channel-ID>029X</TACAN-channel-ID>
|
||||
<model>Models/Geometry/Nimitz/vinson.xml</model>
|
||||
<latitude>37.8</latitude>
|
||||
|
|
Loading…
Reference in a new issue