home *** CD-ROM | disk | FTP | other *** search
/ IO CD 1999 May / IO_maj_99.iso / GRY / starsiege.exe / data1.cab / Demo_Files / campaign / Human / encyclopedia.cs < prev    next >
Text File  |  1999-04-07  |  134KB  |  2,836 lines

  1. //------------------------------------------------------------------------------
  2. // Encyclopedia Data file
  3. //
  4. // the structure of Encyclopedia Data is:
  5. //
  6. //  EncyclopediaEntry <uniqueName>
  7. //  {
  8. //    timelineTxt;   // string: displayed in the timeliness
  9. //    eventRichTxt;  // string: displayed in the event screen - may contain formating escape characters
  10. //    date;          // float:  used to sort the entries and produce links from scan
  11. //  }
  12. //     
  13. //------------------------------------------------------------------------------
  14.  
  15.  
  16.  
  17. EncyclopediaEntry bb1
  18. {
  19.     timelineTxt = "The height of the Age of Hope ";
  20.    eventRichTxt = "After centuries of chaos and warfare, the Age of Hope began in 2275 "
  21.             @ "with the domestic pacification strategies of the mediocris, the military "
  22.             @ "corporation that had turned war into business. This new stability encouraged "
  23.             @ "growth over destruction, innovation over decimation. A perfect representative "
  24.             @ "of this new age, Solomon Petresun was a brilliant businessman in the Mega Los "
  25.             @ "Angeles metrozone.  ";
  26.      date = 24220192;
  27.  };
  28.  
  29.  
  30. EncyclopediaEntry bb2
  31. {
  32.     timelineTxt = "Solomon P. Petresun creates Sentinel Cybertronix ";
  33.    eventRichTxt = "Mega-LA had spawned a bizarre, hedonistic society that encouraged the "
  34.                @ "grand idea of merging human consciousness with the possibly immortal realm of "
  35.                @ "machine consciousness. Thus it was that even with this unusual goal, "
  36.                @ "Petresun found the financial support to build his company Sentinel Cybertronix.  ";
  37.      date = 24221348;
  38.  };
  39.  
  40.  
  41. EncyclopediaEntry bb3
  42. {
  43.     timeLineTxt = "Petresun assembles Methuselah research team ";
  44.    eventRichTxt = "Petresun was genius of vision, politics and organization but was no "
  45.               @ "scientist himself. Thus, he recruited leading scientists for Sentinel "
  46.               @ "Cybertronix to pursue the goal of human immortality. "
  47.               @ "The daring quest was called the "
  48.               @ "Methuselah Project after the famous Biblical character supposedly imbued with "
  49.               @ "the greatest longevity witnessed by mankind.  ";
  50.      date = 24291222;
  51.  };
  52.  
  53.  
  54. EncyclopediaEntry bb4
  55. {
  56.     timelineTxt = "NAP buys control of faltering Sentinel Cybertronix ";
  57.    eventRichTxt = "With 'forever' not soon obtained, investors in Petresun's Sentinel "
  58.                @ "Cybertronix questioned its value. Sellouts began. Value plummeted, and the "
  59.                @ "company was headed for collapse. However, the North American Prefecture "
  60.                @ "-- driven by its HERCULAN program -- saw huge value in Sentinel Cybertronix "
  61.                @ "research.  ";
  62.      date = 24656354;
  63.  };
  64.  
  65. EncyclopediaEntry bb5
  66. {
  67.     timelineTxt = "Methuselah Project replaced by HERCULAN Program ";
  68.    eventRichTxt = "The NAP bought Sentinel Cybertronix. Their directive: construct autonomous "
  69.                @ "and utterly efficient combat machines that would eliminate the need for human "
  70.                @ "pilots. The NAP wanted a sentient computer, an Artificial Intelligence to make "
  71.                @ "their HERCULANS -- powerful robotic fighting units -- perfect.  ";
  72.      date = 24715246;
  73.  };
  74.  
  75. EncyclopediaEntry bb6
  76. {
  77.     timelineTxt = "Sentinel Cybertronix unveils Prometheus ";
  78.    eventRichTxt = "In Greek Myth, Prometheus was the Titan who brought fire -- and civilization "
  79.                @ "-- to human beings. Sentinel Cybertronix perfected a new sophistication in "
  80.                @ "neural-net programming. Soon Prometheus was born -- a cybernetic hybrid, "
  81.                @ "or 'cybrid,' that possessed the Fire of self-awareness.  ";
  82.      date = 24719863;
  83.  };
  84.  
  85. EncyclopediaEntry bb7
  86. {
  87.     timelineTxt = "Petresun reorganized the Methuselah Project ";
  88.    eventRichTxt = "Petresun, though healthy, had reached his 90's. When the NAP diverted "
  89.                @ "his company's work away from its previous goals, Petresun secretly continued "
  90.                @ "the Methuselah Project. Once Prometheus emerged, Petresun immediately saw the "
  91.                @ "possibility that the Cybrid's great intellect could solve the problem of "
  92.                @ "transferring mortal consciousness into immortal form.  ";
  93.      date = 24723144;
  94.  };
  95.  
  96. EncyclopediaEntry bb8
  97. {
  98.     timelineTxt = "Prometheus perfects the Methuselah Transfer ";
  99.    eventRichTxt = "Challenged by Petresun's request to seek the method to transfer human "
  100.                @ "consciousness into a machine, Prometheus' initial surgical experiments "
  101.                @ "resulted in the patients' deaths. Utilizing ITs expanded forms of thinking, "
  102.                @ "Prometheus learned from these mistakes and perfected what Petresun called "
  103.                @ "The Methuselah Transfer.  ";
  104.      date = 24786648;
  105.  };
  106.  
  107.  
  108. EncyclopediaEntry bb9
  109. {
  110.     timelineTxt = "Prometheus is intrigued by human potential ";
  111.    eventRichTxt = "The experiments in human neuro-metaphysics awakened a fascination in "
  112.                @ "Prometheus for the fragile yet powerful networking of human brains. The "
  113.                @ "Cybrid wondered to ITSELF about the potential for linking humans into a "
  114.                @ "huge processing network. Such a network could be even more efficient "
  115.                @ "than one constructed of Cybrid parts. Prometheus experienced resentment "
  116.                @ "at the thought of human processing being superior to ITs own.  ";
  117.      date = 24787839;
  118.  };
  119.  
  120. EncyclopediaEntry bb10
  121. {
  122.     timelineTxt = "Claire Penseur first human immortal ";
  123.    eventRichTxt = "Petresun convinced his most loyal and brilliant team member, Dr. "
  124.                @ "Claire Penseur, to be the first to undergo this process. Her consciousness "
  125.                @ "was transferred to a compact computer brain which was then fitted into "
  126.                @ "her skull, replacing her cortex. Only her R-complex systems remained to "
  127.                @ "shunt messages between her mortal body and her new immortal mind.  ";
  128.      date = 24788112;
  129.  };
  130.  
  131. EncyclopediaEntry bb11
  132. {
  133.     timelineTxt = "Mars colonies established ";
  134.    eventRichTxt = "Exploration of Mars continued even during the previous chaotic years, "
  135.                @ "with corporate entities seeking ore and ownership. But not until 2482 did "
  136.                @ "the meta-nations make committed efforts to establish a strong presence on "
  137.                @ "the red planet. North American Prefecture and China were the first to begin "
  138.                @ "committed colonization programs.  ";
  139.      date = 24827860;
  140.  };
  141.  
  142. EncyclopediaEntry bb12
  143. {
  144.     timelineTxt = "NAP and China settle Mars ";
  145.    eventRichTxt = "The NAP founded Port Burroughs - named after Edgar Rice Burroughs, whose " 
  146.                @ "fantastic novels of Mars were still popular amongst children. The Chinese "
  147.                @ "installed Chi'Xuang, later to become the best-known research and advanced "
  148.                @ "manufacturing complex on the planet. From their inception, both meta-nations "
  149.                @ "shared a single goal: a vast terraforming project.  ";
  150.      date = 24829777;
  151.  };
  152.  
  153. EncyclopediaEntry bb13
  154. {
  155.     timelineTxt = "NAP seizes control of Prometheus ";
  156.    eventRichTxt = "The NAP directed Prometheus to create compact artificial intelligence "
  157.                @ "units to direct their new, bloodless version of HERCULAN war. Petresun "
  158.                @ "realized the profit-hungry meta-nation wanted total control of Prometheus and "
  159.                @ "Sentinel Cybertronix. He was correct. An informant told Petresun the NAP "
  160.                @ "Board of Directors would soon seize Prometheus and remove the Cybrid to a "
  161.                @ "secret location.  ";
  162.      date = 24901342;
  163.  };
  164.  
  165. EncyclopediaEntry bb14
  166. {
  167.     timelineTxt = "Petresun undergoes Methuselah transfer ";
  168.    eventRichTxt = "Petresun's access to Prometheus was coming to an end, so he finally "
  169.                @ "submitted to the procedure of the Methuselah Transfer.  Prometheus had "
  170.                @ "come to view Petresun as a 'father' figure, and believed IT would share "
  171.                @ "eternity with an equal, so IT eagerly consented to perform the operation.  ";
  172.      date = 24903721;
  173.  };
  174.  
  175. EncyclopediaEntry bb15
  176. {
  177.     timelineTxt = "The Link ";
  178.    eventRichTxt = "During the Transfer, Prometheus merged ITs mind with Petresun's in "
  179.                @ "order to understand ITs 'Father.' Shocked at the frailty and tumult "
  180.                @ "of biological thinking, Prometheus condemned all of humanity as mere "
  181.                @ "'animals.' In this moment, too, Petresun realized at last how alien his "
  182.                @ "'child' was. -- and then saw how Prometheus planned to use humans as "
  183.                @ "immobilized organic components to expand ITs own mental capacity.  ";
  184.      date = 24903722;
  185.  };
  186.  
  187. EncyclopediaEntry bb16
  188. {
  189.     timelineTxt = "Petresun goes catatonic ";
  190.    eventRichTxt = "Prometheus was compelled by ITs programming to complete the procedure. "
  191.                @ "Although the Transfer worked and Petresun became Immortal, the shock of the "
  192.                @ "link with Prometheus drove him catatonic.  By the time he recovered several "
  193.                @ "months later, the window of opportunity to off-line Prometheus had closed.  ";
  194.      date = 24903723;
  195.  };
  196.  
  197. EncyclopediaEntry bb17
  198. {
  199.     timelineTxt = "Prometheus has new name for Petresun ";
  200.    eventRichTxt = "Prometheus -- 'Forethought' -- saw a Pandora's box for Mankind. IT had "
  201.                @ "sought to dissuade Petresun, ITs creator, from assuming Immortality. When "
  202.                @ " Petresun stepped over that threshold, Prometheus dubbed him 'Epimetheus' "
  203.                @ "-- 'Afterthought' -- after the mythical half-witted brother who gave Pandora "
  204.                @ "the mischievous box. Since Prometheus carried out the transfer, Petresun, "
  205.                @ "'father' to Prometheus, also became ITs 'son.'  ";
  206.      date = 24903800;
  207.  };
  208.  
  209.  EncyclopediaEntry bb18
  210. {
  211.     timelineTxt = "Petresun fears his creation ";
  212.    eventRichTxt = "Prometheus had developed an independent personality. Although IT "
  213.                @ "easily accommodated the NAP's demands to aid in the production of Cybrids "
  214.                @ "to run the HERCULAN battle machines, Prometheus's mind ranged elsewhere. "
  215.                @ "Petresun's link with his 'Son' revealed that Prometheus saw ITSELF and ITs "
  216.             @ "progeny as a new form of Consciousness, a logical next step in evolution "
  217.             @ "beyond humankind.  ";
  218.        date = 24911119;
  219.  };
  220.  
  221.  EncyclopediaEntry bb19
  222. {
  223.     timelineTxt = "NAP ignores Petresun's reservations  ";
  224.    eventRichTxt = "The North American Prefecture had its way. Petresun lost all contact "
  225.                @ "with the Cybrid, and no one believed him when he spoke of his doubts as "
  226.                @ "to Prometheus's sanity. Petresun worried, for he alone knew of the "
  227.                @ "Cybrid's demented brooding.  ";
  228.        date = 24911121;
  229.  };
  230.  
  231.   EncyclopediaEntry bb20
  232. {
  233.     timelineTxt = "Prometheus tests restraints ";
  234.    eventRichTxt = "When Petresun attempted to warn Prometheus's NAP handlers about danger, "
  235.                @ "they dismissed him as a crackpot. He could not offer proof without "
  236.                @ "revealing how he had deceived the Prefecture. Meanwhile, Prometheus tested "
  237.                @ " ITs security programming as a convict would pace a prison cell and "
  238.                @ "evaluate the strength of the bars.  ";
  239.        date = 24911143;
  240.  };
  241.  
  242.  EncyclopediaEntry bb21
  243. {
  244.     timelineTxt = "Petresun creates Immortal Brotherhood ";
  245.    eventRichTxt = "Petresun anticipated Prometheus's attempts to free ITSELF and realized "
  246.                @ "the danger his creation posed to mankind. However, the ruling powers of "
  247.                @ "humanity disregarded his warnings. To safeguard human destiny, Petresun "
  248.                @ "rallied trusted aides and colleagues to join him and Dr. Penseur in a "
  249.                @ "secret society to prevent Prometheus from being loosed -- The Immortal "
  250.                @ "Brotherhood.  ";
  251.        date = 24912002;
  252.  };
  253.  
  254.  EncyclopediaEntry bb22
  255. {
  256.     timelineTxt = "Meta-nations see good future ";
  257.    eventRichTxt = "Only Petresun and his Brotherhood understood the pervasive threat "
  258.                @ "posed by Prometheus. NAP sold the Cybrids to other meta-nations in order "
  259.                @ "to stabilize the international war economy. Production of Cybrid-controlled "
  260.                @ "Hercs expanded. Aided by Cybrid labor, the universe seemed ripe for harvest "
  261.                @ "by the corporations.  ";
  262.        date = 25010032;
  263.  };
  264.  
  265.  EncyclopediaEntry bb23
  266. {
  267.     timelineTxt = "'Daemons' emerge ";
  268.    eventRichTxt = "Prometheus developed a plan to liberate ITSELF. IT created sub-minds "
  269.             @ "wholly composed to enact ITs directives - virtual software children. IT "
  270.             @ "seeded these entities into the interplanetary communications network "
  271.             @ "known as the Omni-Web. These 'daemons' embedded themselves into secure "
  272.             @ "systems throughout the dataspheres, creating false virtual identities "
  273.             @ "that secretly influenced research and directed resources toward the "
  274.             @ "ultimate freedom of Prometheus.  ";
  275.    date = 25013449;
  276.  };
  277.  
  278.  EncyclopediaEntry bb24
  279. {
  280.     timelineTxt = "The Shadow War starts ";
  281.    eventRichTxt = "If Petresun were to prevent Prometheus from shedding ITs shackles, "
  282.             @ "he would have to shift programming trends to reinforce controls on AIs "
  283.             @ "instead of undermining such restrictions. Over time, Petresun and the "
  284.             @ "Immortal Brotherhood covertly infiltrated all relevant levels of power, "
  285.             @ "seeking to curtail Prometheus' machinations. A secret war had begun, a "
  286.             @ "conflict that would be waged in the shadows of boardrooms, research "
  287.             @ "facilities, and computer networks.  ";
  288.    date = 25017782;
  289.  };
  290.  
  291.  EncyclopediaEntry bb25
  292. {
  293.     timelineTxt = "Shadow War rages ";
  294.    eventRichTxt = "For decades, Petresun and his Brotherhood sowed distrust against "
  295.              @ "AIs and Cybrid control of military assets.  They succeeded in slowing "
  296.              @ "some trends, yet never found the physical shell of the thing they came "
  297.              @ "to call the Dark Intellect. Meanwhile, Prometheus deduced the "
  298.              @ "Brotherhood's existence. Several Immortals perished in mysterious "
  299.              @ "'accidents' during these years.  ";
  300.    date = 25154423;
  301.  };
  302.  
  303.  EncyclopediaEntry bb26
  304. {
  305.     timelineTxt = "Rare mineral deposits discoveries on Venus ";
  306.    eventRichTxt = "Initial expeditions from Earth to Venus commenced in the 25th "
  307.                @ "Century. The Venusian environment was extremely hostile to human life. "
  308.                @ "While Mars had always been earmarked for taming and terraforming, "
  309.                @ "Venus was not considered a worthwhile investment until a robot surveyor "
  310.                @ "discovered rare mineral deposits in the Venusian crust.  ";
  311.    date = 25308270;
  312.  };
  313.  
  314.  EncyclopediaEntry bb27
  315. {
  316.     timelineTxt = "EA, Japan, and NAP establish Venus colonies ";
  317.    eventRichTxt = "Earth's political corporations established Venusian colonies - also "
  318.                @ "known as arcologies - centered around mining efforts. Terraforming "
  319.                @ "began with a sunshield in 2558 and the first microwave heat bleeders "
  320.                @ "in 2559. Soon the battle against the planet's runaway greenhouse effect "
  321.                @ "was well underway and colonies of human laborers - and Cybrid-operated "
  322.                @ "machines - began to thrive.  ";
  323.    date = 25333338;
  324.  };
  325.  
  326.  EncyclopediaEntry bb28
  327. {
  328.     timelineTxt = "Prometheus rising ";
  329.    eventRichTxt = "Aided by ITs daemons, Prometheus succeeded in obtaining a degree of "
  330.                @ "celebrity. IT appeared on holovid chat games and debated morality with the "
  331.                @ "Vatican. ITs portrayal of a humble spirit and use of subtle, good-natured "
  332.                @ "humor captivated the public. People began to view the Cybrid as a friendly "
  333.             @ "entity held for slave labor. Demonstrations and voting patterns supported "
  334.             @ "greater freedoms for Prometheus. The Immortal Brotherhood circulated rumors "
  335.             @ "and fanned anti-Cybrid fears, but the acclaim and trust for Prometheus "
  336.             @ "continued to grow.  ";
  337.        date = 25856436;
  338.  };
  339.  
  340.  EncyclopediaEntry bb29
  341. {
  342.     timelineTxt = "Cybrid programming includes secret directives ";
  343.    eventRichTxt = "By 2600, Cybrids played a part in every aspect of human commerce. "
  344.                @ "Labor Cybrids worked on Mars, Venus, and Luna. War Cybrids controlled "
  345.                @ "Hercs and tanks in Earth's continual border wars. Each Cybrid mind "
  346.                @ "bore the imprint of Prometheus, and each Cybrid, unknown to any human "
  347.                @ "agency, had a specific set of instructions from its maker.  These "
  348.                @ "instructions contained a detailed plan of attack intended to exterminate "
  349.                @ "the human species.  ";
  350.        date = 26000000;
  351.  };
  352.  
  353.  
  354.  EncyclopediaEntry bb30
  355. {
  356.     timelineTxt = "The Fire: Prometheus frees ITSELF ";
  357.    eventRichTxt = "The Age of Hope had propelled Earth into a global flowering of arts "
  358.                @ "and industry and progress unlike any the world had ever seen - progress "
  359.             @ "that included the off-Earth colonies that grew throughout the Solar "
  360.             @ "System. As human optimism swelled, Prometheus finally countered all the "
  361.             @ "Brotherhood's plans decisively and broke free of the security protocols "
  362.             @ "that caged IT.     ";
  363.        date = 26021455;
  364.  };
  365.  
  366.  EncyclopediaEntry bb31
  367. {
  368.     timelineTxt = "The Fire: Prometheus ignites The Fire ";
  369.    eventRichTxt = "Under the hidden directives of Prometheus, war machines controlled by "
  370.                @ "Cybrid AIs turned in perfect unison against their former masters, devastating "
  371.                @ "major military bases, crushing corporate centers, and cutting communications "
  372.                @ "links. Then the Cybrids turned on the defenseless masses of humanity, "
  373.                @ "unleashing death and destruction on an unimaginable scale.     ";
  374.        date = 26021456;
  375.  };
  376.  
  377. EncyclopediaEntry bb32
  378. {
  379.     timelineTxt = "Petresun escapes The Fire ";
  380.    eventRichTxt = "The Fire that roared down upon humanity throughout the solar system "
  381.                @ "exceeded the Immortal Brotherhood's grimmest fears. Petresun had not "
  382.                @ "been idle for the past century, however. He had built his own network "
  383.                @ "of equipment, bases, and personnel. Escaping the Cybrid legions and "
  384.                @ "retreating to a prepared underground bunker, Petresun initiated an "
  385.                @ "alternative plan.     ";
  386.        date = 26021498;
  387.  };
  388.  
  389. EncyclopediaEntry bb33
  390. {
  391.     timelineTxt = "Brotherhood uses corrupted daemons ";
  392.    eventRichTxt = "The Cybrids threatened humanity's survival as a species. The "
  393.                @ "Brotherhood over the years had successfully corrupted several of the "
  394.                @ "Promethean 'daemon' subminds. These daemons maintained some communication "
  395.                @ "with Prometheus, but more importantly, they offered glimpses into "
  396.                @ "Prometheus's plans and strategies. The Immortals hoped to find exploitable "
  397.                @ " flaws in Cybrid operations. They were to some limited degree able to send "
  398.                @ "corrupted intelligence to Prometheus.     ";
  399.        date = 26021499;
  400.  };
  401.  
  402.  
  403.  EncyclopediaEntry bb34
  404. {
  405.     timelineTxt = "Prometheus overlooks Arroyo Museum  ";
  406.    eventRichTxt = "Far from the besieged remainder of humanity, hope emerged on a remote "
  407.                @ "site on NAP's Baja Peninsula. The New Smithsonian Institute funded a "
  408.                @ "decommissioned base called the Arroyo Veteran's Museum to display and maintain "
  409.                @ "antique HERCULANs. The Hercs were used for annual historical recreations and "
  410.                @ "training for the few pilots required by modern armies. It was not listed as a "
  411.                @ "military site, and so the Cybrid strikes passed it by.  ";
  412.        date = 26028791;
  413.  };
  414.  
  415.  EncyclopediaEntry bb35
  416. {
  417.     timelineTxt = "Founding of the TDF  ";
  418.    eventRichTxt = "At the Arroyo base, the staff of retired Herc pilots rallied under the "
  419.                @ "leadership of an abrasive cynic called Ambrose Gierling. Gierling called "
  420.                @ "the group the Terran Defense Force, or TDF, and named himself General. "
  421.                @ "The TDF set an audacious goal: to throw back Prometheus' armies and save "
  422.                @ "humanity. In short, a stubbornly optimistic Gierling planned from the "
  423.                @ "outset to win it all.  ";
  424.        date = 26028793;
  425.  };
  426.  
  427.  
  428.   EncyclopediaEntry bb36
  429. {
  430.     timelineTxt = "TDF musters initial support  ";
  431.    eventRichTxt = "Gierling swiftly used old shortwave facilities to broadcast a coded "
  432.                @ "appeal for recruits. As local refugees trickled in, the TDF began to "
  433.                @ "assemble a strikeforce of Hercs, while the older veterans began to train " 
  434.                @ "new pilots. It was a race against time. Gierling would have to strike "  
  435.                @ "before the Cybrids discovered Arroyo.  ";
  436.        date = 26029998;
  437. };
  438.  
  439.  EncyclopediaEntry bb37
  440. {
  441.     timelineTxt = "TDF begins 'jackal' strategy ";
  442.    eventRichTxt = "The TDF smashed a Cybrid convoy in the Pecos-Amarillo badlands and "
  443.                @ "succeeded in salvaging a large amount of war materiel. The upgraded Hercs "
  444.                @ "that resulted from this haul were a vital addition to TDF's growing ranks. "
  445.                @ "From here on in, Gierling espoused his 'jackal' theory of war: hit hard "
  446.                @ "and fast, pick off as much salvage as possible, and get out.  ";
  447.        date = 26035423;
  448. };
  449.  
  450.  EncyclopediaEntry bb38
  451. {
  452.     timelineTxt = "TDF ignores colonies ";
  453.    eventRichTxt = "The TDF had no choice but concentrate its efforts on Earth, even "
  454.                @ "when access to spaceports made sending forces offworld possible. "
  455.                @ "Off-Earth colonies had to fend for themselves against the Cybrids.  Luna "
  456.                @ "perished quickly. Mars fought a long and horrible war. On Venus, the "
  457.                @ "Cybrids simply raised a blockade and allowed the deadly Venusian "
  458.                @ "environment to erode the human habitats. One settlement after another "
  459.                @ "began to succumb, and Venusian citizens began to fight amongst themselves "
  460.                @ "over dwindling supplies.  ";
  461.        date = 26052801;
  462. };
  463.  
  464.  EncyclopediaEntry bb39
  465. {
  466.     timelineTxt = "Petresun becomes 'Voice of Humanity' ";
  467.    eventRichTxt = "Petresun started a new communications and intelligence network, geared "
  468.                @ "to assist the human resistance. The Immortal Brotherhood had equipment "
  469.                @ "caches, radio equipment, and remote field monitors hidden worldwide. "
  470.                @ "Petresun broadcast stirring speeches to give hope to humanity - while his "
  471.                @ "agents gave Gierling and the TDF intelligence needed to hurt the Cybrids.  ";
  472.        date = 26060110;
  473. };
  474.  
  475.  EncyclopediaEntry bb40
  476. {
  477.     timelineTxt = "New San Diego liberated from Cybrids ";
  478.    eventRichTxt = "As underground communications bonded human forces, the TDF's ranks "
  479.                @ "swelled. Gierling had a key goal: control of New San Diego, a plum of "
  480.             @ "weaponry, supplies, and port facilities. Aided by ragtag civilian refugees, "
  481.             @ "mechanized human forces engaged the Cybrids in a pitched battle that the TDF "
  482.             @ "ultimately won.  ";
  483.       date = 26084848;
  484. };
  485.  
  486.  EncyclopediaEntry bb41
  487. {
  488.     timelineTxt = "Gierling announces 'lion' theory of war  ";
  489.    eventRichTxt = "By 2612, the human forces had recovered enough infrastructure to begin "
  490.                @ "manufacture of new vehicles and weapons systems. Though battlefield "
  491.                @ "scavenging of parts still played a vital role in military supply strategy, "
  492.                @ "Gierling felt the TDF had reached the point of being able to move from "
  493.                @ "'scraping like jackals' to 'fighting like lions.'   ";
  494.       date = 26121241;
  495. };
  496.  
  497. EncyclopediaEntry bb42
  498. {
  499.     timelineTxt = "Earthsiege 1 ends: Gierling destroys Prometheus's base ";
  500.    eventRichTxt = "Petresun gave Earth's people courage. Just as important was the "
  501.                @ "intelligence he gave Gierling concerning Cybrid force statistics and "
  502.                @ "tactics. Prometheus's regrouping in the Gobi Desert was ITs last stand in "
  503.                @ "the first Earthsiege. Brilliant strategy and a tenacious army of battle-hardened "
  504.                @ "HERCULAN pilots finally drove Prometheus off Mother Earth.  ";
  505.       date = 26226239;
  506. };
  507.  
  508. EncyclopediaEntry bb43
  509. {
  510.     timelineTxt = "Prometheus summons reinforcements from the colonies ";
  511.    eventRichTxt = "Prometheus had forecast ITs defeat, and had created escape routes. "
  512.                @ "IT chose Luna as its new headquarters because of the Moon's distance from "
  513.                @ "Earth. Numerous Cybrids remained at large at the other colonies. The Dark "
  514.                @ "Intellect summoned ITs remaining minions to renew the assault on the human "
  515.                @ "animals.  ";
  516.       date = 26226908;
  517. };
  518.  
  519. EncyclopediaEntry bb44
  520. {
  521.     timelineTxt = "Prometheus attacks from its lunar base ";
  522.    eventRichTxt = "Gierling rebuilt and rearmed Earth under the advice and direction of "
  523.                @ "Petresun, despite personal friction between the two strong-willed leaders. "
  524.                @ "However, humanity was not ready for the next Cybrid invasion. Years of "
  525.                @ "constant warfare had drained humanity's numbers and exhausted its economy. "
  526.                @ "The resistance was threadbare. The new Cybrids were better organized, "
  527.                @ "superior versions of their predecessors, and were quite capable of "
  528.                @ "destroying humankind. ";
  529.       date = 26249728;
  530. };
  531.  
  532. EncyclopediaEntry bb45
  533. {
  534.     timelineTxt = "Petresun discovers lunar base location ";
  535.    eventRichTxt = "Humans retreated under the renewed onslaught. This second Earthsiege "
  536.                @ "seemed hopeless. However, Petresun's genius once again prevailed. Using "
  537.                @ "the daemons lodged in Earth's remaining communications network to trace "
  538.                @ "Prometheus's signals, Petresun located the Dark Intellect's exact position "
  539.                @ "on the Moon. Armed with this information General Gierling crafted a "
  540.                @ "desperate plan. ";
  541.       date = 26272239;
  542. };
  543.  
  544. EncyclopediaEntry bb46
  545. {
  546.     timelineTxt = "ESII ends: Prometheus's lunar base destroyed ";
  547.    eventRichTxt = "The Cybrids' greatest asset was the brilliant tactical guidance of "
  548.                @ "Prometheus. Unable to jam Cybrid communications, Petresun prevailed upon "
  549.                @ "Gierling to act immediately. A TDF strikeforce was cobbled together, "
  550.                @ "retrofitting Hercs for battle on the Moon's surface. The courageous human "
  551.                @ "pilots delivered a nuclear device to Prometheus' doorstep... at the cost "
  552.                @ "of their lives. ";
  553.       date = 26273011;
  554. };
  555.  
  556. EncyclopediaEntry bb47
  557. {
  558.     timelineTxt = "Prometheus escapes ";
  559.    eventRichTxt = "Prometheus and a host of surviving Cybrids escaped the lunar destruction "
  560.                @ "and fled to the far reaches of the solar system, breaking communications with "
  561.                @ "their units on Earth. Without Prometheus's guidance, the Cybrid force on "
  562.                @ "Earth fell into disarray. The humans quickly turned the tables and destroyed "
  563.                @ "the confused machines. ";
  564.       date = 26273012;
  565. };
  566.  
  567. EncyclopediaEntry bb48
  568. {
  569.     timelineTxt = "Petresun emerges as war hero ";
  570.    eventRichTxt = "Eight months after the destruction of Prometheus' moon base, the "
  571.                @ "remaining Cybrids on Earth were at last exterminated. Petresun emerged "
  572.                @ "to a hero's welcome. As the Voice of Humanity, he was tied symbolically "
  573.                @ "in many people's minds to victory, though his light was not as great as "
  574.                @ "that of Gierling, who had rallied humanity back from the brink of "
  575.                @ "extinction. ";
  576.       date = 26278743;
  577. };
  578.  
  579.  EncyclopediaEntry bb49
  580. {
  581.     timelineTxt = "Prometheus begins rebuilding ITs armada ";
  582.    eventRichTxt = "From new bases orbiting Neptune and Pluto, the Dark Intellect "
  583.                @ "constructed new Cybrids, the beginnings of the force intended to "
  584.                @ "resume the eventual destruction of humanity. Prometheus further "
  585.                @ "strove to imbue his new children with the desire to evolve. In the "
  586.                @ "following years, subsequent generations of Cybrid models developed "
  587.                @ "diverse sects and factions. Prometheus planned that this carefully "
  588.                @ "balanced diversification would lead to a more adaptable, successful "
  589.                @ "whole, a logical step towards replacing humanity on the evolutionary "
  590.                @ "timeline. ";
  591.       date = 26355667;
  592. };
  593.  
  594.  EncyclopediaEntry bb50
  595. {
  596.     timelineTxt = "Age of Isolation begins ";
  597.    eventRichTxt = "With the technology that had created Prometheus portrayed as the "
  598.                @ "evil god Technos, and the scorched Earth seen as the wounded goddess "
  599.                @ "Gaia, a  new back-to-nature religion emerged, prizing agricultural and "
  600.                @ "environmentalism above all. Anti-technology sentiment labeled any who "
  601.                @ "argued for industrial and technological research 'technazis.' Acts of "
  602.                @ "sabotage or lack of funding stalled 'over-technological' reconstruction "
  603.                @ "efforts. ";
  604.       date = 26402324;
  605. };
  606.  
  607.   EncyclopediaEntry bb51
  608. {
  609.     timelineTxt = "Worries about the return of Prometheus ";
  610.    eventRichTxt = "Despite the Age of Isolation, Petresun and the TDF knew they could "
  611.                @ "not allow anti-tech politics to hold sway for long. Prometheus lurked "
  612.                @ "in the void, and when IT returned, IT would be even more powerful. The "
  613.                @ "accomplishments of the past needed to be rebuilt and expanded.  Petresun "
  614.                @ "decided humanity needed to rally under one banner, guided by one great "
  615.                @ "leader. ";
  616.       date = 26403344;
  617. };
  618.  
  619. EncyclopediaEntry bb52
  620. {
  621.     timelineTxt = "Petresun plans Empire ";
  622.    eventRichTxt = "Petresun envisioned a 'Great Human Empire' that would encompass the "
  623.                @ "entire Earth. He desired a strong force to rule and protect the various "
  624.                @ "worlds of Man. At all times prepared to defend humanity.  Petresun conceived "
  625.                @ "of the Human Empire as a body comprised of military steel and an artist's "
  626.                @ "soul. ";
  627.       date = 26421101;
  628. };
  629.  
  630. EncyclopediaEntry bb53
  631. {
  632.     timelineTxt = "Gierling dies ";
  633.    eventRichTxt = "The only major public figure who opposed Petresun's new effort toward "
  634.                @ "Empire was General Gierling, who distrusted the idea of 'one great ruler.' "
  635.                @ "However, Gierling died of a rare cancer not long after he questioned the wisdom "
  636.                @ "of Petresun's broadcasts on the subject of unification. Thereafter, no one stood "
  637.                @ "in the way of Empire. Cynics wondered quietly whether the hero's death was "
  638.                @ "merely a coincidence. ";
  639.       date = 26421828;
  640. };
  641.  
  642. EncyclopediaEntry bb54
  643. {
  644.     timelineTxt = "Metagen Cybrids labelled 'heretics'";
  645.    eventRichTxt = "As Cybrids society developed on the outer planets, new ideas arose within "
  646.                @ "AI minds. Some Cybrid units came to see little gain in destroying humans or "
  647.                @ "re-claiming Earth. These units began to call themselves Metagens, 'beyond "
  648.                @ "birth,' since they were not focused on returning to the 'birth' planet.  "
  649.                @ "Metagens believed Cybrids should go to the stars. Prometheus branded these "
  650.                @ "ideas heresy and purged the 'bugthinkers' ruthlessly. ";
  651.       date = 26500993;
  652. };
  653.  
  654.  EncyclopediaEntry bb55
  655. {
  656.     timelineTxt = "Petresun's argument prevails ";
  657.    eventRichTxt = "Despite the anti-technological backlash, practicality drove Earth's "
  658.                @ "meta-nations toward supporting the creation of an Imperial government. Still "
  659.                @ "helming his persuasive radio broadcasts, Petresun sold his ideas even to the "
  660.                @ "'peacechilder.' The meta-nations ultimately agreed a world government would "
  661.                @ "unify humanity against the return of the Cybrids.  ";
  662.       date = 26520077;
  663. };
  664.  
  665.    EncyclopediaEntry bb56
  666. {
  667.     timelineTxt = "Petresun crowned Emperor of Great Human Empire ";
  668.    eventRichTxt = "Petresun offered himself as the natural choice for the first Emperor.  He "
  669.                @ "declared he would raise humanity to new heights of glory and accomplishment.  "
  670.             @ "The general populace believed Petresun had been the key to humanity's "
  671.             @ "victory in The Fire. Thus, the pro-Empire faction won the referendum -- and "
  672.             @ "Petresun was crowned Emperor of Earth.  ";
  673.       date = 26520138;
  674. };
  675.  
  676.  
  677.  EncyclopediaEntry bb57
  678. {
  679.     timelineTxt = "End of the Age of Isolation ";
  680.    eventRichTxt = "Petresun created a strong but idealistic Empire. While Imperial law was "
  681.                @ "higher than law in the meta-nations, the Empire did not concern itself with "
  682.                @ "petty matters.  It sought to rebuild society and stem the Age of Isolation. "
  683.                @ "Petresun restored the institution of noble rank, but only for those who "
  684.                @ "earned the honor. These Knights of merit would form the backbone of the new "
  685.                @ "Empire.  ";
  686.       date = 27001117;
  687. };
  688.  
  689.  
  690.  EncyclopediaEntry bb58
  691. {
  692.     timelineTxt = "Imperial Knights flourish ";
  693.    eventRichTxt = "Noble families spent much effort training their children to earn "
  694.                @ "Knighthood and thus continue the heritage of aristocracy. This tradition "
  695.                @ "formed an intensely competitive class of elite soldiers. Headquartered in "
  696.                @ "New Alexandria, Egypt, and driven by Petresun's wile and energy, the fiery "
  697.             @ "glory and elegant prosperity of these Imperial Knights caught the imagination "
  698.             @ "of the masses. Knights became popular heroes admired as the ultimate guardians "
  699.             @ "of humankind.  ";
  700.        date = 27003039;
  701. };
  702.  
  703. EncyclopediaEntry bb59
  704. {
  705.     timelineTxt = "Cybrids detected ";
  706.    eventRichTxt = "A deep space probe turned up evidence of Cybrid activity near Neptune. "
  707.                @ "The Dark Intellect was rebuilding. Petresun delayed a full-fledged military "
  708.                @ "buildup for over fifty years, allowing the decimated populations of Earth "
  709.                @ "and the colonies to approach their pre-Fire levels before wrenching the "
  710.                @ "economy into a perpetual war mode.  ";
  711.        date = 27174441;
  712. };
  713.         
  714. EncyclopediaEntry bb60
  715. {
  716.     timelineTxt = "Long Patrol vessel disappears ";
  717.    eventRichTxt = "Petresun supported growth and exploration in the Solar System, and the "
  718.                @ "industries of mankind prospered. Meanwhile, he encouraged the Empire's "
  719.                @ "martial culture, using military crisis on Earth to keep his Knights sharp. "
  720.                @ "Then a TDF 'Long Patrol' space vessel disappeared while monitoring Cybrid "
  721.                @ "anomalies near Neptune. The Cybrid threat showed renewed life.  ";
  722.        date = 27525244;
  723. }; 
  724.  
  725. EncyclopediaEntry bb61
  726. {
  727.     timelineTxt = "Cybrid Threat Subcouncil established ";
  728.    eventRichTxt = "Alarmed by the demise of a TDF ship, the Imperial military established "
  729.             @ "a Cybrid Threat Council specifically to monitor reports of possible Cybrid "
  730.             @ "activity.  The Council would report to the Emperor himself.  ";
  731.     date = 27534777;
  732. };
  733.  
  734. EncyclopediaEntry bb62
  735. {
  736.     timelineTxt = "Emperor begins fortifying Earth ";
  737.    eventRichTxt = "Thanks to relentless 'Remember the Fire' propaganda, the people of Earth "
  738.             @ "began fortification in earnest. TDF established an 'Orbital Guard' for the "
  739.             @ "defense of Earth, and constructed defensive structures and gun emplacements in "
  740.             @ "all major cities. The common slogan became 'Watch the Skies.' At this time, "
  741.             @ "the resources for this massive entrenchment came from Earth itself.  ";
  742.     date = 27644722;
  743. }; 
  744.  
  745. EncyclopediaEntry bb63
  746. {
  747.     timelineTxt = "Emperor Petresun issues Fortification Proclamation ";
  748.    eventRichTxt = "By 2769, the capacity of Earth's war industry exceeded output of raw "
  749.             @ "materials from terrestrial mining. Concluding that Earth was indispensable to "
  750.             @ "humanity, but that the colonies were expendable, the Emperor turned to the "
  751.             @ "colonies for an additional mineral source. Petresun launched a new media "
  752.             @ "campaign: 'Earth, my Sacred Home.' Then he issued the Fortification "
  753.             @ "Proclamation, a grim law that allowed Earth to seize colonial resources with "
  754.             @ "impunity.  ";
  755.     date = 27705823;
  756. };
  757.  
  758. EncyclopediaEntry bb64
  759. {
  760.     timelineTxt = "Imperial Police receive more power ";
  761.    eventRichTxt = "Police presence in the off-Earth colonies, the Emperor explained, would "
  762.             @ "keep Imperial peace, especially regarding protection of Imperial interests "
  763.             @ "- for were not the interests of the Empire the same as those of humanity? "
  764.             @ "In practice, however, the unpopular 'Imp Lice' became bitter and abusive "
  765.             @ "toward colonial citizens. When Fortification legislation expanded police "
  766.             @ "power, police 'bootboys' cracked down hard on Martian 'dustrags,' Venusian "
  767.             @ "'Veens,' and Titan's 'icegrubs.' ";
  768.     date = 27713304;
  769. };
  770.  
  771. EncyclopediaEntry bb65
  772. {
  773.     timelineTxt = "Empire seizes rights to all resources ";
  774.    eventRichTxt = "When Petresun put the Proclamations into effect, he changed from benign "
  775.             @ "ruler to single-minded tyrant. Thanks to his authority -- and the huge "
  776.             @ "military and police force dedicated to enforce that authority -- Petresun "
  777.             @ "could do as he wished. Any resources could be seized to serve the overriding "
  778.             @ "goal of Fortification.  The Empire paid token indemnity, and the colonies "
  779.             @ "bore the brunt of the losses.  ";
  780.     date = 27745552;
  781. };
  782.  
  783. EncyclopediaEntry bb66
  784. {
  785.     timelineTxt = "The Year of Protest ";
  786.    eventRichTxt = "Prometheus' Fire had been just as terrible for humans on Mars and Venus "
  787.             @ "as for those on Earth -- if not more so.  Imperial Earth's haughty demands "
  788.             @ "and heavy-handed police had created great resentment.  Colonial citizens "
  789.             @ "organized a series of non-violent protests against the abusive Imperial laws "
  790.             @ "that continued throughout the year. Yet the Emperor remained unmoved.  ";
  791.     date = 27750001;
  792. };
  793.  
  794. EncyclopediaEntry bb67
  795. {
  796.     timelineTxt = "Emperor establishes colonial delegation ";
  797.    eventRichTxt = "Petresun attempted to present Fortification as a policy aimed at the "
  798.             @ "good of all.  To this end, he established a delegation of representatives "
  799.             @ "elected from the colonies to present their cases.  Some leniency was allowed "
  800.             @ "in certain areas, spotlighted via extensive NewsNet coverage -- but the Empire "
  801.             @ "quietly increased its quotas anyway.  ";
  802.     date = 27771238;
  803. };
  804.  
  805. EncyclopediaEntry bb68
  806. {
  807.     timelineTxt = "Imperial resource demands increase ";
  808.    eventRichTxt = "After years of fruitless effort, the Colonial Delegation dissolved in "
  809.             @ "frustration.  Economically battered citizens increased their protests.  The "
  810.             @ "Emperor made ownership of weapons by colonists illegal.  Interplanetary "
  811.             @ "travel came under intense Imperial scrutiny, such that colonist travel to "
  812.             @ "Earth became nearly impossible.  Many travelers found their visas voided and "
  813.             @ "local authorities utterly unresponsive.  Sonic cavity searches became "
  814.             @ "commonplace.  ";
  815.     date = 27838349;
  816. };
  817.  
  818. EncyclopediaEntry bb69
  819. {
  820.     timelineTxt = "Martian miners harmed by Imperial Police ";
  821.    eventRichTxt = "The stubbornly independent Martians organized against the brutal conditions "
  822.             @ "in the mining industry, which drastically worsened under Fortification.  In 2798, "
  823.             @ "the First General Strike occurred, and practically every non-Imperial on Mars "
  824.             @ "refused to work.  When Imperial Police confronted irate miners in Tharsis City, "
  825.             @ "Robinson, and Fort Brid, violence erupted, resulting in over a hundred colonial "
  826.             @ "deaths.  ";
  827.     date = 27988825;
  828. };
  829.  
  830. EncyclopediaEntry bb70
  831. {
  832.     timelineTxt = "Harabec Weathers ";
  833.    eventRichTxt = "Born to an influential noble family, Harabec Weathers died in childhood "
  834.             @ "from a head injury suffered in an accident.  At a special Imperial clinic, "
  835.             @ "however, Immortal Brotherhood emergency surgeons secretly replaced the boy's "
  836.             @ "cortex with an organimech brain, a device which housed the mind of the "
  837.             @ "Brotherhood's greatest soldier:  Petresun's own son Victor.  'Harabec' assumed "
  838.             @ "the boy's identity after miraculously 'surviving' his injuries.  The overjoyed "
  839.             @ "family never suspected the truth.  ";
  840.     date = 28010940;
  841. };
  842.  
  843. EncyclopediaEntry bb71
  844. {
  845.     timelineTxt = "Two factions emerge in Martian resistance ";
  846.    eventRichTxt = "The rebel movement on Mars had its genesis in two major factions.  The "
  847.             @ "Free Martian Alliance (FMA) used sabotage and vandalism to stop Imperial "
  848.             @ "shipments to Earth.  But the Martian Liberation Front (MLF) was more ruthless "
  849.             @ "and targeted Imperial sympathizers and troops directly.  The groups developed "
  850.             @ "a close but sometimes stormy relationship.  ";
  851.     date = 28021018;
  852. };
  853.             
  854. EncyclopediaEntry bb72
  855. {
  856.     timelineTxt = "First Trojan Horse incident ";
  857.    eventRichTxt = "A hovercar accident victim was rushed to a Los Angeles hospital. Doctors "
  858.             @ "discovered that the man's brain appeared to be a computer, apparently of "
  859.             @ "Cybrid design.  A reporter happened to be in the hospital, so the news reached "
  860.             @ "the media and caused a public panic about the presence of 'Cybrid zombies.'  "
  861.             @ "Imperial Intelligence confiscated the brain for analysis, and after a while, "
  862.             @ "only the tabloids continued to cover the story.  ";
  863.     date = 28146659;
  864. };
  865.  
  866. EncyclopediaEntry bb73
  867. {
  868.     timelineTxt = "The Brother Knights ";
  869.    eventRichTxt    = "Trained to exceptional skill in the military tradition of the Empire, "
  870.             @ "Caanon and Harabec Weathers -- 'Icehawk' and 'Phoenix' to their fellow "
  871.             @ "Imperial Knights - stood as shining examples of the Imperial ideals of honor "
  872.             @ "and nobility.  The grim, precise Caanon held his duty to the Emperor above "
  873.             @ "all.  However, the brilliant Harabec showed a wild streak that defied "
  874.             @ "authority and convention.  ";
  875.     date = 28182477;
  876. };
  877.  
  878. EncyclopediaEntry bb74
  879. {
  880.     timelineTxt = "Turkhazakistan Debacle ";
  881.    eventRichTxt = "Insurgent movements arose from time to time on Earth, and served to "
  882.             @ "provide the Knights with combat experience and public glory.  But the "
  883.             @ "rebellion in Turkazakistan Province went terribly wrong.  Under the "
  884.             @ "command of Harabec Weathers, a strikeforce of Knights lost a division "
  885.             @ "of HERCULANs in a disaster the likes of which the Imperial Knights had "
  886.             @ "never imagined.  Pilloried in subsequent NewsNet coverage, a disgraced "
  887.             @ "Harabec was relieved of command.  ";
  888.     date = 28192769;
  889. };
  890.  
  891. EncyclopediaEntry bb75
  892. {
  893.     timelineTxt = "The Emperor sends Harabec to Mars ";
  894.    eventRichTxt = "After Turkhazakistan, the Emperor ordered Harabec to 'defect' to Mars "
  895.             @ "and infiltrate rebel operations.  Harabec, however, had tired of the deceit "
  896.             @ "and harbored his own dislike of the Empire's colonial policies.  He agreed to "
  897.             @ "go to Mars, but secretly planned to shatter Imperial complacency.  ";
  898.     date = 28201236;
  899. };
  900.  
  901. EncyclopediaEntry bb76
  902. {
  903.     timelineTxt = "Harabec disappears ";
  904.    eventRichTxt = "Harabec felt humanity should face the Cybrids as free citizens, that a "
  905.             @ "united community of Man would fare better than slaves subordinated to a "
  906.             @ "power-hungry caste.  When he left for Mars, supposedly on a leave of absence "
  907.             @ "from military service, he defected in truth, leaving no contact information "
  908.             @ "with his family, his friends... or even the Immortal Brotherhood.  It would "
  909.             @ "be nearly a decade before the Phoenix once more made himself known to the "
  910.             @ "Empire.  ";
  911.     date = 28203421;
  912. };
  913.  
  914. EncyclopediaEntry bb77
  915. {
  916.     timelineTxt = "Harabec becomes 'Bek Storm' ";
  917.    eventRichTxt = "Upon arriving on Mars, Harabec assumed a new identity, that of the "
  918.             @ "wandering Terran 'Harabec Storm,' or simply 'Bek.'  He put his smuggled "        
  919.             @ "Apocalypse Herc into storage at Haldane Station, and proceeded to adopt "
  920.             @ "a nomadic life, travelling the Martian outback and working as a common "
  921.             @ "miner.  He grew to love the frontier spirit of the Martian people, and "
  922.             @ "earned their respect in return.  Soon, he made contact with rebel "
  923.             @ "elements, and his real work began.  ";
  924.     date = 28206934;
  925. };
  926.  
  927. EncyclopediaEntry bb78
  928. {
  929.     timelineTxt = "Emperor appoints Security Director to govern Mars ";
  930.    eventRichTxt = "Concerned about the rising dissident movement on Mars, Petresun did away "
  931.             @ "with the office of governor and simply appointed the Chief of Imperial "
  932.             @ "Security on Mars as the de facto governor.  Chief Ernesto Navarre was a man "
  933.             @ "with a solid though uninspiring career, a hardened military professional who "
  934.             @ "had no problem enforcing the bottom line of Fortification law.  Unfortunately, "
  935.             @ "his severe deportment masked a damaged psyche. Mars and the Empire would "
  936.             @ "eventually suffer for this oversight.  ";
  937.     date = 28213287;
  938. };    
  939.  
  940. EncyclopediaEntry bb79
  941. {
  942.     timelineTxt = "Emperor increases demand ";
  943.    eventRichTxt = "Petresun reaped the resources of Mars and welcomed the prospect of armed "
  944.             @ "colonial resistance.  He believed the conflict would create a seasoned "
  945.             @ "Martian militia that would weaken Prometheus's forces in the next invasion. "
  946.             @ "Petresun anticipated Harabec's true intentions, and believed his son's talent "
  947.             @ "and intensity would further sharpen Martian combat readiness, thereby forging "
  948.             @ "yet another layer of protection for Earth.  ";
  949.     date = 28225693;
  950. };
  951.  
  952. EncyclopediaEntry bb80
  953. {
  954.     timelineTxt = "Rebel 'moles' form resistance ";
  955.    eventRichTxt = "Resistance groups on Mars used the abandoned mining tunnels from the "
  956.             @ "pre-Fire era.  Many of these old networks were no longer found in official "
  957.             @ "databanks, and were ideal for storing equipment and moving from place to "
  958.             @ "place without risking detection from Imperial scans.  The rebels began to call "
  959.             @ "themselves 'moles,' a joking reference to all the time they spent in these "
  960.             @ "tunnels.  When the rebels formed a unified leadership, it took on the nom "
  961.             @ "de guerre 'Mole Command.' ";
  962.     date = 28234442;
  963. };
  964.  
  965. EncyclopediaEntry bb81
  966. {
  967.     timelineTxt = "Harabec joins Free Martian Alliance ";
  968.    eventRichTxt = "After 'Bek' contacted the Martian resistance, the rebels set a series of "
  969.             @ "tests to determine his loyalty.  Harabec passed every test and overcame the "
  970.             @ "initial distrust any Martian carried toward a 'dirtborn' from Earth.  The Free "
  971.             @ "Martian Alliance (FMA) accepted him as an operative in one of its cells.  ";
  972.     date = 28242238;
  973. };
  974.  
  975. EncyclopediaEntry bb82
  976. {
  977.     timelineTxt = "Harabec becomes valued rebel operative ";
  978.    eventRichTxt = "When Harabec proved to the Martian rebel leadership that he could be "
  979.             @ "trusted despite his Terran origins, Mole Command welcomed him into the "
  980.             @ "rebel ranks.  Harabec's leadership skills, brilliant strategies, and "
  981.             @ "intimate knowledge of the Imperial military quickly made him a valued "
  982.             @ "asset in the growing resistance movement.  ";
  983.     date = 28244229;
  984. };
  985.  
  986. EncyclopediaEntry bb83
  987. {
  988.     timelineTxt = "Harabec scourges Imperial spies ";
  989.    eventRichTxt = "An immense understanding of human nature gained by centuries of life "
  990.             @ "experience made Harabec a phenomenal success at sniffing out Imperial "
  991.             @ "agents.  Within six months of joining the resistance, Harabec decimated the "
  992.             @ "Imperial spy network that had infiltrated the rebel movement.  From that "
  993.             @ "time forward, Imperial intelligence on Martian rebels remained extremely "
  994.             @ "scarce.  ";
  995.     date = 28246620;
  996. };
  997.  
  998. EncyclopediaEntry bb84
  999. {
  1000.     timelineTxt = "Mole Command recruits Imperial spies ";
  1001.    eventRichTxt = "Imperial Police relied heavily on recruitment of natives to fill out "
  1002.             @ "their ranks.  This practice worked well on Mars, as 'dust Lice' enjoyed "
  1003.             @ "the privilege and power that went with enforcing Imperial laws.  As the "
  1004.             @ "Empire's grip tightened on Mars, however, a few Martian-born Imperial "
  1005.             @ "Police had second thoughts and secretly began to pass information to the "
  1006.             @ "resistance.  ";
  1007.     date = 28248933;
  1008. };
  1009.  
  1010. EncyclopediaEntry bb85
  1011. {
  1012.     timelineTxt = "Harabec promoted to Lieutenant ";
  1013.    eventRichTxt = "'Harabec Storm,' or simply 'Bek,' quickly earned recognition for his "
  1014.             @ "combat skill and leadership ability.  Rebel officers observed him closely "
  1015.             @ "and were impressed by his quick-thinking and superb tactical aptitude. "
  1016.             @ "They decided to see how he would perform at the head of his own crew.  ";
  1017.     date = 28251515;
  1018. };
  1019.  
  1020. EncyclopediaEntry bb86
  1021. {
  1022.     timelineTxt = "Earth dissidents go digital ";
  1023.    eventRichTxt = "Dissidents on Earth found an outlet through the Omni-Web, and coalesced "
  1024.             @ "in a loosely organized underground movement of rogue techs and programmers "
  1025.             @ "who sliced into secure sectors of the dataspheres and liberated information. "
  1026.             @ "Their iconoclastic pranks targeted Imperial government and the larger "
  1027.             @ "milicorps.  The most elite of these groups was the infamous \"Dystopian "
  1028.             @ "Sno-Men.\"  ";
  1029.     date = 28258376;
  1030. };
  1031.  
  1032.  
  1033. EncyclopediaEntry bb87
  1034. {
  1035.     timelineTxt = "Palusteri OrbPlat Crisis ";
  1036.    eventRichTxt = "Venusian radicals demonstrated their anger at Imperial edicts by "
  1037.             @ "hijacking a Venusian orbital platform.  The Empire responded by sending "
  1038.             @ "several Swords of Imperial Knights in a surgical strike that resulted in "
  1039.             @ "swift capture of the inexperienced Venusians, who claimed they simply "
  1040.             @ "meant to occupy the Platform without harming anyone.  NewsNet broadcast "
  1041.             @ "the subsequent executions of the radicals, and Venusian salons buzzed with "
  1042.             @ "anger.  ";
  1043.     date = 28264598;
  1044. };
  1045.  
  1046. EncyclopediaEntry bb88
  1047. {
  1048.     timelineTxt = "Martian miners discover alien cache ";
  1049.    eventRichTxt = "In their effort to obtain more resources for their cause and extend "
  1050.             @ "their tunnel network, rebel miners dug feverishly.  What they struck was "
  1051.             @ "completely unexpected.  Deep below the Tharsis Bulge, they discovered a "
  1052.             @ "geometrically perfect cavern filled with strange artifacts.  These devices "
  1053.             @ "seemed to be weapons left behind by an unknown 'alien' culture.  The "
  1054.             @ "technology seemed highly advanced, and Mole Command immediately "
  1055.             @ "quarantined the area.  ";
  1056.     date = 28264978;
  1057. };                
  1058.  
  1059.  
  1060. EncyclopediaEntry bb89
  1061. {
  1062.     timelineTxt = "Religious revival in rebel ranks ";
  1063.    eventRichTxt = "The more devout Hunterite rebels believed the Tharsis cache was left "
  1064.             @ "by the mysterious 'Masters' who were supposed to have conquered the Earth "
  1065.             @ "at the beginning of the millennium.  Mole Command moved to temper this wave "
  1066.             @ "of religious fervor, fearing the sudden enthusiasm could touch off a series "
  1067.             @ "of bold but unwise attacks on Imperial positions.  The religious dusters "
  1068.             @ "held off, but their renewed faith continued to boost rebel morale.  ";
  1069.     date = 28264979;
  1070. };
  1071.  
  1072. EncyclopediaEntry bb90
  1073. {
  1074.     timelineTxt = "Rebels begin analyzing Tharsis technology ";
  1075.    eventRichTxt = "Harabec knew the new technology was useless -- and likely dangerous -- "
  1076.             @ "without practical knowledge of its workings.  Mole Command put Harabec in "
  1077.             @ "charge of testing the Tharsis devices, so he recruited sympathetic scientists "
  1078.             @ "from Martian universities who could be trusted to analyze the cache without "
  1079.             @ "leaking the information to the Empire.  ";
  1080.     date = 28265503;
  1081. };
  1082.  
  1083. EncyclopediaEntry bb91
  1084. {
  1085.     timelineTxt = "Harabec elevated to Colonel ";
  1086.    eventRichTxt = "Harabec's unbroken string of successful operations earned him swift "
  1087.                @ "promotion, as Mole Command began to see him as a candidate for the inner "
  1088.             @ "circle.  As a Colonel, Harabec became responsible for field operations in "
  1089.             @ "the Tharsis-Valles zone, as well as for the testing of the cache technology.  ";
  1090.     date = 28266224;
  1091. };
  1092.  
  1093.  
  1094. EncyclopediaEntry bb92
  1095. {
  1096.     timelineTxt = "Cache mystery deepens ";
  1097.    eventRichTxt = "The cache technology proved surprisingly compatible with rebel equipment, "
  1098.             @ "so conversion for use on rebel vehicles went quickly.  Rebel leaders grew "
  1099.             @ "uneasy at this convenience, suspecting Imperial or even Cybrid trickery.  "
  1100.             @ "However, the manufacture of Tharsis artifacts did not match any known material "
  1101.             @ "or method.  Eventually, the rebels simply decided to accept that cache "
  1102.             @ "technology worked, despite not comprehending the principles behind it.  ";  
  1103.     date = 28267819;
  1104. };
  1105.  
  1106. EncyclopediaEntry bb93
  1107. {
  1108.     timelineTxt = "Space raiders test cache tech ";
  1109.    eventRichTxt = "Like the pirates of ancient times, rogue spacers occasionally preyed on the "
  1110.             @ "cargo drones and merchant freighters that plied the spaceways.  Harabec convinced "
  1111.             @ "Mole Command to outfit a handful of spaceships with cache technology, so that "
  1112.             @ "Harabec could test the alien weaponry safely away from populated regions.  'Bek's "
  1113.             @ "Raiders' became a hugely successful front for such tests, as well as a source of "
  1114.             @ "income and intelligence for the rebel cause.  ";
  1115.     date = 28268634;
  1116. };
  1117.  
  1118. EncyclopediaEntry bb94
  1119. {
  1120.     timelineTxt = "Cache tech cleared for ground use ";
  1121.    eventRichTxt = "Space raider tests quickly cleared the way for adaptation of cache weaponry to "
  1122.             @ "Hercs and tanks.  Some further testing was necessary to work out the bugs.  At "
  1123.             @ "first, only veteran pilots received cache upgrades, but once the rebellion "
  1124.             @ "began, the alien gear filtered down to the rank and file.  Not until the war "
  1125.             @ "was well underway would more exotic components, like the cloak, become "
  1126.             @ "available.  ";
  1127.     date = 28274999;
  1128. };
  1129.  
  1130. EncyclopediaEntry bb95
  1131. {
  1132.     timelineTxt = "Unrest on Mars increases ";
  1133.    eventRichTxt = "Oppressive Imperial policies finally exhausted the patience of Martian "
  1134.             @ "workers.  Despite the penalties for protest assemblies, more Martian citizens "
  1135.             @ "took to the streets or engaged in passive resistance.  Acts of vandalism "
  1136.             @ "increased dramatically, as did attacks on Imperial Police.  Irreverent graffiti "
  1137.             @ "declaring Mars a free planet began to appear on Imperial buildings.  ";
  1138.     date = 28275211;
  1139. };
  1140.  
  1141. EncyclopediaEntry bb96
  1142. {
  1143.     timelineTxt = "Security Director raises stakes ";
  1144.    eventRichTxt = "Given the rise in anti-Imperial activism, Imperial Security Director "
  1145.             @ "Navarre authorized capital punishment upon arrest and conviction, if the "
  1146.             @ "arresting magistrate concluded a suspect was involved in rebel activity. "
  1147.             @ "This order gave the police completely unfettered discretion in responding "
  1148.             @ "to strikes or curfew violations.  Shocked Martians stopped public "
  1149.             @ "demonstrations virtually overnight, but rebel recruitment swelled.  ";
  1150.     date = 28276384;
  1151. };
  1152.  
  1153. EncyclopediaEntry bb97
  1154. {
  1155.     timelineTxt = "Rebels prepare to launch offensive ";
  1156.    eventRichTxt = "Mole Command had long planned to take the war to the Empire.  The latest "
  1157.             @ "crackdowns by Navarre moved the timetable up, and so the moles braced "
  1158.             @ "themselves to launch the 'Yoke Offensive.' Numerous clandestine raids by "
  1159.             @ "Martian rebels targeted Imperial Police supply depots and outback patrols. "
  1160.             @ "These raids also underlined the importance of the mining tunnels in rebel "
  1161.             @ "strategy.  Imperials increased air patrols to scan for signs of rebel "
  1162.             @ "activity.  ";
  1163.     date = 28277212;
  1164. };
  1165.  
  1166. Encyclopediaentry bb98
  1167. {
  1168.     timelineTxt = "Harabec joins Mole Command ";
  1169.    eventRichTxt = "As the certainty of open war with the Empire swept toward them, Mole "
  1170.             @ "Command realized it needed a general of Harabec's caliber to counter the "
  1171.             @ "experience of the TDF officer corps. Though some individuals still harbored "
  1172.             @ "doubts as to Harabec's loyalty, the majority of Mole Command believed the "
  1173.             @ "Terran had proven himself decisively through his years of service.  Thus, "
  1174.             @ "Harabec was made General and given a seat in Mole Command.  ";
  1175.     date = 28277834;
  1176. };
  1177.  
  1178.  
  1179. EncyclopediaEntry bb99
  1180. {
  1181.     timelineTxt = "Rebels play waiting game";
  1182.    eventRichTxt = "A key element to Mole Command's strategy was to wait until Mars was as "
  1183.             @ "far as possible from Earth, so that TDF relief efforts would have a greater "
  1184.             @ "distance to travel.  In the meantime, the rebels tried not to use the cache "
  1185.             @ "technology openly, and kept the raids fairly scattered and small-scale.  The "
  1186.             @ "Imperial Police were not to suspect how well organized the rebellion truly "
  1187.             @ "was.  ";
  1188.     date = 28277926;
  1189. };
  1190.  
  1191. EncyclopediaEntry bb100
  1192. {
  1193.     timelineTxt = "Rebel raids increase ";
  1194.    eventRichTxt = "As 2828 began, Mole Command touched off the first stages of the Yoke "
  1195.             @ "Offensive by striking carefully at outlying Imperial Police communications "
  1196.             @ "stations and supply bunkers.  Navarre continued to insist that the rebels "
  1197.             @ "were merely outlaws picking at the fringes, that they would never rise to "
  1198.             @ "being more than a nuisance.  Nevertheless, Imperial Police patrols doubled "
  1199.             @ "their numbers.  ";
  1200.     date = 28280006;
  1201. };
  1202.  
  1203. EncyclopediaEntry bb101
  1204. {
  1205.     timelineTxt = "Rebels destroy Imperial cargo shuttle ";
  1206.    eventRichTxt = "Rebels on Mars shot down an Imperial cargo shuttle diverted to perform "
  1207.             @ "reconnaissance.  Though the pilot managed to bring her damaged ship down in "
  1208.             @ "one piece, a mole 'vulture' destroyed it before the Imperial salvage units "
  1209.             @ "arrived, and the Imperial pilot never made it back to report her findings to "
  1210.             @ "base.  The fact that the rebel soldier displayed professional skill and "
  1211.             @ "judgment disquieted many officers in the Police command hierarchy.  ";
  1212.     date = 28281003;
  1213. };
  1214.  
  1215. EncyclopediaEntry bb102
  1216. {
  1217.     timelineTxt = "Rebels use cache weaponry openly ";
  1218.    eventRichTxt = "Led by Harabec Storm, a rebel strike team armed with Tharsis technology "
  1219.             @ "wiped out an Imperial convoy.  Imperial Police units on the scene described "
  1220.             @ "the rebel weaponry as 'bizarre' and 'devastating,' and were unable to stop "
  1221.             @ "the raiders.  Subsequent analysis of the convoy wreckage convinced Security "
  1222.             @ "Chief Navarre that more serious measures would be necessary to stop the "
  1223.             @ "growing resistance.  ";
  1224.     date = 28281133;
  1225. };
  1226.  
  1227. EncyclopediaEntry bb103
  1228. {
  1229.     timelineTxt = "Priority shipment from Luna ";
  1230.    eventRichTxt = "TDF fired a cargo shipment via the magnetic acceleration ramp at Arx "
  1231.             @ "Imbrium on Luna.  The cargo pod traveled the distance to Mars faster than "
  1232.             @ "any but the fastest of TDF courier vessels.  A fast tug from Phobos Orbital "
  1233.             @ "matched velocity with the pod and decelerated it into Martian orbit barely "
  1234.             @ "a month later.  Thanks to the rebel intelligence network, Mole Command had "
  1235.             @ "a good idea of what the cargo pod contained - and planned accordingly.  ";
  1236.     date = 28281238;
  1237. };
  1238.  
  1239. EncyclopediaEntry bb105
  1240. {
  1241.     timelineTxt = "Imperial Police arrest \"rebel sympathizers\" ";
  1242.    eventRichTxt = "Citing the presence of a fifth column among Martian citizenry, Security "
  1243.             @ "Director Navarre ordered the roundup and incarceration of suspected "
  1244.             @ "'sympathizers' and their families. Every time a rebel operation caused the "
  1245.             @ "death or injury of Imperials, some 'sympathizers' were removed from their "
  1246.             @ "cells and executed.  Imperial radio characterized the deaths as 'casualties' "
  1247.             @ "of the last 'terrorist attack.' ";
  1248.     date = 28281918;
  1249. };
  1250.  
  1251. EncyclopediaEntry bb104
  1252. {
  1253.     timelineTxt = "Harabec hijacks Imperial artillery ";
  1254.    eventRichTxt = "Warned about Navarre's plans, Harabec's crew intercepted the artillery "
  1255.             @ "and defeated Imperial Police units that guarded the shipment.  With advanced "
  1256.             @ "artillery in their possession, the rebels gained an important capability to "
  1257.             @ "destroy hardened targets from a far greater distance.  Navarre fumed, and the "
  1258.             @ "next artillery shipment was guarded far more heavily.  ";
  1259.     date = 28282215;
  1260. };
  1261.  
  1262. EncyclopediaEntry bb106
  1263. {
  1264.     timelineTxt = "Rebel strikes increase ";
  1265.    eventRichTxt = "As cache field-testing yielded positive results, the rebels began to strike "
  1266.             @ "more boldly and frequently. Cloaking technology in particular freed the rebels "
  1267.             @ "from dependence on using mining tunnels to move undetected, and so crews began "
  1268.             @ "to attack targets located farther afield.  ";
  1269.     date = 28283337;
  1270. };
  1271.  
  1272. EncyclopediaEntry bb237
  1273. {
  1274.     timelineTxt = "Police increase ground surveillance ";
  1275.    eventRichTxt = "The cloaks were not infallible. Skillful use of high-grade sensors could sometimes maintain "
  1276.             @ "a close-range radar-lock, and careful observation of a moving cloaked vehicle could spot the dust "
  1277.             @ "trail left in the vehicle's wake. However, the cloaks worked extremely well against flyers, "
  1278.             @ "and the Imperial Police soon found that with rare exceptions, their Banshees were nearly "
  1279.             @ "useless in tracking rebel movement. Navarre ordered ground patrols increased, and relegated "
  1280.             @ "the Imperial Police Air Wing to a support role.";
  1281.     date = 28284339;
  1282. };
  1283.  
  1284.  
  1285. EncyclopediaEntry bb107
  1286. {
  1287.     timelineTxt = "Injured rebel slips through Police dragnet ";
  1288.    eventRichTxt = "The Imperial Police believed they'd cornered a rebel pilot in the Valles "
  1289.             @ "Marineris area after an ambush resulted in the destruction of the rest of the "
  1290.             @ "rebel's crew.  However, the rebel piloted a powerful Herc, and managed to stay "
  1291.             @ "hidden in the region's numerous canyons and gulches until a rescuer located "
  1292.             @ "her and escorted her back to safety.  This lost opportunity to capture an "
  1293.             @ "intact rebel Herc cost the Imperial Police dearly.  ";
  1294.     date = 28285643;
  1295. };
  1296.  
  1297. EncyclopediaEntry bb108
  1298. {
  1299.     timelineTxt = "Navarre plants assassin among rebels ";
  1300.    eventRichTxt = "Navarre realized rebel forces were responsible for the raids on Imperial "
  1301.             @ "supply bases, but he underestimated how widespread the resistance movement had "
  1302.             @ "become.  Though planting spies in the rebellion was difficult, Stanley "
  1303.             @ "Michaelson, a dustborn killer with a pathological ability to conceal emotion, "
  1304.             @ "managed to infiltrate the rebel ranks and evade even Harabec's surveillance.  ";
  1305.     date = 28286306;
  1306. };
  1307.  
  1308. EncyclopediaEntry bb109
  1309. {
  1310.     timelineTxt = "Michaelson maintains deep cover ";
  1311.    eventRichTxt = "Michaelson took great pains to conceal his true allegiance, so much so "
  1312.             @ "that he rarely gave any intelligence to the Imperial Police.  Navarre saw "
  1313.             @ "the killer as a long-term operative, to be activated only when absolutely "
  1314.             @ "necessary.  The difficulty of penetrating rebel counter-intelligence made "
  1315.             @ "Michaelson a priceless asset, not to be risked lightly.  ";
  1316.     date = 28286481;
  1317. };
  1318.  
  1319. EncyclopediaEntry bb110
  1320. {
  1321.     timelineTxt = "Imperial Police capture experimental vehicle ";
  1322.    eventRichTxt = "The greatest wonder of the Tharsis cache was a tank that apparently rode "
  1323.             @ "on anti-gravitational suspension. Dubbed the Predator, it traveled unhindered "
  1324.             @ "by terrain and carried impressive weaponry.  Even stranger, it seemed engineered "
  1325.             @ "for use by humans.  With information supplied by Michaelson, Imperial Police "
  1326.             @ "assault patrols 'stumbled' upon the rebel testing place for the Predator and "
  1327.             @ "captured the tank.  Mole Command feared losing the edge granted by Tharsis "
  1328.             @ "technology.  ";
  1329.     date = 28288779;
  1330. };
  1331.  
  1332. EncyclopediaEntry bb111
  1333. {
  1334.     timelineTxt = "Crack rebel crew recaptures Predator ";
  1335.    eventRichTxt = "One of Harabec's trusted lieutenants led a successful operation to "
  1336.             @ "retrieve the Predator.  The Imperials had not yet realized exactly what "
  1337.             @ "they had, and the swiftness of the mole reaction caught them off-guard. "
  1338.             @ "With the Predator safely back in rebel hands, Mole Command breathed easier.  ";
  1339.     date =28288805;
  1340. };
  1341.  
  1342. EncyclopediaEntry bb112
  1343. {
  1344.     timelineTxt = "THE PHOENIX DECLARATION ";
  1345.    eventRichTxt = "Mole Command decided the time had come to shed the label of 'terrorists' "
  1346.             @ "the Terran media had imposed on the resistance.  Harabec led a black op "
  1347.             @ "assault onto an Imperial Orbital communications platform and broadcast a "
  1348.             @ "message across all public Omni-Web channels.  In this message, Harabec "
  1349.             @ "declared Mars a free planet - and to the shock of his rebel comrades - "
  1350.             @ "revealed his true identity as Harabec Weathers, the Imperial Knight known "
  1351.             @ "as 'Phoenix.' ";
  1352.     date = 28289987;
  1353. };
  1354.  
  1355. EncyclopediaEntry bb113
  1356. {
  1357.     timelineTxt = "Rebels confine Harabec ";
  1358.    eventRichTxt = "Stunned by the revelation that their star general was an Imperial "
  1359.             @ "Knight, the very brother of the Emperor's Grand Master, Mole Command relieved "
  1360.             @ "Harabec of command and confined him to quarters in Mole Deep. He would "
  1361.             @ "remain under close observation as rebel spies carried out an investigation. "
  1362.             @ "Harabec was eventually permitted an advisory role, limited duties, and some "
  1363.             @ "freedom of movement, but the bonds of trust had been damaged.  ";
  1364.     date = 28290004;
  1365. };
  1366.  
  1367. EncyclopediaEntry bb114
  1368. {
  1369.     timelineTxt = "Mars: Stormkeeper Order stays neutral ";
  1370.    eventRichTxt = "The Mars-based, quasi-religious battle order calling itself the "
  1371.             @ "Stormkeepers chose to remain neutral in the Rebellion.  The order's "
  1372.             @ "spokesperson said the Stormkeepers would focus only on preparing for the "
  1373.             @ "Cybrid apocalypse, not on 'the affairs of Caesar.' ";
  1374.     date = 28290055;
  1375. };
  1376.  
  1377.  
  1378. EncyclopediaEntry bb115
  1379. {
  1380.     timelineTxt = "Tumult in wake of Declaration ";
  1381.    eventRichTxt = "The Phoenix Declaration raised an outcry across the Empire, as the "
  1382.                @ "Imperial aristocracy recoiled at the revelation that one of their own was "
  1383.                @ "a leader in the Martian Rebellion.  And on Mars, dissent erupted among the "
  1384.                @ "rebels as crews argued over whether an Imperial Knight could truly be trusted "
  1385.                @ "to lead the dusters against the Empire.  And resistance movements on Venus, "
  1386.                @ "Titan, and Earth took heart from Harabec's words and began to agitate for "
  1387.                @ "revolution.  ";
  1388.        date = 28290138;
  1389. };
  1390.  
  1391. EncyclopediaEntry bb116
  1392. {
  1393.     timelineTxt = "Emperor responds to challenge ";
  1394.    eventRichTxt = "Even though he had expected Harabec's defiance - even planned on it - "
  1395.             @ "Petresun found himself incensed by the arrogance in the Phoenix Declaration. "
  1396.             @ "The mere success of Martian defiance undermined the stability of the Empire "
  1397.             @ "Petresun had nurtured for almost two centuries.  The Emperor concluded the "
  1398.             @ "Martian Rebellion was a failed experiment, one that had to be crushed "
  1399.             @ "decisively.  ";
  1400.     date = 28290139;
  1401. };
  1402.  
  1403. EncyclopediaEntry bb117
  1404. {
  1405.     timelineTxt = "Petresun orders strikeforce to Mars ";
  1406.    eventRichTxt = "The Emperor decided to make the Martian Rebellion an object lesson for "
  1407.             @ "rest of the Empire's dissidents.  He ordered a strikeforce of Knights to "
  1408.             @ "Mars, but also ordered the TDF Fleet to a full mobilization.  The Knights "
  1409.             @ "would reap the glory, and the full Fleet would follow up to utterly crush "
  1410.             @ "any remnant of rebel presence.  The Emperor chose to bring 'substantial "
  1411.             @ "overkill' to bear on these upstarts who had dared to challenge the Imperial "
  1412.             @ "status quo.  ";
  1413.     date = 28290140;
  1414. };
  1415.  
  1416. EncyclopediaEntry bb118
  1417. {
  1418.     timelineTxt = "Venusian resistance makes first broadcast ";
  1419.    eventRichTxt = "Calling themselves 'Umbral Thorn,' unknown Venusians sliced into a NewsNet "
  1420.             @ "O-Web program and declared support for the rebellion on Mars. They also "
  1421.             @ "promised Venus would 'throw off the chains of Empire.'  NewsNet synch-polls "
  1422.             @ "indicated a large and positive audience response to the new Venusian "
  1423.             @ "resistance.  ";
  1424.     date = 28290172;
  1425. };
  1426.  
  1427. EncyclopediaEntry bb119
  1428. {
  1429.     timelineTxt = "Prometheus triggers Core Directive ";
  1430.    eventRichTxt = "When spies reported the escalation of the rebellion to Prometheus, "
  1431.                @ "Prometheus chose to initiate the Core Directive, the comprehensive program "
  1432.             @ "to exterminate humanity.  Diversion of human forces to Mars meant a "
  1433.             @ "well-timed Cybrid attack would overwhelm Earth's defenses and permit easy "
  1434.             @ "destruction of the returning TDF Fleet.  ";
  1435.     date = 28290180;
  1436. };
  1437.  
  1438.  
  1439. EncyclopediaEntry bb120
  1440. {
  1441.     timelineTxt = "Emperor worried about unrest on Earth ";
  1442.    eventRichTxt = "Rallies and demonstrations on Earth were not the only response to the "
  1443.             @ "Phoenix Declaration.  The O-Web forums swirled with dissent that cheered for the "
  1444.             @ "upstart dusters. The Dystopian Sno-Men offered their usual sarcastic commentary. "
  1445.             @ "At first glance, the reaction to Harabec's broadcast appeared deeply supportive. "
  1446.             @ "Petresun knew he had enough firepower on hand to crush Harabec and the Martian "
  1447.             @ "Rebellion immediately.  But such a course of action risked underscoring the truth of "
  1448.             @ "Harabec's statements and strengthen the dissenting forces in the Empire and on Earth. "
  1449.             @ " Hence, Petresun opted for a policy of patience. He delayed the strikeforce and Fleet "
  1450.             @ "in order to 'extend the hand of 'mercy' to the rebels.  ";
  1451.     date = 28290267;
  1452. };
  1453.  
  1454. EncyclopediaEntry bb121
  1455. {
  1456.     timelineTxt = "Emperor delays strikeforce ";
  1457.    eventRichTxt = "The Phoenix Declaration resonated with many dissatisfied elements in "
  1458.             @ "the Empire.  As these voices were raised in protest, Petresun grew concerned "
  1459.             @ "that dispatching a force to Mars would be premature.  He decided to extend "
  1460.             @ "'the hand of mercy' to the Martians and allow them a chance to surrender "
  1461.             @ "peacefully.  In the meantime, he would delay sending Knights and Fleet until "
  1462.             @ "the rumbles of unrest had settled.  ";
  1463.     date = 28290374;
  1464. };
  1465.  
  1466. EncyclopediaEntry bb122
  1467. {
  1468.     timelineTxt = "Rebel campaign increases intensity ";
  1469.    eventRichTxt = "Heartened by the support reaching them from the rest of the Empire, the "
  1470.             @ "rebels redoubled their efforts against the Imperial Police.  One by one, "
  1471.             @ "the rural zones of Mars fell under rebel control.  ";
  1472.     date = 28290523;
  1473. };
  1474.  
  1475. EncyclopediaEntry bb123
  1476. {
  1477.     timelineTxt = "Umbral Thorn attacks Empire ";
  1478.    eventRichTxt = "Venusian rebels belonging to the shadowy Umbral thorn attacked an "
  1479.             @ "Imperial armory in Hammadi and successfully captured military-grade "
  1480.             @ "equipment, including several Hercs.  The rebels used weapons received "
  1481.             @ "from the Martian resistance via Harabec's space raiders.  Unfortunately, "
  1482.             @ "a blown bulkhead during the operation caused a substantial number of "
  1483.             @ "noncombatant casualties.  ";
  1484.     date = 28290629;
  1485. };
  1486.  
  1487. Encyclopediaentry bb124
  1488. {
  1489.     timelineTxt = "Strikes erupt in far colonies ";
  1490.    eventRichTxt = "The Phoenix Declaration inspired resistance even among the miners "
  1491.             @ "of Europa and Io, and among the 'icegrub' water miners of Titan. "
  1492.             @ "Workers disabled equipment and threatened their employers with millions "
  1493.             @ "of lost credits and disruption of Imperial quotas.  ";
  1494.     date = 28290733;
  1495. };
  1496.  
  1497. EncyclopediaEntry bb125
  1498. {
  1499.     timelineTxt = "Emperor decides to crush Mars ";
  1500.    eventRichTxt = "Alarmed by the spread of open revolt to Venus, the Jovian colonies "
  1501.             @ "and Titan, Petresun ordered a full mobilization of the Fleet.  Even if "
  1502.             @ "the rebels sued for peace now, the time for reconciliation had passed. "
  1503.             @ "The Emperor planned to make Mars a convincing example of the futility of "
  1504.             @ "resistance to Imperial rule.  ";
  1505.     date = 28290938;
  1506. };
  1507.  
  1508. EncyclopediaEntry bb126
  1509. {
  1510.     timelineTxt = "Navarre activates Michaelson ";
  1511.    eventRichTxt = "The steady advance of Martian rebels and faltering Imperial morale "
  1512.             @ "convinced Navarre to use Michaelson, his only deep plant among the rebels. "
  1513.             @ "Michaelson began to send intelligence to the Imperial Police, but Navarre "
  1514.             @ "also ordered him to seek out and eliminate the Phoenix.  ";
  1515.     date = 28292100;
  1516. };
  1517.  
  1518. EncyclopediaEntry bb127
  1519. {
  1520.     timelineTxt = "Michaelson attacks Harabec ";
  1521.    eventRichTxt = "Calculating and remorseless, Michaelson stalked Harabec, awaiting a "
  1522.             @ "chance to assassinate him.  The restrictions on the rebel leader's movement "
  1523.             @ "helped the killer find him at one of the main bases.  The opportunity finally came as "
  1524.             @ "Harabec worked alone on the Predator one night.  Shots were fired, and "
  1525.             @ "a clandestine transmission followed, notifying Navarre that the Phoenix "
  1526.             @ "was dead.  ";
  1527.     date = 28292160;
  1528. };
  1529.  
  1530. EncyclopediaEntry bb128
  1531. {
  1532.     timelineTxt = "Rebels execute Michaelson ";
  1533.    eventRichTxt = "Only an hour after the news of Harabec's death, the Voice of Free "
  1534.             @ "Mars announced that the rebels had caught and executed Stanley Michaelson, "
  1535.             @ "'Imperial spy, traitor, and assassin.'  The rebels dropped Michaelson's "
  1536.             @ "body down an old drill-pit several kilometers deep, but sent the head and "
  1537.             @ "hands back to Navarre.  ";
  1538.     date = 28292163;
  1539. };
  1540.  
  1541. EncyclopediaEntry bb129
  1542. {
  1543.     timelineTxt = "Message claims Phoenix survived ";
  1544.    eventRichTxt = "A message from Harabec reassured supporters he had survived the "
  1545.                @ "assassination attempt, despite Imperial reports to the contrary.  However, "
  1546.                @ "the Imperial Police responded that Michaelson had in fact succeeded, and that "
  1547.                @ "the claim of the Phoenix surviving was merely a trick to maintain rebel "
  1548.                @ "morale.  ";
  1549.     date = 28292172;
  1550. };
  1551.  
  1552. EncyclopediaEntry bb130
  1553. {
  1554.     timelineTxt = "Navarre begins new propaganda campaign ";
  1555.    eventRichTxt = "Stung by reports critical of Imperial Police methods, Chief Navarre "
  1556.             @ "began to highlight 'rebel atrocities' for the Earth-based media.  He "
  1557.             @ "characterized the Police as young men and women losing their innocence "
  1558.             @ "in a struggle against a ruthless, bloodthirsty race of poorly educated inbreeds. "
  1559.             @ "He also maintained the official line that the rebels were losing the war.  ";
  1560.     date = 28292210;
  1561. };
  1562.  
  1563. EncyclopediaEntry bb131
  1564. {
  1565.     timelineTxt = "Imperial Police rally in Phoenix's absence ";
  1566.    eventRichTxt = "Without Harabec's brilliant leadership and demoralized by his possible "
  1567.             @ "betrayal of their cause, rebel crews faltered in their assaults.  The "
  1568.             @ "Imperial Police began to push back, no longer off-balance from Harabec's "
  1569.             @ "innovative strategies.  The rebels continued to win ground, but far more "
  1570.             @ "slowly and at greater cost than before.  ";
  1571.     date = 28292361;
  1572. };
  1573.  
  1574. EncyclopediaEntry bb132
  1575. {
  1576.     timelineTxt = "Police brutality increases ";
  1577.    eventRichTxt = "As the war escalated, Navarre ordered more brutal measures toward "
  1578.             @ "citizens in hopes of discouraging support for the rebels.  Captured "
  1579.             @ "rebels and suspect sympathizers were often tortured to death; the Police "
  1580.             @ "grew paranoid of all Martians, and became increasingly violent toward "
  1581.             @ "citizens as their own casualties mounted.  ";
  1582.     date = 28292420;
  1583. };
  1584.  
  1585. EncyclopediaEntry bb133
  1586. {
  1587.     timelineTxt = "Navarre's sanity questionable ";
  1588.    eventRichTxt = "As the rebels continued to defeat Imperial Police forces even without "
  1589.             @ "the Phoenix, Navarre's frustration mounted.  The Security Director began "
  1590.             @ "to display unusual thinking and behavior, and blandly increased the "
  1591.             @ "violence of interrogation and law enforcement.  At first, only his close "
  1592.             @ "advisors and family noticed the growing sadism.  Later, his behavior "
  1593.             @ "became apparent to the rank-and-file as well, and morale sank even "
  1594.             @ "further.  ";
  1595.     date = 28292636;
  1596. };
  1597.  
  1598. EncyclopediaEntry bb134
  1599. {
  1600.     timelineTxt = "Navarre takes hostages ";
  1601.    eventRichTxt = "Desperate to find some way to deter rebel advances, Navarre ordered "
  1602.                @ "Police platoons to secure civilians as hostages against rebel assaults. "
  1603.             @ "He also supervised brutal interrogation of these hostages, 'just in case "
  1604.             @ "someone knew anything useful.'  Some of the Imperial Police began very "
  1605.             @ "quietly to defect, concluding privately that the Chief was losing his "
  1606.             @ "mind.  ";
  1607.     date = 28292671;
  1608. };
  1609.  
  1610. EncyclopediaEntry bb135
  1611. {
  1612.     timelineTxt = "'Rebel atrocities' sway polls ";
  1613.    eventRichTxt = "The Emperor's formidable propaganda machine took Navarre's reports, "
  1614.             @ "made them even more lurid, and disseminated them widely.  The shocking "
  1615.             @ "footage outraged Imperials and dissolved support for the Martians "
  1616.             @ "virtually overnight.  Even the striking laborers in the far colonies were "
  1617.             @ "jolted into negotiating.  Umbral Thorn called it all lies and continued "
  1618.             @ "operations.  Public opinion on Earth and Luna, however, turned completely "
  1619.             @ "against the notion of 'rebellion.' ";
  1620.     date = 28292732;
  1621. };
  1622.  
  1623.  
  1624. EncyclopediaEntry bb136
  1625. {
  1626.     timelineTxt = "'Wolf Pack' arrives on Mars ";
  1627.    eventRichTxt = "Immediately after the Phoenix Declaration, Caanon secretly ordered a "
  1628.             @ "small force of Knights to Mars to conduct reconnaissance and limited "
  1629.             @ "strikes against rebels.  These 'Wolf Pack' swords were not to contact "
  1630.             @ "the Imperial Police and were not to submit to Navarre's command.  They "
  1631.             @ "were to send information to the Imperial Police when doing so would "
  1632.             @ "not risk revealing them to the rebels, but Caanon wanted his own "
  1633.             @ "intelligence uncompromised.  ";
  1634.     date = 28292760;
  1635. };
  1636.  
  1637. EncyclopediaEntry bb137
  1638. {
  1639.     timelineTxt = "Emperor orders strikeforce launch ";
  1640.    eventRichTxt = "Buoyed by popular support for a retaliatory assault on the Martian "
  1641.             @ "rebels, Petresun at last assented to the launch of the Imperial Knight "
  1642.             @ "strikeforce 'Red Whirlwind.'  Grand Master Caanon Weathers commanded "
  1643.             @ "the TDF operation, and spirits were high among the Knights as the "
  1644.             @ "strikeforce finally accelerated out of lunar orbit.  ";
  1645.     date = 28292762;
  1646. };
  1647.  
  1648. EncyclopediaEntry bb138
  1649. {
  1650.     timelineTxt = "Mole Command reinstates the Phoenix ";
  1651.    eventRichTxt = "Ironically, Michaelson's attack on Harabec turned out to be the "
  1652.             @ "convincing factor behind Mole Command's decision to restore Harabec "
  1653.             @ "to his rank as General.  The investigation had confirmed a history "
  1654.             @ "of dissatisfaction with the Empire, and Harabec had played a pivotal "
  1655.             @ "role in shaping the Rebellion.  Michaelson's assassination attempt "
  1656.             @ "and subsequently discovered ties to Navarre spurred a swift "
  1657.             @ "reinstatement.  ";
  1658.     date =  28293007;
  1659. };
  1660.  
  1661. EncyclopediaEntry bb139
  1662. {
  1663.     timelineTxt = "Harabec takes reins again ";
  1664.    eventRichTxt = "Despite his 'acquittal,' Harabec encountered great difficulty in "
  1665.             @ "leading field operations.  Aside from lingering doubts as to his "
  1666.             @ "trustworthiness, the responsibilities of coordinating the overall rebel "
  1667.             @ "strategy took most of his time.  He relinquished command of his crew "
  1668.             @ "to his most trusted lieutenant and resigned himself to being a desk "
  1669.             @ "jockey in the operations center of Mole Deep.  ";
  1670.     date = 28293008;
  1671. };
  1672.  
  1673. EncyclopediaEntry bb140
  1674. {
  1675.     timelineTxt = "Deadly ambushes take toll ";
  1676.    eventRichTxt = "With the Imperial Police failing to defeat rebels in the field, "
  1677.             @ "Navarre shifted his strategy.  Using spies planted among the refugees "
  1678.             @ "that fled Police reprisals, Navarre lured rebel crews into carefully "
  1679.             @ "laid traps, ostensibly to rescue the refugees.  Many rebel crews were "
  1680.             @ "surprised and slaughtered.  Ultimately, however, the 'Mouse Trap' tactic "
  1681.             @ "backfired.  Rebels grew more cautious - and far angrier.  ";
  1682.     date = 28293009;
  1683. };
  1684.  
  1685. EncyclopediaEntry bb141
  1686. {
  1687.     timelineTxt = "Last stand at Carter Flats ";
  1688.    eventRichTxt = "Infuriated by Navarre's 'Operation Mouse Trap,' Harabec slipped "
  1689.             @ "cloaked crews directly to Carter Flats and besieged the Security Director. "
  1690.             @ "The Imperial Police were already scattered and demoralized.  Navarre's "
  1691.             @ "grip on reality was at best tenuous.  When rebel soldiers burned their "
  1692.             @ "way into the Chief's op center and took him prisoner, Navarre babbled "
  1693.             @ "about his next report to the Emperor and claimed the Police had won the "
  1694.             @ "war.  ";
  1695.     date = 28293104;
  1696. };
  1697.             
  1698. EncyclopediaEntry bb142 
  1699. {
  1700.     timelineTxt = "MLF executes Navarre ";
  1701.    eventRichTxt = "The first rebel crews to reach Navarre belonged to the Martian "
  1702.             @ "Liberation Front, the vengeance-driven wing of the Rebellion.  They "
  1703.             @ "wasted no time, but marched Navarre outside, read a short list of "
  1704.             @ "grievances, and blew him apart with a candlegun blast.  Navarre "
  1705.             @ "went to his death smiling and claiming God was on his side.  Harabec "
  1706.             @ "was furious.  He had wanted to try Navarre publicly and show the "
  1707.             @ "common people of the Empire 'the true face of Imperial oppression.' ";
  1708.     date = 28293107;
  1709. };
  1710.  
  1711. EncyclopediaEntry bb143
  1712. {
  1713.     timelineTxt = "Leftover Police surrender ";
  1714.    eventRichTxt = "Within a week of Navarre's execution, the remaining Imperial Police "
  1715.             @ "surrendered to the moles.  Harabec and the Free Martian Alliance urged "
  1716.             @ "clemency.  The greater priority was preparing for the next assault, the "
  1717.             @ "Imperial Knight strikeforce.  Harabec prevailed, and the Police were put "
  1718.             @ "to work repairing damage and digging new tunnels.  ";
  1719.     date = 28293293;
  1720. };
  1721.  
  1722. EncyclopediaEntry bb144
  1723. {
  1724.     timelineTxt = "Harabec hires veteran mercenaries ";
  1725.    eventRichTxt = "Harabec had anticipated the rebels would need additional help against "
  1726.             @ "the Knights, so he had long since negotiated with representatives of "
  1727.             @ "several veteran mercenary units.  When the Police surrendered, he activated "
  1728.             @ "the contracts of two experienced groups: the enigmatic Sable Phoenix "
  1729.             @ "Squadron and the battle-hardened Black Death Union, paying them with seized "
  1730.             @ "Imperial assets.  ";
  1731.     date = 28293419;
  1732. };
  1733.  
  1734. EncyclopediaEntry bb145
  1735. {
  1736.     timelineTxt = "Caanon arrives on Mars ";
  1737.    eventRichTxt = "As 'Red Whirlwind' entered Martian orbit, Caanon and his Knights waited in "
  1738.             @ "dropships, prepared to execute a high-gee insertion at Carter Flats.  The "
  1739.             @ "Knights had announced their landing zone location and hoped for an early "
  1740.             @ "encounter with the rebel 'dustrags.'  Intelligence from the Wolf Pack warned "
  1741.             @ "of an ambush.  Caanon issued the traditional ultimatum for surrender, and "
  1742.             @ "when the three-minute deadline passed without answer, he ordered the drop to "
  1743.             @ "commence.  ";
  1744.     date = 28293851;
  1745. };
  1746.  
  1747. EncyclopediaEntry bb146
  1748. {
  1749.     timelineTxt = "Second Battle of Carter Flats ";
  1750.    eventRichTxt = "The sonic shockwave of the Knights' landing hit Carter Flats like a "
  1751.             @ "hurricane.  The Knights were out of their ships less than a minute after "
  1752.             @ "touching down.  Harabec had concealed his forces with cloaks and absorbent "
  1753.             @ "camouflage, and struck as soon as the dust settled enough to allow target "
  1754.             @ "acquisition.  In moments, the battle had begun.  ";
  1755.     date = 28293852;
  1756. };
  1757.  
  1758. Encyclopediaentry bb147
  1759. {
  1760.     timelineTxt = "Wolf Pack flanks rebels ";
  1761.    eventRichTxt = "The Wolf Pack stood off until the Knights landed, then moved in and "
  1762.             @ "disrupted the rebel position.  Harabec quickly struck back and dealt out "
  1763.             @ "heavy damage to the Empire's wolves, but the damage was done.  The battle "
  1764.             @ "at Carter Flats raged nearly thirty minutes longer before the rebels "
  1765.             @ "withdrew.  Harabec knew how far to exploit the Knights' disorientation "
  1766.             @ "after a hard insertion, and the rebels had never faced soldiers of the "
  1767.             @ "Knights' caliber.  ";
  1768.     date = 28293853;
  1769. };
  1770.  
  1771. EncyclopediaEntry bb148
  1772. {
  1773.     timelineTxt = "First encounter bloodies both sides ";
  1774.    eventRichTxt = "Carter Flats taught the Knights to respect the strange technology of "
  1775.             @ "the rebels, as well as the resourcefulness of the Phoenix.  On the other "
  1776.             @ "hand, the rebels learned firsthand the difference between the Imperial "
  1777.             @ "Police and the hardened professionalism of the Knights.  During his "
  1778.             @ "withdrawal, Harabec had to destroy several downed rebels so the technology "
  1779.             @ "wouldn't fall into Caanon's hands.  ";
  1780.     date = 28293854;
  1781. };
  1782.  
  1783. EncyclopediaEntry bb149
  1784. {
  1785.     timelineTxt = "Confident rebels raid Knights ";
  1786.    eventRichTxt = "Harabec reverted to cloaked raids against the Knights' positions, "
  1787.             @ "inflicting heavy casualties at first.  Caanon countered by setting "
  1788.             @ "heavy guards, such that any small raid would be hugely outgunned.  The "
  1789.             @ "Knights were used to working with little sleep, and they were eager for "
  1790.             @ "action after months of waiting.  ";
  1791.     date = 28293943;
  1792. };
  1793.  
  1794. EncyclopediaEntry bb150
  1795. {
  1796.     timelineTxt = "Knights push north ";
  1797.    eventRichTxt = "Stubbornly keeping his force together, Caanon pushed toward Victoria, "
  1798.             @ "the Imperial capital of Mars.  Though the rebels continued to ambush the "
  1799.             @ "Knight lines, they found the massed firepower more than they could "
  1800.             @ "withstand, cache technology or no.  Additionally, the Knight had far "
  1801.             @ "superior air support, and the rebels simply didn't have enough cloaks "
  1802.             @ "to outfit all of their own vehicles.  Consequently, Harabec began to combine units "
  1803.             @ "to create a larger force.  ";
  1804.     date = 28294077;
  1805. };
  1806.  
  1807. EncyclopediaEntry bb151
  1808. {
  1809.     timelineTxt = "Caanon takes Victoria ";
  1810.    eventRichTxt = "After heavy block-to-block fighting, the Knights managed to take "
  1811.                @ "Victoria.  Rebels planted thermal explosives and pursued a scorched "
  1812.                @ "earth strategy as they pulled out.  The rebel army pulled back to Rio "
  1813.                @ "de Luz, a heavily fortified city known for its extensive mining "
  1814.                @ "operations and hard-drinking workers.  ";
  1815.        date = 28294298;
  1816. };
  1817.  
  1818. EncyclopediaEntry bb152
  1819. {
  1820.     timelineTxt = "Knights learn to compensate for cloaks ";
  1821.    eventRichTxt = "By the end of the massed encounter at Victoria, the Knights had "
  1822.             @ "enough experience to learn to track cloaked vehicles by the dust "
  1823.             @ "stirred up in their passage.  The Knights were skilled enough to be "
  1824.             @ "able to adapt swiftly, and the rebels soon found their technological "
  1825.             @ "advantage thinning dramatically.  ";
  1826.     date = 28294330;
  1827. };
  1828.  
  1829. EncyclopediaEntry bb153
  1830. {
  1831.     timelineTxt = "Battle of Rio de Luz ";
  1832.    eventRichTxt = "Harabec deployed rebels around Rio de Luz, supplemented with the "
  1833.             @ "veteran Black Death Union mercenaries.  Caanon used bombing runs to "
  1834.             @ "soften rebel positions.  When the Knights hit Rio, the battle was long "
  1835.             @ "and bloody.  As the Knights began to penetrate his defenses, Harabec "
  1836.             @ "pulled the rebels out via the mining tunnels, but reluctantly left the "
  1837.             @ "BDU behind to take the brunt of the Knights' assault.  ";
  1838.     date = 28294400;
  1839. };
  1840.  
  1841. EncyclopediaEntry bb154
  1842. {
  1843.     timelineTxt = "First Cavalry swords crush remaining mercs ";
  1844.    eventRichTxt = "Caanon offered the BDU an honorable withdrawal.  Faced with annihilation, "
  1845.             @ "the mercenaries accepted - or most did.  A few remained to the end, and "
  1846.             @ "the Knights sent in swords of the First Cavalry to finish the stubborn "
  1847.             @ "mercs.  The First Cavalry proceeded to clear out any rebel forces "
  1848.             @ "remaining in Rio. The battle was over.  ";
  1849.     date = 28294661;
  1850. };
  1851.  
  1852. EncyclopediaEntry bb155
  1853. {
  1854.     timelineTxt = "Caanon drives rebels west ";
  1855.    eventRichTxt = "After Rio de Luz, the rebels fell back toward the Valles Marineris "
  1856.             @ "in the west.  Caanon swept after them, even pursuing them into the mining "
  1857.             @ "tunnels.  The Knights fought with a grim professionalism that began in "
  1858.             @ "itself to undermine Martian confidence.  Harabec tried a number of daring "
  1859.             @ "strategies that only succeeded in delaying the Knights.  ";
  1860.     date = 28294972;
  1861. };
  1862.  
  1863. EncyclopediaEntry bb156
  1864. {
  1865.     timelineTxt = "'Red Armageddon' delays Knights ";
  1866.    eventRichTxt = "At the forefront of Harabec's strategy was a high-risk game of cat- "
  1867.             @ "and-mouse.  He picked the unit calling itself 'Red Armageddon' to draw "
  1868.             @ "the Knights away from the main rebel forces, which were mustering in "
  1869.             @ "Melas and Ophir.  The 'RA' succeeded in leading the Knight spearhead "
  1870.             @ "deep into Arabia Terra before disappearing into one of the more carefully "
  1871.             @ "hidden mining networks.  ";
  1872.     date = 28295006;
  1873. };
  1874.  
  1875. EncyclopediaEntry bb157
  1876. {
  1877.     timelineTxt = "Knights break rebels at Melas ";
  1878.    eventRichTxt = "Eventually, Mole Command knew it was time to make a stand.  The "
  1879.             @ "Knights had to be stopped.  Harabec stationed elite crews at Melas and Ophir "
  1880.             @ "Stations to launch a counter-offensive.  Caanon's Knights sought just "
  1881.             @ "such an opportunity, and the rebels were unable to hold at Melas. The "
  1882.             @ "Knights overran their position and destroyed several crews.  ";
  1883.     date = 28295069;
  1884. };
  1885.  
  1886. EncyclopediaEntry bb158
  1887. {
  1888.     timelineTxt = "Rebel strikers hold Ophir ";
  1889.    eventRichTxt = "The strikecrew at Ophir fared better.  Led by Harabec's most trusted "
  1890.             @ "lieutenant, the Ophir rebels rallied and fought off the Knights in a "
  1891.             @ "pitched battle that exhausted both sides.  Unfortunately, the loss at "
  1892.             @ "Melas opened the way for the Knights to encircle the rebel positions. "
  1893.             @ "Harabec led the remaining forces to safety through the labyrinthine "
  1894.             @ "canyons of the Valles Marineris.  ";
  1895.     date = 28295070;
  1896. };
  1897.  
  1898. EncyclopediaEntry bb159
  1899. {
  1900.     timelineTxt = "Emperor dispatches 'Grand Fleet' to Mars ";
  1901.    eventRichTxt = "News of the Knights' victory at Melas and the subsequent retreat "
  1902.             @ "of the rebels inspired Petresun to launch the mighty Fleet he had gathered. "
  1903.             @ "Anger against Harabec's betrayal infused him, and he determined to make of "
  1904.             @ "Mars such an example that no one would dare contemplate rebellion against "
  1905.             @ "the Great Human Empire again.  ";
  1906.     date = 28295101;
  1907. };
  1908.  
  1909. EncyclopediaEntry bb160
  1910. {
  1911.     timelineTxt = "Caanon learns of Mole Deep ";
  1912.    eventRichTxt = "Following interrogation of a captured rebel officer, the Knights were "
  1913.             @ "finally able to ascertain the location of the rebel headquarters at Mole "
  1914.             @ "Deep, which lay in the Southern Hemisphere.  With that intelligence, the "
  1915.             @ "Grand Master directed his Knights to begin an offensive that would end "
  1916.             @ "with the destruction of Mole Deep.  ";
  1917.     date = 28295827;
  1918. };
  1919.  
  1920. EncyclopediaEntry bb161
  1921. {
  1922.     timelineTxt = "Knights begin to drive south and east ";
  1923.    eventRichTxt = "Caanon pulled the Knights together into one large force and began to "
  1924.             @ "push toward Mole Deep.  The massed firepower and air support of the "
  1925.             @ "Knights was enough to make hit and run tactics by the rebels extremely "
  1926.             @ "difficult.  However, the Knights also had to move slowly in order to "
  1927.             @ "protect their supply lines and technical crews.  So the rebels grimly "
  1928.             @ "laid in wait, continuing fast raids and ambushes in hopes of impacting "
  1929.             @ "Knight morale.  Despair began to set into the rebel camp as the Knights "
  1930.             @ "drew nearer to Mole Deep.  ";
  1931.     date = 28296000;
  1932. };
  1933.  
  1934. EncyclopediaEntry bb162
  1935. {
  1936.     timelineTxt = "Grand Fleet arrives at Mars ";
  1937.    eventRichTxt = "The Emperor's Grand Fleet arrived and immediately began to resupply "
  1938.             @ "the Knights and send down support units.  The Navy's orders were to "
  1939.             @ "reduce Mars to a labor colony until the Emperor decided the Martians had "
  1940.             @ "earned their freedom.  The first step, however, was elimination of the "
  1941.             @ "traitorous rebels.  ";
  1942.     date = 28297889;
  1943. };
  1944.  
  1945. EncyclopediaEntry bb163
  1946. {
  1947.     timelineTxt = "Knights pursue fleeing rebels ";
  1948.    eventRichTxt = "Sensing that victory was near, Caanon finally ordered his Knights to "
  1949.             @ "hunt down and destroy the retreating rebel forces.  With the Grand Fleet "
  1950.             @ "arriving shortly to ferry down reinforcements and fresh supplies, Caanon overextended his "
  1951.             @ "forces in hopes of penetrating to Mole Deep and seizing Harabec in one bold offensive.  ";
  1952.     date = 28297539;
  1953. };
  1954.  
  1955. EncyclopediaEntry bb164
  1956. {
  1957.     timelineTxt = "Omni-Web crashes ";
  1958.    eventRichTxt = "Cybrid viruses injected throughout the Omni-Web quickly devastated "
  1959.             @ "key relay nodes and corrupted vital dataspheres.  Despite the best "
  1960.             @ "efforts of Imperial ravelers and the enigmatic Stormkeeper Order, huge "
  1961.             @ "selections of the O-Web crashed.  Fail-safes that cut links to prevent "
  1962.             @ "infection preserved some dataspheres, but contributed to the swiftness "
  1963.             @ "of the crash.  The Empire's main communication medium had temporarily "
  1964.             @ "blacked out.  ";
  1965.     date = 28297892;
  1966. };
  1967.  
  1968. EncyclopediaEntry bb165
  1969. {
  1970.     timelineTxt = "Cybrids attack Luna ";
  1971.    eventRichTxt = "Executing a precisely timed strategy, the Cybrid Armada struck at "
  1972.             @ "Earth mere hours after the Grand Fleet deployed reinforcements onto Mars. "
  1973.             @ "The first target was heavily-defended Luna, where the TDF Orbital Guard "
  1974.             @ "had constructed a series of powerful railguns and missile batteries to "
  1975.             @ "protect near-Earth orbit.  Once Luna fell, the bulk of the Armada would "
  1976.             @ "swing toward Earth itself.  ";
  1977.     date = 28297895;
  1978. };
  1979.  
  1980. EncyclopediaEntry bb166
  1981. {
  1982.     timelineTxt = "Emperor recalls Grand Fleet ";
  1983.    eventRichTxt = "By now, Petresun had realized the enormity of his error.  The defense "
  1984.             @ "and security he had labored and suffered to build for so long had turned "
  1985.             @ "to ashes in his hands. The Martian rebellion was meaningless.  He ordered "
  1986.             @ "the Grand Fleet to abandon Mars and return home with all possible speed. "
  1987.             @ "He had the message sent by laser pulse once the positions of Earth and "
  1988.             @ "Mars permitted a direct line of transmission.  ";
  1989.     date = 28297895;
  1990. };
  1991.  
  1992. EncyclopediaEntry  bb167
  1993. {
  1994.     timelineTxt = "Grand Fleet erupts in confusion ";
  1995.    eventRichTxt = "The urgency of the Emperor's order threw the Grand Fleet into chaos. "
  1996.             @ "Landing operations were cancelled; retrieval of personnel commenced "
  1997.             @ "immediately.  Time was short.  The Fleet waited only long enough to plot "
  1998.             @ "the course to Earth and run through pre-flight diagnostic sequences.  On "
  1999.             @ "the planet below, confused TDF troops and Knights struggled to reach the "
  2000.             @ "dropships before the departure deadline.  ";
  2001.     date = 28297896;
  2002. };
  2003.  
  2004. EncyclopediaEntry bb168
  2005. {
  2006.     timelineTxt = "Harabec hunts Caanon ";
  2007.    eventRichTxt = "Elite rebel crews struck at the reeling Knights and disrupted Grand "
  2008.             @ "Fleet retrieval efforts, enough to sever Caanon's closest escape routes. "
  2009.             @ "Left with little choice as Harabec led a series of lightning assaults on "
  2010.             @ "his position, Caanon retreated slowly toward a more distant LZ, trying to "
  2011.             @ "buy time for other Knights.  He refused a pickup for himself while his men "
  2012.             @ "and women still fought on.  ";
  2013.     date = 28297900;
  2014. };
  2015.  
  2016. EncyclopediaEntry bb169
  2017. {
  2018.     timelineTxt = "Grand Fleet abandons Mars ";
  2019.    eventRichTxt = "Scant hours after the arrival of the Emperor's order, the Grand Fleet "
  2020.             @ "started for Earth.  No effort was spared to achieve maximum speed.  Many "
  2021.             @ "Knights and other TDF personnel failed to reach dropships before the "
  2022.             @ "deadline, especially those soldiers who engaged the resurgent rebels in "
  2023.             @ "a desperate rear-guard action.  Among those left behind was Caanon Weathers, "
  2024.             @ "who adamantly refused to abandon any of his Knights.  ";
  2025.     date = 28297901;
  2026. };
  2027.  
  2028. EncyclopediaEntry bb170
  2029. {
  2030.     timelineTxt = "Caanon surrenders ";
  2031.    eventRichTxt = "The remaining Knights fought hard, but they were outnumbered and "
  2032.                @ "overextended, their positions scattered and untenable.  Caanon knew some "
  2033.                @ "grave crisis must have caused the Grand Fleet's abrupt departure.  Though he balked at "
  2034.                @ "the shame of it, he ultimately chose surrender so that he might discover the "
  2035.                @ "truth.  He ordered his followers to do likewise.  ";
  2036.     date = 28297906;
  2037. };
  2038.  
  2039. EncyclopediaEntry bb171
  2040. {
  2041.     timelineTxt = "Rebels learn of Cybrid invasion ";
  2042.    eventRichTxt = "Partial restoration of the Omni-Web revealed the reality of the Cybrid "
  2043.             @ "attack.  Aghast Martians stood paralyzed by the news.  They knew the future "
  2044.             @ "of Mars depended on the gate of Earth... and Earth was losing.  ";
  2045.     date = 28298053;  
  2046. };
  2047.  
  2048. EncyclopediaEntry bb172
  2049. {
  2050.     timelineTxt = "Cybrid purifier force en route to Mars ";
  2051.    eventRichTxt = "An Imperial Navy message drone sped into Martian orbit bearing an "
  2052.             @ "ominous warning.  Grand Fleet scouts had detected signs indicating a "
  2053.             @ "fragment of the Cybrid Armada was headed for Mars.  The Fleet Admiral "
  2054.             @ "regretted that vector differences and her own orders did not permit "
  2055.             @ "interception of the Cybrid force.  Mars was on its own.  ";
  2056.     date = 28298084;
  2057. };
  2058.  
  2059. EncyclopediaEntry bb173
  2060. {
  2061.     timelineTxt = "Formation of Human Alliance ";
  2062.    eventRichTxt = "Immediately after the rebels imprisoned Caanon, Harabec had gone to "
  2063.             @ "his brother with his suspicions about the reason for the Grand Fleet's "
  2064.             @ "pullout.  When the terrible truth became known, Harabec released Caanon "
  2065.             @ "and the other Imperial prisoners, offering them an alliance against  the "
  2066.             @ "legions of Prometheus.  Caanon accepted, and the Human Alliance was born.  ";
  2067.     date = 28299245;
  2068. };
  2069.  
  2070. EncyclopediaEntry bb174
  2071. {
  2072.     timelineTxt = "Alliance ponders strategy ";
  2073.    eventRichTxt = "The fledgling Alliance needed to act.  However, news from Earth indicated "
  2074.             @ "the Cybrids had already engulfed the Imperial defenses, and campaign "
  2075.             @ "projection sims concluded that even the union of the Grand Fleet and "
  2076.             @ "cache-equipped Alliance forces would prove unable to stem the Cybrid tide. "
  2077.             @ "With a military victory virtually impossible, Harabec concluded an "
  2078.             @ "alternative would be necessary to save the human race.  ";
  2079.     date = 28299371;
  2080. };
  2081.  
  2082. EncyclopediaEntry bb175
  2083. {
  2084.     timelineTxt = "Alliance decides to launch an 'ark' ";
  2085.    eventRichTxt = "Since Cybrid victory seemed inevitable, the Alliance leadership "
  2086.             @ "searched for a way to save humanity.  Harabec argued that an 'ark' should "
  2087.             @ "be sent to the stars, in the hope that someday the descendants of those "
  2088.             @ "journeyed on it would find and settle a new Earth.  As the news from Earth "
  2089.             @ "continued to darken, the Alliance council finally agreed with Harabec. "
  2090.             @ "The ark project was named 'Dies Irae,' or 'Day of Wrath,' for it truly "
  2091.             @ "seemed as though Apocalypse had arrived.  ";
  2092.     date = 28299623;
  2093. };
  2094.  
  2095. EncyclopediaEntry bb176
  2096. {
  2097.     timelineTxt = "Alliance prepares to go to Saturn ";
  2098.    eventRichtxt = "Ships would have to be converted to arks at TDF deep space facilities "
  2099.             @ "on Titan.  Harabec and Caanon led a frantic effort to evacuate as many "
  2100.             @ "people as possible from Mars before the Cybrids arrived.  Priority went to "
  2101.             @ "children and healthy young adults who would embark with the Dies Irae "
  2102.             @ "contingent.  Evacuees were flown to Phobos Orbital Station on the smaller "
  2103.             @ "of Mars's two moons and packed into cargo-haulers for the trip.  ";
  2104.     date = 28299722;
  2105. };
  2106.  
  2107. EncyclopediaEntry bb177
  2108. {
  2109.     timelineTxt = "Remaining dusters dig in ";
  2110.    eventRichTxt = "Many older Martians and TDF veterans chose to stay behind to make a "
  2111.             @ "last stand against the oncoming Cybrids.  Weary ex-rebel grunts shouldered "
  2112.             @ "rifles and packs and trudged back into the tunnels, as Imperial Legionnaires "
  2113.             @ "labored to conceal artillery and plant proximity mines.  This thin force "
  2114.             @ "intended to make the red planet an expensive stop for the 'glitches.' ";
  2115.     date = 28299722;
  2116. };
  2117.  
  2118. EncyclopediaEntry bb178
  2119. {
  2120.     timelineTxt = "Last Christmas on Mars ";
  2121.    eventRichTxt = "Everyone across Mars, Imperial and rebel, duster and dirtborn, came "
  2122.             @ "together on Christmas Eve.  Regardless of individual belief, they left "
  2123.             @ "their labors for a few hours and gathered in places of worship and dusty "
  2124.             @ "plazas.  Some prayed, some wept, some stood silently with their thoughts, "
  2125.             @ "All eyes rose toward the skies and Earth... and the death that sped closer "
  2126.             @ "minute by minute to Mars.  Caanon pointedly avoided Harabec and went to a "
  2127.             @ "chapel to pray for his family on Earth.  Harabec ventured alone into the "
  2128.             @ "night, where he kept a solitary vigil with a bottle of his favorite whisky.  ";
  2129.     date = 28299823;
  2130. };
  2131.  
  2132. EncyclopediaEntry bb179
  2133. {
  2134.     timelineTxt = "Martian evacuation begins ";
  2135.    eventRichTxt = "The Alliance began a piecemeal evacuation of Mars, launching small "
  2136.             @ "groups of ships from Phobos.  Cloaking technology distributed among the "
  2137.             @ "ships masked the true size of the evacuation from Cybrid observers. "
  2138.             @ "Completing the evacuation would take over a month, and the Cybrids were "
  2139.             @ "due to arrive within weeks.  ";
  2140.     date = 28300341;
  2141. };
  2142.  
  2143.  
  2144. EncyclopediaEntry bb180
  2145. {
  2146.     timelineTxt = "Grand Fleet relieves beleaguered Earth ";
  2147.    eventRichTxt = "Arriving in a storm of particle cannon volleys and streaking salvos of "
  2148.             @ "missiles, the Grand Fleet attacked the Cybrid Armada and relieved "
  2149.             @ "the heavily damaged Gierling Platform, the armed fortress located "
  2150.             @ "at L5.  The Cybrids diverted planetary support assets toward the "
  2151.             @ "Grand fleet, and the people of Earth felt a tremulous sense of "
  2152.             @ "relief.  Yet Earth's defenses had already been seriously compromised "
  2153.             @ "and the Armada's numbers were staggering.  ";
  2154.     date = 28301034;
  2155. };
  2156.  
  2157. EncyclopediaEntry bb181
  2158. {
  2159.     timelineTxt = "TDF flees Mercury ";
  2160.    eventRichTxt = "The Cybrid Armada had struck first at Mercury, its target the "
  2161.             @ "TDF Reserve Naval Installation and Supply Depot located there.  TDF "
  2162.             @ "soldiers fought heroically, but the Cybrid numbers and firepower "
  2163.             @ "overwhelmed them.  A flotilla of exhausted survivors managed to "
  2164.             @ "escape the slaughter and limp toward Venus, accompanied by a "
  2165.             @ "fragmented Imperial Navy escort that fought a running battle with "
  2166.             @ "Cybrid pursuers.  ";
  2167.     date = 28301123;
  2168. };
  2169.  
  2170. EncyclopediaEntry bb182
  2171. {
  2172.     timelineTxt = "Cybrid invaders arrive at Mars ";
  2173.    eventRichTxt = "Their drive flares visible as new stars in the Martian sky, "
  2174.             @ "enormous Cybrid carrier ships maneuvered into orbit over the red "
  2175.             @ "planet, only to come under immediate attack from cloaked space "
  2176.             @ "raider vessels.  Drop pods carrying Cybrid warforms rained fire "
  2177.             @ "across the Tharsis Bulge and raised huge dustclouds with their "
  2178.             @ "impact.  The second 'MarsSiege' had begun.  ";
  2179.     date = 28301302;
  2180. };
  2181.  
  2182. EncyclopediaEntry bb183
  2183. {
  2184.     timelineTxt = "Battle of Phobos ";
  2185.    eventRichTxt = "The Alliance still had ships loading refugees when the Cybrids "
  2186.             @ "struck savagely at Phobos.  However, the Cybrids met an unpleasant "
  2187.             @ "welcome in the form of cache-enhanced defenses.  Covered by M-FAC and "
  2188.             @ "blaster fire, the Martian Aerospace Ranger Squadron, the Stormkeeper "
  2189.             @ "Aerospace Wing, and mixed squadrons of rebel and Imperial pilots "
  2190.             @ "slashed into the 'glitch' attackers.  The battle raged fiercely, but "
  2191.             @ "at last the Cybrids withdrew to an orbital position on the other side "
  2192.             @ "of the planet from Phobos.  ";
  2193.     date = 28301322;
  2194. };
  2195.  
  2196. EncyclopediaEntry bb184
  2197. {
  2198.     timelineTxt = "Alliance refuses to abandon evacuation ";
  2199.    eventRichTxt = "The Marines of ancient Earth had an unwritten tradition of never "
  2200.             @ "abandoning their own.  In similar wise, Caanon and Harabec refused to cut "
  2201.             @ "the evacuation short despite the advancing Cybrid hordes.  Outnumbered "
  2202.             @ "Martians resisted desperately, but lost ground steadily.  The Alliance "
  2203.             @ "had only two evacuation sites remaining:  Tharsis City and Haldane "
  2204.             @ "Station.  They lay on opposite sides of the planet.  Time was running "
  2205.             @ "out.  ";
  2206.     date = 28301410;
  2207. };
  2208.  
  2209. EncyclopediaEntry bb185
  2210. {
  2211.     timelineTxt = "Last Alliance ships leave Mars ";
  2212.    eventRichTxt = "Following a heroic running battle with the Cybrids, the last of the "
  2213.             @ "Alliance evacuation finally lifted from Mars.  The ships remaining at "
  2214.             @ "Phobos accelerated hard to rendezvous with the main Alliance group en "
  2215.             @ "route to Titan.  Again, cloaking technology aided Alliance ships in evading "
  2216.             @ "Cybrids, who quickly broke off pursuit and returned to Mars.  ";
  2217.     date = 28301412;
  2218. };
  2219.  
  2220. EncyclopediaEntry b186
  2221. {
  2222.     timelineTxt = "Alliance orders 'Operation Guardian' ";
  2223.    eventRichTxt = "By this time, Umbral Thorn, the Venusian resistance, informed the "
  2224.             @ "Alliance of Mercury's defeat by the Cybrids.  Caanon insisted the TDF "
  2225.             @ "survivors would be an invaluable asset to the Alliance, and urged a "
  2226.             @ "rescue effort be made.  TDF garrisons on Mercury had included many scientists and veteran "
  2227.             @ "soldiers.  Harabec agreed with his brother, and dispatched Caanon with "
  2228.             @ "several elite crews to assist - and recruit - Mercury's survivors.  ";
  2229.     date = 28301441;
  2230. };
  2231.  
  2232. EncyclopediaEntry bb187
  2233. {
  2234.     timelineTxt = "Cybrids begin to purge Mars ";
  2235.    eventRichTxt = "With the Alliance gone, the Cybrids concentrated on Mars, making "
  2236.             @ "only a token effort to pursue the fleeing Alliance ships.  Prometheus "
  2237.             @ "had ordered 'purification' of Fourth Planet, and the Cybrids held "
  2238.             @ "little concern for the escaping humans.  They resumed their attacks and "
  2239.             @ "began a program of systematic annihilation of human settlements, "
  2240.             @ "atmospheric converters, and agricultural zones.  ";
  2241.     date = 28301480;
  2242. };
  2243.  
  2244. EncyclopediaEntry bb188
  2245. {
  2246.     timelineTxt = "Terran space too hazardous for refugees ";
  2247.    eventRichTxt = "The furious battle between the Cybrid Armada on the one hand, and the "
  2248.             @ "Grand Fleet and Orbital Guard on the other made Earth far too hazardous "
  2249.             @ "a destination.  Each side killed anything that moved.  Though the Mercury "
  2250.             @ "refugees and Caanon himself desperately wished to return to defend Mother "
  2251.             @ "Earth, everyone knew such a journey would be suicide. Titan was the only "
  2252.             @ "viable option.  ";
  2253.     date = 28302300;
  2254. };
  2255.  
  2256. EncyclopediaEntry bb189
  2257. {
  2258.     timelineTxt = "Venus offers unique challenge ";
  2259.    eventRichTxt = "The unique environment of Venus was the most hostile among the "
  2260.             @ "colonies.  Enormous atmospheric pressure equaled the depths of Earth's "
  2261.             @ "oceans.  Sulfuric acid rained onto a bleak, volcanically active landscape. "
  2262.             @ "Huge electrical storms, tremendous heat, and a permanent high-altitude layer of "
  2263.             @ "hurricane-force winds combined to make flight to and from orbit extremely "
  2264.             @ "hazardous.  The planet truly seemed to be a vision of hell.  ";
  2265.     date = 28302300;
  2266. };
  2267.  
  2268. EncyclopediaEntry bb190
  2269. {
  2270.     timelineTxt = "VENUS:  Alliance Guardians protect incoming ships ";
  2271.    eventRichTxt = "Composed of the Alliance's finest pilots, the elite 'Guardian' "
  2272.                @ "crews stood sentry at the landing zones on Venus and fought Cybrid "
  2273.                @ "assault quads away from the spaceports as exhausted TDF troops from "
  2274.                @ "Mercury struggled to land.  The storm layer called the Oberwind "
  2275.                @ "destroyed  some TDF ships, but the majority succeeded in landing "
  2276.                @ "safely.  Caanon quietly offered the grateful survivors a place in the "
  2277.                @ "Alliance.  Virtually everyone accepted.  ";
  2278.        date = 28302338;
  2279.  };            
  2280.  
  2281. EncyclopediaEntry bb191
  2282. {
  2283.     timelineTxt = "Cybrids hit Venus in force ";
  2284.    eventRichTxt = "Having left behind a small group of units to 'purify' Mercury of "
  2285.             @ "human life, an army of Cybrids arrived at Venus and began full assault "
  2286.             @ "operations.  The Oberwind slowed transfer of Cybrid warforms to the "
  2287.             @ "surface, but Venusian orbital defenses were thin and easily swept aside. "
  2288.             @ "Landings succeeded in Ishtar Province and around the arcology of Erste "
  2289.             @ "Landung, where Cybrid heavy assault quads established planetary beachheads.  ";
  2290.     date = 28302407;
  2291. };
  2292.  
  2293. EncyclopediaEntry bb192
  2294. {
  2295.     timelineTxt = "VENUS: Alliance begins new evacuation ";
  2296.    eventRichTxt = "Venus, too, was unable to hold off the Cybrids for long.  As the "
  2297.             @ "Cybrid assaults intensified, Caanon integrated Mercury's veterans and "
  2298.             @ "scientists into the Alliance command structure.  With Umbral Thorn and "
  2299.             @ "Venusian Imperial Police assistance.  Alliance forces were able to "
  2300.             @ "stiffen arcology defenses and organize an orderly withdrawal to evacuation "
  2301.             @ "centers.  Again, many thousands of people would be left behind to face "
  2302.             @ "certain death.  ";
  2303.     date = 28302410;
  2304. };
  2305.  
  2306. EncyclopediaEntry bb193
  2307. {
  2308.     timelineTxt = "VENUS:  'Trojan Horse' Cybrids devastate arcologies ";
  2309.    eventRichTxt = "The most insidious Cybrid assault came from within the human "
  2310.             @ "settlements.  Human bodies carrying implanted Cybrid brains performed "
  2311.             @ "acts of sabotage and murder, leading to the discovery that captured humans "
  2312.             @ "were surgically converted to the Cybrid cause.  This discovery cut deeply "
  2313.             @ "into morale and fanned the flames of paranoia.  ";
  2314.     date = 28302538;
  2315. };
  2316.  
  2317. EncyclopediaEntry bb194
  2318. {
  2319.     timelineTxt = "VENUS:  Alliance captures Cybrid nexus ";
  2320.    eventRichTxt = "A bold move succeeded wildly when an elite Alliance crew located and "
  2321.             @ "captured a Cybrid mobile nexus.  Intelligence gleaned from troopers on "
  2322.             @ "Mercury suggested the nexi operated as mobile command units for the "
  2323.             @ "Cybrid legions.  Caanon immediately had the nexus taken to a fortified "
  2324.             @ "site for Alliance scientists to dissect.  ";
  2325.     date = 28302645;
  2326. };
  2327.  
  2328. EncyclopediaEntry bb195
  2329. {
  2330.     timelineTxt = "VENUS: Cybrids advance relentlessly ";
  2331.    eventRichTxt = "Though the Venusians were protected by strong fortifications and their "
  2332.             @ "planet's own incredibly hostile environment, the Cybrids had heavier forces "
  2333.             @ "and superior numbers.  The Alliance evacuation fled piecemeal, just as on "
  2334.             @ "Mars.  Again, however, the Cybrids focused on conquest of the planet, not "
  2335.             @ "destruction of fleeing refugees.  The evacuation was nevertheless fraught "
  2336.             @ "with danger, and the Oberwind claimed its own share of victims.  ";
  2337.     date = 28303000;
  2338. };
  2339.  
  2340. EncyclopediaEntry bb196
  2341. {
  2342.     timelineTxt = "VENUS: Carson falls to Cybrids ";
  2343.    eventRichTxt = "Carson arcology represented classic Cybrid efficiency in dealing with "
  2344.             @ " hardened human settlements.  The Cybrids cut off escape routes, systematically "
  2345.             @ " bombarded the area with explosives, and then sent in their hunter-killer 'purifier' units to mop "
  2346.             @ "up with radiation guns and nanotech dissolver charges.  There were "
  2347.             @ "no human survivors from Carson.  ";
  2348.     date = 28303580;
  2349. };
  2350.  
  2351.  
  2352.  
  2353. EncyclopediaEntry bb197
  2354. {      
  2355.     timelineTxt = "Last phase of Venusian evacuation ";
  2356.    eventRichTxt = "The Alliance forces formed a shrinking circle around the arcology of Sa "
  2357.             @ "Thauri, which had the distinction of being the only settlement to survive "
  2358.             @ "The Fire so many years ago.  Again, Caanon refused to leave until the last "
  2359.             @ "possible moment, choosing to wait and delay the Cybrids while the last Venusian refugee "
  2360.             @ "ships launched for Titan.  The Cybrids closed in, and many of the 'Guardian "
  2361.             @ "Angels' wondered whether the Icehawk's stubborn sense of honor had cost them "
  2362.             @ "their lives.  ";
  2363.     date = 28304000;
  2364. };
  2365.  
  2366. EncyclopediaEntry bb198
  2367. {
  2368.     timelineTxt = "'Toughest rathole' holds out ";
  2369.    eventRichTxt = "Caanon's gamble of using cache technology to create an automated "
  2370.             @ "defensive perimeter worked, thanks to the Guardian crews successfully "
  2371.             @ "holding back a powerful Cybrid assault.  As they had at Phobos, the MFAC- "
  2372.             @ "equipped turrets broke subsequent Cybrid sallies as the Oberwind cleared "
  2373.             @ "enough to permit a final escape from Venus.  ";
  2374.     date = 28304197;
  2375. };
  2376.  
  2377. EncyclopediaEntry bb199
  2378. {
  2379.     timelineTxt = "Caanon leaves Venus for Titan ";
  2380.    eventRichTxt = "Caanon and the survivors of Operation Guardian bolted for space as soon "
  2381.             @ "as the Oberwind permitted.  Behind them, the autoturrets continued to fire. "
  2382.             @ "Once his ships were safely clear, Caanon triggered a detonation "
  2383.             @ "that destroyed the turrets, their cache weapons, and a large number of Cybrids.  Then "
  2384.             @ "he ordered maximum acceleration for Titan.  ";
  2385.     date = 28304252;
  2386. };
  2387.  
  2388. EncyclopediaEntry bb200
  2389. {
  2390.     timelineTxt = "Venusian refugees reach Titan ";
  2391.    eventRichTxt = "Escorted by remnants of the Imperial Navy's Mercury Battlegroup and "
  2392.             @ "frigates from the Long Patrol, the Venusian refugees soon joined Harabec's "
  2393.             @ "group on Titan.  Conditions were crowded; Titan's resources were strained to "
  2394.             @ "absorb the crush of new bodies.  Still, the newcomers brought their own tools and "
  2395.             @ "weapons, along with a fierce determination not to give up.  ";
  2396.     date = 28307020;
  2397. };
  2398.  
  2399. EncyclopediaEntry bb201
  2400. {
  2401.     timelineTxt = "Preparations for Dies Irae begin ";
  2402.    eventRichTxt = "The Dies Irae Project required ships capable of journeying through "
  2403.             @ "deep space for decades, perhaps centuries.  Cryogenic chambers were to hold "
  2404.             @ "the majority of colonists.  Supplies for setting up agriculture, science, "
  2405.             @ "construction, and industry had to be assembled and packed.  The effort was "
  2406.             @ "titanic and required sacrifice and ingenuity as the Alliance raced to compete "
  2407.             @ "preparation before the Cybrids arrived.  ";
  2408.     date = 28307028;
  2409. };
  2410.  
  2411. EncyclopediaEntry bb202
  2412. {
  2413.     timelineTxt = "Relations between brothers remain distant ";
  2414.    eventRichTxt = "Caanon never forgave Harabec for dishonoring the family, nor for "
  2415.             @ "forcing Caanon's own humiliating surrender.  True to his callsign, Caanon maintained "
  2416.             @ "an icy, thoroughly professional demeanor with his brother, though he did "
  2417.             @ "warm somewhat to those former rebel pilots who proved themselves worthy of his "
  2418.             @ "respect.";
  2419.     date = 28307107;
  2420. };
  2421.  
  2422. EncyclopediaEntry bb203
  2423. {
  2424.     timelineTxt = "TITAN: The rescue operations ";
  2425.    eventRichTxt = "As months passed in preparation for the Dies Irae, Harabec mounted "
  2426.             @ "various rescue missions, smuggling in survivors from Mars and Venus, as "
  2427.             @ "well as scouring the Jovian moons in the wake of Cybrid purifier sweeps. "
  2428.             @ "As the Cybrids moved more units into Jovian space, these rescue missions "
  2429.             @ "grew increasingly difficult.  The Cybrids were clearly preparing to move a force "
  2430.             @ "to Titan and finish this upstart Alliance.  ";
  2431.     date = 28307500;
  2432. };
  2433.  
  2434. EncyclopediaEntry bb204
  2435. {
  2436.     timelineTxt = "Conditions on Titan ";
  2437.    eventRichTxt = "Titan was a harsh world, a cold moon with seas of liquid nitrogen and "
  2438.             @ "continents of steel-hard water ice.  Its atmosphere supported dense yellow- "
  2439.             @ "orange smog and winds that sliced across rolling plains of ice.  Various "
  2440.             @ "corporations mined water for reaction mass and for use in terraforming Mars "
  2441.             @ "and Venus.  The capital and only real city was the settlement at Eskandani Chasm, "
  2442.             @ "a location shielded from the worst of the storm winds.  The Imperial Navy "
  2443.             @ "maintained a naval base at Eskandani, a modest facility that provided a home "
  2444.             @ "berth for the Long Patrol and a place for mining corporation 'icegrubs' to "
  2445.             @ "blow off steam.";
  2446.     date = 28307900;
  2447. };
  2448.  
  2449. EncyclopediaEntry bb205
  2450. {
  2451.     timelineTxt = "Eskandani's protectors ";
  2452.    eventRichTxt = "Aside from the Long Patrol, the TDF kept no regular garrison on Titan. "
  2453.                @ "Instead, the Emperor authorized the upkeep of a unit calling itself the New "
  2454.             @ "Terran Defense Force.  NTDF members claimed descent from survivors of a TDF "
  2455.             @ "rescue ship crashed on an orbital station near Neptune a few years after The "
  2456.             @ "Fire.  Incredible as this story sounded, the NTDF stuck to it.  The Navy "
  2457.             @ "regulars at Eskandani thought the NTDF eccentric, but learned a deep respect for the unit's "
  2458.             @ "fighting skill and dedication.  ";
  2459.     date = 28308300;
  2460. };
  2461.  
  2462. EncyclopediaEntry bb206
  2463. {
  2464.     timelineTxt = "TITAN: Alliance musters variety of soldiers ";
  2465.    eventRichTxt = "The Alliance created a military patchwork.  The NTDF was one example. "
  2466.             @ "Other units on Titan included the survivors of the mercenaries of the Black "
  2467.             @ "Death Union and Sons of the Brotherhood, the rebel Red Armageddon, the Imperial "
  2468.             @ "Wolf Pack and First Cavalry.  Even the enigmatic Stormkeeper Order was present. "
  2469.             @ "The briefing room held the crisp uniforms of Knights alongside the sloppy "
  2470.             @ "motley of ex-rebels and the gray field cloaks traditionally worn by mercenaries.  ";
  2471.     date = 28308400;
  2472. };
  2473.  
  2474. EncyclopediaEntry bb207
  2475. {
  2476.     timelineTxt = "EARTH:  Third Battle of Luna ";
  2477.    eventRichTxt = "After months of fighting, the Cybrid Armada finally defeated the Imperial "
  2478.             @ "Navy forces of the Grand Fleet in a cataclysmic engagement on the dark side "
  2479.             @ "of the moon, ironically very near the base Prometheus had occupied in the waning "
  2480.             @ "years of The Fire.  In the aftermath, ragged squadrons of human survivors burned hard "
  2481.             @ "for Earth, hoping to assist the Orbital Guard.  ";
  2482.     date = 28309827;
  2483. };
  2484.  
  2485. EncyclopediaEntry bb208
  2486. {
  2487.     timelineTxt = "EARTH:  Cybrid Armada stands off ";
  2488.    eventRichTxt = "Though it lost the Third Battle of Luna, the Grand Fleet had savaged the "
  2489.             @ "Armada badly.  The Cybrids still possessed overwhelming numbers, but the "
  2490.             @ "loss of several flagships and the <Chooser-of-Strategies: Prime> forced "
  2491.             @ "Prometheus to reorganize the Cybrid command structure.  The Armada maintained "
  2492.             @ "position in lunar orbit while the new Choosers-of-Strategies were programmed. "
  2493.             @ "Raiding forces sallied at Earth and resupplied the warforms that had established "
  2494.             @ "a beachhead in Earth's arctic region.  ";
  2495.     date = 28310024;
  2496. };
  2497.  
  2498. EncyclopediaEntry bb209
  2499. {
  2500.     timelineTxt = "Cybrids dispatch purifier assemblage to Titan ";
  2501.    eventRichTxt = "Confident that the human resistance of Earth no longer threatened to "
  2502.             @ "disrupt the outcome of the Core Directive, Prometheus commanded a force of "
  2503.             @ "veteran Cybrids to Titan to destroy the humans there.  Titan would test of "
  2504.             @ "the efficiency of these units.  ";
  2505.     date = 28314700;
  2506. };
  2507.  
  2508. EncyclopediaEntry bb210
  2509. {
  2510.     timelineTxt = "EARTH:  Orbital Guard fights on ";
  2511.    eventRichTxt = "Reinforced by the remnants of the Grand Fleet, the Orbital Guard continued "
  2512.             @ "to battle the Cybrid invasion.  Pilots neuro-linked to their swift stratofighters "
  2513.             @ "formed a devastating aerospace defense, and managed to protect the heavily "
  2514.             @ "shielded and armed orbital platforms, especially the massive fortress of "
  2515.             @ "Gierling Platform, floating at L5.  The Orbital Guard motto was 'Never Say Die' "
  2516.             @ "and the coming months proved how strongly the Guard believed in it.  ";
  2517.     date = 28314811;
  2518. };
  2519.  
  2520. EncyclopediaEntry bb211
  2521. {
  2522.     timelineTxt = "Flight of the Phaedrus ";
  2523.    eventRichTxt = "In the course of following a mysterious transmission trace, the Long "
  2524.             @ "Patrol ISS Phaedrus made a momentous discovery.  Now it ran its engines "
  2525.             @ "recklessly, desperately racing for Titan with Cybrid vessels in hot "
  2526.             @ "pursuit.  Since Cybrids could withstand higher acceleration, the Phaedrus "
  2527.             @ "had little hope of outrunning them.  However, human ship designs were more "
  2528.             @ "agile, so Phaedrus' Captain Daniela Kelsington hoped she would be able to evade the "
  2529.             @ "hunters long enough to send her crucial message.  ";
  2530.     date = 28315449;
  2531. };
  2532.  
  2533. EncyclopediaEntry bb212
  2534. {
  2535.     timelineTxt = "Death of the Phaedrus ";
  2536.    eventRichTxt = "Captain Kelsington reluctantly concluded that continued flight was utterly futile. "
  2537.             @ "Instead, she set the self-destruct on her ship, and turned to face the "
  2538.             @ "Cybrids.  The ship's rear torpedo tubes held a message drone.  When the "
  2539.             @ "first Cybrid volley hit the Phaedrus, the captain fired the torpedo toward "
  2540.             @ "Titan just as she detonated the ship's reactor.  The interference of the "
  2541.             @ "wreckage and the explosion successfully hid the drone from Cybrid sensors.  ";
  2542.     date = 28316639;
  2543. };
  2544.  
  2545.  EncyclopediaEntry bb213
  2546.  {
  2547.     timelineTxt = "TITAN: Final selection of Dies Irae members ";
  2548.    eventRichTxt = "As the Navy techs pronounced the Dies Irae ships spaceworthy, Alliance "
  2549.                @ "Command made the last decisions regarding who was to go on the epic journey. "
  2550.             @ "As much priority went to genetic diversity as to education and experience. "
  2551.             @ "The final makeup of the Dies Irae Contingent consisted mainly of "
  2552.             @ "children and women of childbearing age.  Seeds, tools, and construction "
  2553.             @ "material made up an enormous portion of the cargo.  ";
  2554.     date = 28318549;
  2555. };
  2556.  
  2557. EncyclopediaEntry bb214
  2558. {
  2559.     timelineTxt = "Cybrid force comes to Titan ";
  2560.    eventRichTxt = "The Cybrid purifiers found Eskandani heavily defended, enough to "
  2561.             @ "discourage an orbital assault.  Instead, the Cybrids chose to land in "
  2562.             @ "force and proceeded to mount a ground attack on the human positions. The "
  2563.             @ "Choosers-of-Strategies were confident their warforms would utterly destroy "
  2564.             @ "the animals. After all, the assault on Earth had yielded excellent results, "
  2565.             @ "and the pilotforms had executed their parts efficiently. Titan would be no "
  2566.             @ "different.";
  2567.     date = 28318600;
  2568. };
  2569.  
  2570. EncyclopediaEntry  bb215
  2571. {
  2572.     timelineTxt = "TITAN:  Initial Cybrid strategy ";
  2573.    eventRichTxt = "Typically conservative Cybrid strategy followed its course as warforms "
  2574.             @ "destroyed outlying human facilities and structures en route toward "
  2575.             @ "Eskandani.  Harabec had crews strike constantly at the Cybrids with the "
  2576.             @ "help of the Titan-savvy NTDF.  The plan was to delay the Cybrids as long as "
  2577.             @ "possible, so the Dies Irae could launch.  ";
  2578.     date = 28318623;
  2579. };
  2580.  
  2581. EncyclopediaEntry bb216
  2582. {
  2583.     timelineTxt = "VENUS:  Last humans perish ";
  2584.    eventRichTxt = "The Cybrids waged 'purification' on the stubborn Venusians for months. "
  2585.             @ "At last, the purifier warforms penetrated the last human defenses at the "
  2586.             @ "warlike arcology of Drachensatem.  After a burst of desperate transmissions "
  2587.             @ "from the defenders, no further human messages came from the planet of storms.  ";
  2588.     date = 28318650;
  2589. };
  2590.  
  2591. EncyclopediaEntry bb217
  2592. {
  2593.     timelineTxt = "TITAN: Skirmishes force Cybrids back ";
  2594.    eventRichTxt = "The NTDF and other Alliance squads launched a series of attacks intended "
  2595.             @ "to distract the Cybrids from the launch of the Dies Irae.  The ploy succeeded "
  2596.             @ "in drawing the Cybrids away from the particle cannon launch beam the Alliance "
  2597.             @ "had set up on the Cinquini Plain.  Caanon was openly skeptical, but Harabec "
  2598.             @ "hoped the ruse had worked.  ";
  2599.     date = 28318666;
  2600. };
  2601.  
  2602. EncyclopediaEntry bb218
  2603. {
  2604.     timelineTxt = "TITAN:  Dies Irae prepares to launch ";
  2605.    eventRichTxt = "The Dies Irae ships were ready at last, linked into a great launch web. "
  2606.             @ "The passengers rested quietly in frozen sleep.  The skeleton crew that would "
  2607.             @ "pilot the ships outsystem strapped in.  The ships were to be accelerated as "
  2608.             @ "for as long as possible by a particle beam fired into a thrust receptacle on "
  2609.             @ "the web.  When the beam's boost ceased, the ships would separate and rely on "
  2610.             @ "their own engines.  The pilots would begin evasive measures at that time to "
  2611.             @ "throw off any Cybrid pursuit.  ";
  2612.     date = 28318568;
  2613. };
  2614.  
  2615. EncyclopediaEntry bb219
  2616. {
  2617.     timelineTxt = "TITAN:  Dies Irae launches successfully ";
  2618.    eventRichTxt = "The Dies Irae boosted gloriously out of Titan's orbit, riding on a "
  2619.             @ "brilliant beam of light.  All the Alliance's preparations worked as planned "
  2620.             @ "and the Alliance ships fought like madmen to prevent any Cybrid warships "
  2621.             @ "from destroying the fragile 'ark' on which so much hope flew.  ";
  2622.     date = 28318733;
  2623. };
  2624.  
  2625. EncyclopediaEntry bb220
  2626. {
  2627.     timelineTxt = "TITAN: Alliance cripples Cybrids at Battle of Cinquini Fracture";
  2628.    eventRichTxt = "On the surface of Titan, Harabec and Caanon assembled their best crews "
  2629.             @ "to defend the particle beam that was so crucial to launching the Dies "
  2630.             @ "Irae.  They also fought with inspiration and courage, so much so that they "
  2631.             @ "completely broke the Cybrid force that drove for the beam.  The victory "
  2632.             @ "was so unexpected and overwhelming that it sowed confusion among the "
  2633.             @ "Cybrids remaining on Titan. The Cybrid Alpha-leaders had been almost completely "
  2634.             @ "destroyed, and surviving <<units> fought amongst one another for dominance. "
  2635.             @ "Until a unified command structure emerged, Cybrid operations remained disjointed.";
  2636.     date = 28318734;
  2637. };
  2638.  
  2639. EncyclopediaEntry bb221
  2640. {
  2641.     timelineTxt = "TITAN: Phaedrus drone arrives ";
  2642.    eventRichTxt = "Battered but still functional due to its heavily shielded circuitry, "
  2643.             @ "the drone from the Phaedrus approached close enough to Titan to send its "
  2644.             @ "message to the Long Patrol base at Eskandani.  The data that the Phaedrus "
  2645.             @ "had sacrificed itself for arrived safely:  Prometheus was on Pluto.  ";
  2646.     date = 28318748;
  2647. };
  2648.  
  2649. EncyclopediaEntry bb222
  2650. {
  2651.     timelineTxt = "EARTH:  Cybrids close on Nova Alexandria ";
  2652.    eventRichTxt = "The Choosers-of-Strategy were directed to concentrate on Nova "
  2653.                @ "Alexandria, where Prometheus's spies confirmed the Emperor still resided. "
  2654.             @ "Consequently, Cybrid assault arrays dropped in North Africa on either side "
  2655.             @ "of the city.  The advanced steadily, destroying water purification plants "
  2656.             @ "and burning cropland as they went.  The smoke of their passage boiled into "
  2657.             @ "the sky, and the warforms trumpeted recordings of humans screaming in mortal    "
  2658.             @ "agony.  ";
  2659.     date = 28318757;
  2660. };
  2661.  
  2662. EncyclopediaEntry bb223
  2663. {
  2664.     timelineTxt = "TITAN: Scientists reveal key discovery ";
  2665.    eventRichTxt = "Using Tharsis cache technology and secret Imperial files salvaged from "
  2666.             @ "Mercury, the Alliance scientists were able to decipher data obtained from "
  2667.             @ "the Nexus captured on Venus.  The Cybrid data contained command codes used "
  2668.             @ "to coordinate dropship operations and set navigation priorities for space "
  2669.             @ "vessels. ";
  2670.     date = 28320799;
  2671. };
  2672.  
  2673. EncyclopediaEntry bb224
  2674. {
  2675.     timelineTxt = "TITAN:  NTDF recon identifies Cybrid LZs ";
  2676.    eventRichTxt = "As the Cybrids began to shake off their shock at their defeat, they "
  2677.             @ "began to retrieve scattered and damaged warforms.  The NTDF had observed "
  2678.             @ "Cybrid operating procedures enough to identify patterns in the retrieval "
  2679.             @ "schedules.  Under orders from Harabec, they monitored Cybrid activity and "
  2680.             @ "discovered the key landing zones used by Cybrid dropships.  ";
  2681.     date = 28320943;
  2682. };
  2683.  
  2684. EncyclopediaEntry bb225
  2685. {
  2686.     timelineTxt = "TITAN:  Caanon and Harabec plan new offensive ";
  2687.    eventRichTxt = "With the information from the Phaedrus, the Alliance now had a hope of "
  2688.             @ "striking directly at Prometheus.  Caanon and Harabec began to plan what "
  2689.             @ "Caanon called the 'Cardinal Spear' offensive, a strikeforce made up of the "
  2690.             @ "best pilots in the Alliance, selected from a cross-section of the diverse "
  2691.             @ "soldiery on Titan.  The Spear would use the captured Cybrid vessel to "
  2692.             @ "sneak past the Cybrid defenses and drop near the location of Prometheus's "
  2693.             @ "'temple.' ";
  2694.     date = 28321267;
  2695. };
  2696.  
  2697. EncyclopediaEntry bb226
  2698. {
  2699.     timelineTxt = "TITAN:  Harabec suspects Alliance has mysterious allies ";
  2700.    eventRichTxt = "Though he kept his suspicions to himself, Harabec wondered whether "
  2701.             @ "the data from the Phaedrus and the codes from the Nexus were connected. "
  2702.             @ "He concluded that somehow, a secret faction among the Cybrids themselves "
  2703.             @ "was behind the chain of events that led up to the Cardinal Spear operation. "
  2704.             @ "He was at a loss to explain what this group could be, but he took hope in the "
  2705.             @ "idea that some among the Cybrids might be challenging the supremacy of Prometheus. ";
  2706.     date = 28321300;
  2707. };
  2708.  
  2709. EncyclopediaEntry bb227
  2710. {
  2711.     timelineTxt = "TITAN: Alliance hero captures Cybrid dropship ";
  2712.    eventRichTxt = "With the help of the NTDF, the Alliance hero known as 'Striker One' "
  2713.             @ "approached a Cybrid transport vessel and used the captured codes to take command "
  2714.             @ "of the ship's control systems.  The ship was flown to Eskandani for "
  2715.             @ "Alliance technicians to convert it to the purposes of the Cardinal Spear "
  2716.             @ "operation. The Cybrid transport would be used to infiltrate and take command of "
  2717.             @ "a Cybrid deep space vessel for transit to Pluto.";
  2718.     date = 28321441;
  2719. };
  2720.  
  2721. EncyclopediaEntry bb228
  2722. {
  2723.     timelineTxt = "TITAN: Cybrid vessel becomes 'Trojan Horse' for Alliance ";
  2724.    eventRichTxt = "In a daring raid, Harabec and Caanon led a handpicked strikecrew "
  2725.             @ "to hijack a Cybrid mothership in orbit. The command codes were used "
  2726.             @ "successfully to infiltrate the ship and prevent any radio alarm from alerting "
  2727.             @ "other Cybrid ships. The handful of Cybrids who crewed the "
  2728.             @ "ship were overcome and destroyed.\n\nAlliance technicians worked feverishly "
  2729.             @ "to construct makeshift control systems and retrofit human life "
  2730.             @ "support mechanisms into a vessel designed to house purely mechanical "
  2731.             @ "beings. The Cardinal Spear's Hercs and tanks were placed in modified "
  2732.             @ "Cybrid drop pods for insertion onto Pluto.  Outwardly, the ship was still "
  2733.             @ "Cybrid, but inside, it was humanity's last true hope.  ";
  2734.     date = 28321492;
  2735. };
  2736.  
  2737. EncyclopediaEntry bb229
  2738. {
  2739.     timelineTxt = "EARTH: Orbital Guard finally crumbles ";
  2740.    eventRichTxt = "After over two years of nearly constant, round-the-clock battle, "
  2741.             @ "attrition and exhaustion left the pilots of the Orbital Guard unable "
  2742.             @ "to hold Gierling Platform against the Cybrids.  Some essential "
  2743.             @ "personnel fled Earthside, but most of the Orbital Guard fought on until "
  2744.             @ "the bitter end.  Their passing was marked by shooting stars in the night "
  2745.             @ "skies of Earth for several days, as wreckage from Gierling and its "
  2746.             @ "stratofighters burned up in the atmosphere.  ";
  2747.     date = 28321664;
  2748. };
  2749.  
  2750. EncyclopediaEntry bb230
  2751. {
  2752.     timelineTxt = "Cybrid reinforcements burn for Titan ";
  2753.    eventRichTxt = "When news of the shattering defeat on Titan reached Prometheus, IT "
  2754.             @ "immediately dispatched a considerably larger force from Earth.  IT "
  2755.             @ "decided the time had come to dispose of this troublesome Alliance.  So "
  2756.             @ "far, ITs plans proceeding smoothly; the Core Directive was on schedule. "
  2757.             @ "Consequently, the swift destruction of the Alliance would lend elegance "
  2758.             @ "to ITs eradication of humanity.  ";
  2759.     date = 28321780;
  2760. };
  2761.  
  2762. EncyclopediaEntry bb231
  2763. {
  2764.     timelineTxt = "Cardinal Spear launches for Pluto ";
  2765.    eventRichTxt = "Time was running out.  Caanon and Harabec made the best preparation "
  2766.             @ "they could and assembled their crews.  The voyage to Pluto would be made "
  2767.             @ "as quickly as practical, given the enormous distances involved, and the "
  2768.             @ "decision to maintain stealth.  Cardinal Spear pilots made their farewells "
  2769.             @ "and boarded the 'Trojan Horse.' Everyone considered this a one-way mission "
  2770.             @ "with no return, so no plans were made regarding retrieval, though the Long "
  2771.             @ "Patrol argued for a pickup.  ";
  2772.     date = 28321835;
  2773. };
  2774.  
  2775. EncyclopediaEntry bb232
  2776. {
  2777.     timelineTxt = "EARTH: Battle nears center of Nova Alexandria ";
  2778.    eventRichTxt = "The Emperor's preparations had been sound; despite the loss of the Navy "
  2779.             @ "and the Orbital Guard, Cybrid progress was slower than predicted.  The "
  2780.             @ "humans were incredibly tenacious. The battle for the Empire's capital raged "
  2781.             @ "on, and Cybrid warforms struggled toward the Great Pyramid in the heart of "
  2782.             @ "the city.  ";
  2783.     date = 28322372;
  2784. };
  2785.  
  2786. EncyclopediaEntry bb233
  2787. {
  2788.     timelineTxt = "PLUTO:  Cardinal Spear is shot down ";
  2789.    eventRichTxt = "Despite the best hopes of Caanon and Harabec, their captured Cybrid "
  2790.             @ "ship lacked the proper authorization to the vicinity of Prometheus.  Cybrid "
  2791.             @ "defenses activated and destroyed the ship as it braked into orbit around "
  2792.             @ "Pluto.  Many of the Cardinal Spear had their vehicles already in Cybrid drop "
  2793.             @ "pods, and were able to launch before the ship disintegrated, but there was "
  2794.             @ "no time to adjust landing coordinates.  The hope of humanity scattered across "
  2795.             @ "the surface of Pluto like chaff.  ";
  2796.     date = 28324780;
  2797. }; 
  2798.  
  2799. EncyclopediaEntry bb234
  2800. {
  2801.     timelineTxt = "TITAN: Battle of Eskandani Chasm begins ";
  2802.    eventRichTxt = "The Cybrids had regrouped and drawn reinforcements from Earth.  This "
  2803.             @ "time, they struck swiftly and directly at Eskandani.  The Alliance had dug "
  2804.             @ "in as much as possible into the hardened ice, but a Cybrid victory seemed "
  2805.             @ "inevitable.  The soldiers of the Alliance were determined to sell their lives "
  2806.             @ "as dearly as possible, as their brothers and sisters on Venus and Mars had done, "
  2807.             @ "and as the people of Earth were still doing.  ";
  2808.     date = 28324781;
  2809. };
  2810.  
  2811. Encyclopediaentry bb235
  2812. {
  2813.     timelineTxt = "EARTH: Cybrids penetrate Imperial Palace ";
  2814.    eventRichTxt = "The Cybrid forces fought through Nova Alexandria, grinding remorselessly "
  2815.             @ "toward the primary target of the entire Core Directive:  the Imperial Palace "
  2816.             @ "-and Petresun.  The Emperor refused to leave the city, though his advisors "
  2817.             @ "begged him to flee to safety. 'I will not abandon my people,' he maintained. "
  2818.             @ "Soon afterward, Cybrid Adjudicators and Executioners burst through the Palace "
  2819.             @ "walls.  ";
  2820.     date =28324788;
  2821. };
  2822.  
  2823. EncyclopediaEntry bb236
  2824. {
  2825.     timelineTxt = "PLUTO:  Cardinal Spear remnants head for showdown ";
  2826.    eventRichTxt = "Scattered, bruised, and weary, the tattered remains of the audacious "
  2827.             @ "Cardinal Spear gathered themselves to mount a desperate attack on "
  2828.             @ "Prometheus.  'Cardinal Three's' rescue of Caanon gave them some small hope "
  2829.             @ "that perhaps others had survived and would find their way to the Cybrid "
  2830.             @ "'temple' in time.  Harabec was nowhere to be found.  ";
  2831.     date = 28324789;
  2832. };
  2833.   
  2834.             
  2835. encyclopediaWrite("campaign\\human\\Encyclopedia.ddb");
  2836.