home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / udck21s.zip / RARECOLR.LST < prev    next >
File List  |  1995-08-02  |  2KB  |  54 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //"RARECOLR.LST": list of characters to highlight in rarity column
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. //[Black=0, Blue=1, Green=2, Cyan=3, Red=4, Magenta=5, Gold=6, White=7]
  6. //[Add 8 to those numbers to make them brighter, or/and 128 to blink  ]
  7. //[Note: "BackgroundColor"s can not be brighter, do not add 8 to them.]
  8. //[(BackgroundColor * 16) + ForeColor ( + 128 to blink) = color #     ]
  9. //[Example: Red on Blue                 = (1*16) + (4)       = 20     ]
  10. //[         Blinking Bright Red on Blue = (1*16) + (4+8+128) = 156    ]
  11. //
  12. //Everything following the "//" characters is ignored by ULTRADECK.  This
  13. //list may be added to as needed for new printings and general configuration
  14. //of your color scheme.  Blank lines are also ignored.  ULTRADECK looks at
  15. //this data.  If it finds any of these characters, it writes them with the
  16. //specified color.  To change the card data you need to use "card-udx.exe"
  17. //available in the Registered Version.  The Rarity column is ordered 
  18. //newest printing to oldest.
  19. //Note: To set the default Rarity color edit "ultdeck.cfg".
  20. //
  21. //Format  : character@color #
  22. //Example : "f@14"
  23. //////////////////////////////////////////////////////////////////////////////
  24.  
  25. q@6   //anti"Q"uities
  26. n@12  //arabian "N"ights
  27. l@14  //"L"egends
  28. d@8   //"D"ark
  29. p@3   //"P"romo
  30. g@15  //"G"athering: 4th edition, revised, unlimited/beta/alpha
  31. f@10  //"F"allen empires
  32. i@9   //"I"ce age
  33. c@4   //"C"hronicles
  34. h@2   //"H"omelands
  35. +@15  //+ for arabian nights cards that had both light and dark mana circles
  36.  
  37. X@8   //X ultra-common, land
  38. C@1   //Common
  39. U@9   //Uncommon
  40. R@11  //Rare
  41. P@3   //Promo rarity, different for different promo cards
  42. -@4
  43.  
  44. 1@11  //sub levels of rarity
  45. 2@9
  46. 3@1
  47. 4@8
  48. 5@8
  49. 6@8
  50. 7@8
  51. 8@8
  52. 9@8
  53. 0@8
  54.