home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / EFSDEMO / _SETUP.1 / RELICS.DAT < prev    next >
Text File  |  1996-11-29  |  1KB  |  23 lines

  1. // Relics Table
  2. //
  3. // The relics need to remain in the order below.  New ones get added onto
  4. // the end.  Each line has a string indicating where the affect is (galaxy,
  5. // planet, stack), followed by a number indicating the bonus, followed by the
  6. // name and a description.
  7. //
  8. // For now, the name has a limit of 31 characters and the description has
  9. // a limit of 63 characters.
  10. {
  11. "galaxy"  "50" "Cup of Righteous Plenty" "Tax collecting bonus"
  12. "galaxy"  "30" "The Prophet's Signet"    "Church diplomacy bonus"
  13. "planet"  "25" "Scythe of Bounty"        "Planet food production bonus"
  14. "planet" " 50" "Foot of St. Ignatius"    "Helps cure plague on planet"
  15. "stack"   "50" "Hand of St. Ignatius"    "Stack defense bonus"
  16. "stack"    "8" "Eye of the Prophet"      "Stack accuracy bonus"
  17. "stack"   "50" "Rod of Holy Smiting"     "Stack strength bonus"
  18. "stack"  "200" "Lamp of Knowledge"       "Stack research bonus"
  19. "stack"  "100" "Zebulon's Spade"         "Stack productivity bonus"
  20. "galaxy"  "25" "Mirror of Forgiveness"   "Other Houses like you more"
  21. "stack"  "100" "St. Almathea's Lancet"   "Prevents plague in stack"
  22. }
  23.