frozenLake

Untitled

Jul 23rd, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. local oppositeColorColorTable = {
  2. SKINCOLOR_NONE, // SKINCOLOR_NONE
  3. SKINCOLOR_BLACK, // SKINCOLOR_WHITE
  4. SKINCOLOR_GREY, // SKINCOLOR_SILVER
  5. SKINCOLOR_SILVER, // SKINCOLOR_GREY
  6. SKINCOLOR_WHITE, // SKINCOLOR_BLACK
  7. SKINCOLOR_ROSEWOOD, // SKINCOLOR_CYAN
  8. SKINCOLOR_ORANGE, // SKINCOLOR_TEAL
  9. SKINCOLOR_BROWN, // SKINCOLOR_STEELBLUE
  10. SKINCOLOR_ORANGE, // SKINCOLOR_BLUE
  11. SKINCOLOR_TEAL, // SKINCOLOR_PEACH
  12. SKINCOLOR_STEELBLUE,// SKINCOLOR_TAN
  13. SKINCOLOR_NEONGREEN,// SKINCOLOR_PINK
  14. SKINCOLOR_OLIVE, // SKINCOLOR_LAVENDER
  15. SKINCOLOR_YELLOW, // SKINCOLOR_PURPLE
  16. SKINCOLOR_BLUE, // SKINCOLOR_ORANGE
  17. SKINCOLOR_NEONGREEN,// SKINCOLOR_ROSEWOOD (Replace with a Bluegreen color!)
  18. SKINCOLOR_GREEN, // SKINCOLOR_BEIGE (Replace with a Bluegreen color!)
  19. SKINCOLOR_STEELBLUE,// SKINCOLOR_BROWN
  20. SKINCOLOR_NEONGREEN,// SKINCOLOR_RED
  21. SKINCOLOR_NEONGREEN,// SKINCOLOR_DARKRED (Replace with a Bright Green color!)
  22. SKINCOLOR_RED, // SKINCOLOR_NEONGREEN
  23. SKINCOLOR_PINK, // SKINCOLOR_GREEN (Replace with Rosy!)
  24. SKINCOLOR_LAVENDER, // SKINCOLOR_ZIM (Replace with Red Violet!)
  25. SKINCOLOR_PURPLE, // SKINCOLOR_OLIVE (Actually Magenta)
  26. SKINCOLOR_PURPLE, // SKINCOLOR_YELLOW (Actually Magenta)
  27. SKINCOLOR_PURPLE // SKINCOLOR_GOLD (Still Purple)
  28. }
  29.  
  30. local oppositeColorNumberTable = {
  31. 8, // SKINCOLOR_NONE
  32. 10, // SKINCOLOR_WHITE
  33. 4, // SKINCOLOR_SILVER
  34. 12, // SKINCOLOR_GREY
  35. 8, // SKINCOLOR_BLACK
  36. 8, // SKINCOLOR_CYAN
  37. 10, // SKINCOLOR_TEAL
  38. 10, // SKINCOLOR_STEELBLUE
  39. 9, // SKINCOLOR_BLUE
  40. 5, // SKINCOLOR_PEACH
  41. 5, // SKINCOLOR_TAN
  42. 4, // SKINCOLOR_PINK
  43. 12, // SKINCOLOR_LAVENDER
  44. 15, // SKINCOLOR_PURPLE
  45. 12, // SKINCOLOR_ORANGE
  46. 16, // SKINCOLOR_ROSEWOOD (Replace with a Bluegreen color!)
  47. 8, // SKINCOLOR_BEIGE (Replace with a Bluegreen color!)
  48. 10, // SKINCOLOR_BROWN
  49. 8, // SKINCOLOR_RED
  50. 16, // SKINCOLOR_DARKRED (Replace with a Bright green color!)
  51. 14, // SKINCOLOR_NEONGREEN
  52. 4, // SKINCOLOR_GREEN (Replace with Rosy!)
  53. 6, // SKINCOLOR_ZIM (Replace with Red Violet!)
  54. 15, // SKINCOLOR_OLIVE (Actually Magenta)
  55. 12, // SKINCOLOR_YELLOW (Actually Magenta)
  56. 8 // SKINCOLOR_GOLD (Still Purple)
  57. }
Advertisement
Add Comment
Please, Sign In to add comment