home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / udck21s.zip / CMNTCOLR.LST next >
File List  |  1995-09-09  |  2KB  |  68 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //"CMNTCOLR.LST": list of characters to highlight in comment 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.
  18. //Note: To set the default Comment color edit "ultdeck.cfg".
  19. //
  20. //Format  : character@color #
  21. //Example : "f@14"
  22. //////////////////////////////////////////////////////////////////////////////
  23.  
  24. F@14  //"F"lying
  25. B@3   //"B"anding
  26. R@4   //"R"ampage + number
  27. P@15  //"P"rotection from + type
  28. T@2   //"T"rample
  29. D@8   //"D"iscard
  30. S@11  //first "S"trike
  31. W@10  //land "W"alk + type
  32. G@2   //re"G"enerate
  33. M@5   //"M"ana + colors it adds
  34. !@4   //"!" direct damage + amount
  35. C@9   //"C"umulative Upkeep + amount
  36.  
  37. r@12  //"R"ed for landwalk and protection and mana
  38. b@8   //"B"lack for landwalk and protection and mana
  39. u@9   //bl"U"e for landwalk and protection and mana
  40. g@2   //"G"reen for landwalk and protection and mana
  41. w@15  //"W"hite for landwalk and protection and mana
  42. x@13  //"X" any color of mana, "Mxxx" for a "Black Lotus"
  43.  
  44. l@14  //"L"egendary landwalk
  45. d@6   //"D"esert for desertwalk "Wd"
  46.  
  47. ,@1
  48. +@12
  49. -@12
  50. /@4
  51. :@1
  52. *@14
  53. .@8
  54. X@14  //Used for Mana to designate "X" amount, as in Casting Cost
  55. (@4
  56. )@4
  57.  
  58. 0@14
  59. 1@14
  60. 2@14
  61. 3@14
  62. 4@14
  63. 5@14
  64. 6@14
  65. 7@14
  66. 8@14
  67. 9@14
  68.