lockdefs.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. CLEARLOCKS
  2. Lock 1
  3. {
  4. BoARedKey
  5. Message "$PD_REDW"
  6. RemoteMessage "$PD_REDWO"
  7. Mapcolor 255 0 0
  8. }
  9. Lock 2
  10. {
  11. BoABlueKey
  12. Message "$PD_BLUEW"
  13. RemoteMessage "$PD_BLUEWO"
  14. Mapcolor 0 0 255
  15. }
  16. Lock 3
  17. {
  18. BoAYellowKey
  19. Message "$PD_YELLOWW"
  20. RemoteMessage "$PD_YELLOWWO"
  21. Mapcolor 255 255 0
  22. }
  23. Lock 4
  24. {
  25. BoACyanKey
  26. Message "$PD_CYANW"
  27. RemoteMessage "$PD_CYANWO"
  28. Mapcolor 0 255 255
  29. }
  30. Lock 5
  31. {
  32. BoAGreenKey
  33. Message "$PD_GREENW"
  34. RemoteMessage "$PD_GREENWO"
  35. Mapcolor 0 255 0
  36. }
  37. Lock 6
  38. {
  39. BoAPurpleKey
  40. Message "$PD_PURPLEW"
  41. RemoteMessage "$PD_PURPLEWO"
  42. Mapcolor 255 0 255
  43. }
  44. Lock 129
  45. {
  46. Any {BoARedKey BoACyanKey}
  47. Message "$PD_REDCYANW"
  48. RemoteMessage "$PD_REDCYANWO"
  49. }
  50. Lock 130
  51. {
  52. Any {BoABlueKey BoAGreenKey}
  53. Message "$PD_BLUEGREENW"
  54. RemoteMessage "$PD_BLUEGREENWO"
  55. }
  56. Lock 131
  57. {
  58. Any {BoAYellowKey BoAPurpleKey}
  59. Message "$PD_YELLOWPURPLEW"
  60. RemoteMessage "$PD_YELLOWPURPLEWO"
  61. }
  62. Lock 132
  63. {
  64. // Same as 129
  65. Any {BoARedKey BoACyanKey}
  66. Message "$PD_REDCYANW"
  67. RemoteMessage "$PD_REDCYANWO"
  68. }
  69. Lock 133
  70. {
  71. // Same as 130
  72. Any {BoABlueKey BoAGreenKey}
  73. Message "$PD_BLUEGREENW"
  74. RemoteMessage "$PD_BLUEGREENWO"
  75. }
  76. Lock 134
  77. {
  78. // Same as 131
  79. Any {BoAYellowKey BoAPurpleKey}
  80. Message "$PD_YELLOWPURPLEW"
  81. RemoteMessage "$PD_YELLOWPURPLEWO"
  82. }
  83. Lock 100
  84. {
  85. Message "$PD_ANY"
  86. RemoteMessage "$PD_ANYOBJ"
  87. Mapcolor 128 128 255
  88. }
  89. Lock 228
  90. {
  91. Message "$PD_ANY"
  92. RemoteMessage "$PD_ANYOBJ"
  93. Mapcolor 128 128 255
  94. }
  95. Lock 229
  96. {
  97. Any {BoABlueKey BoAGreenKey KeyBlue}
  98. Any {BoAYellowKey BoAPurpleKey KeyYellow}
  99. Any {BoARedKey BoACyanKey KeyGreen}
  100. Message "$PD_ALL3"
  101. RemoteMessage "$PD_ALL3O"
  102. }
  103. Lock 101
  104. {
  105. BoABlueKey
  106. BoAGreenKey
  107. BoAYellowKey
  108. BoAPurpleKey
  109. BoARedKey
  110. BoACyanKey
  111. Message "$PD_ALL6"
  112. RemoteMessage "$PD_ALL6O"
  113. }
  114. Lock 99
  115. {
  116. Key_RE
  117. Mapcolor 255 0 0
  118. }