Advertisement
Guest User

Untitled

a guest
May 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. System.Config = {
  2. version = "1",
  3. id = "stixn",
  4. name = "stixn",
  5.  
  6. Locations = {
  7. ["L1"] = {
  8. id = "L1",
  9. name = "white room 1",
  10. },
  11. ["L2"] = {
  12. id = "L2",
  13. name = "white room 2",
  14. },
  15. ["L3"] = {
  16. id = "L3",
  17. name = "catch the train 1",
  18. },
  19. ["L4"] = {
  20. id = "L4",
  21. name = "catch the train 2",
  22. },
  23. ["L5"] = {
  24. id = "L5",
  25. name = "lasershooting",
  26. },
  27. ["L6"] = {
  28. id = "L6",
  29. name = "fun boxing",
  30. },
  31. },
  32.  
  33. Activities = {
  34. ["A1"] = {
  35. id = "A1",
  36. name = "white room",
  37. Locations = {
  38. "L1",
  39. "L2",
  40. },
  41. Settings = {
  42. gameDuration = 90,
  43. minPersons = 3,
  44. maxPersons = 6,
  45. },
  46. Pricing = {
  47. [3] = 30,
  48. [4] = 40,
  49. [5] = 50,
  50. [6] = 55,
  51. },
  52. },
  53. ["A2"] = {
  54. id = "A2",
  55. name = "catch the train",
  56. Locations = {
  57. "L3",
  58. "L4",
  59. },
  60. Settings = {
  61. gameDuration = 90,
  62. minPersons = 3,
  63. maxPersons = 6,
  64. },
  65. Pricing = {
  66. [3] = 30,
  67. [4] = 40,
  68. [5] = 50,
  69. [6] = 55,
  70. },
  71. },
  72. ["A3"] = {
  73. id = "A3",
  74. name = "white room competition",
  75. isCoop = true,
  76. Locations = {
  77. "L1",
  78. "L2",
  79. },
  80. Settings = {
  81. gameDuration = 90,
  82. minPersons = 6,
  83. maxPersons = 12,
  84. },
  85. Pricing = {
  86. [6] = 60,
  87. [7] = 70,
  88. [8] = 80,
  89. [9] = 90,
  90. [10] = 100,
  91. [11] = 105,
  92. [12] = 110,
  93. },
  94. },
  95. ["A4"] = {
  96. id = "A4",
  97. name = "catch the train competition",
  98. isCoop = true,
  99. Locations = {
  100. "L3",
  101. "L4",
  102. },
  103. Settings = {
  104. gameDuration = 90,
  105. minPersons = 6,
  106. maxPersons = 12,
  107. color = "#AAAA22",
  108. },
  109. Pricing = {
  110. [6] = 60,
  111. [7] = 70,
  112. [8] = 80,
  113. [9] = 90,
  114. [10] = 100,
  115. [11] = 105,
  116. [12] = 110,
  117. },
  118. },
  119. ["A5"] = {
  120. id = "A5",
  121. name = "fun boxing",
  122. Locations = {
  123. "L5",
  124. },
  125. Settings = {
  126. gameDuration = 60,
  127. minPersons = 1,
  128. maxPersons = 12,
  129. },
  130. Pricing = {
  131. [1] = 10,
  132. [2] = 20,
  133. [3] = 30,
  134. [4] = 40,
  135. [5] = 50,
  136. [6] = 60,
  137. [7] = 70,
  138. [8] = 80,
  139. [9] = 90,
  140. [10] = 100,
  141. [11] = 105,
  142. [12] = 110,
  143. },
  144. },
  145. ["A6"] = {
  146. id = "A6",
  147. name = "lasershooting",
  148. Locations = {
  149. "L6",
  150. },
  151. Settings = {
  152. gameDuration = 20,
  153. minPersons = 6,
  154. maxPersons = 20,
  155. },
  156. Pricing = {
  157. [6] = 60,
  158. [7] = 70,
  159. [8] = 80,
  160. [9] = 90,
  161. [10] = 100,
  162. [11] = 110,
  163. [12] = 120,
  164. [13] = 130,
  165. [14] = 140,
  166. [15] = 150,
  167. [16] = 160,
  168. [17] = 170,
  169. [18] = 180,
  170. [19] = 190,
  171. [20] = 200,
  172. },
  173. },
  174. },
  175.  
  176. Settings = {
  177. adress = "",
  178. phone = "",
  179. email = "",
  180. disableSameDayBooking = true,
  181. adminPass = "admin",
  182. employeePass = "admin",
  183. arriveEarlyerMinutes = 10,
  184. includePricingInOverview = true,
  185. ClosedDates = {
  186. "2019/05/19",
  187. "2019/05/30",
  188. "2019/05/25",
  189. },
  190. ClosedDaysOfWeek = {
  191. "d1",
  192. },
  193. ClosedHoursOfWeek = {
  194. ["d1"] = {
  195. "00:00",
  196. "01:00",
  197. "02:00",
  198. "03:00",
  199. "04:00",
  200. "05:00",
  201. "06:00",
  202. "07:00",
  203. "08:00",
  204. "09:00",
  205. "10:00",
  206. "11:00",
  207. "12:00",
  208. "23:00",
  209. "24:00",
  210. },
  211. ["d2"] = {
  212. "00:00",
  213. "01:00",
  214. "02:00",
  215. "03:00",
  216. "04:00",
  217. "05:00",
  218. "06:00",
  219. "07:00",
  220. "08:00",
  221. "09:00",
  222. "10:00",
  223. "11:00",
  224. "12:00",
  225. "23:00",
  226. "24:00",
  227. },
  228. ["d3"] = {
  229. "00:00",
  230. "01:00",
  231. "02:00",
  232. "03:00",
  233. "04:00",
  234. "05:00",
  235. "06:00",
  236. "07:00",
  237. "08:00",
  238. "09:00",
  239. "10:00",
  240. "11:00",
  241. "12:00",
  242. "23:00",
  243. "24:00",
  244. },
  245. ["d4"] = {
  246. "00:00",
  247. "01:00",
  248. "02:00",
  249. "03:00",
  250. "04:00",
  251. "05:00",
  252. "06:00",
  253. "07:00",
  254. "08:00",
  255. "09:00",
  256. "10:00",
  257. "11:00",
  258. "12:00",
  259. "23:00",
  260. "24:00",
  261. },
  262. ["d5"] = {
  263. "00:00",
  264. "01:00",
  265. "02:00",
  266. "03:00",
  267. "04:00",
  268. "05:00",
  269. "06:00",
  270. "07:00",
  271. "08:00",
  272. "09:00",
  273. "10:00",
  274. "11:00",
  275. "12:00",
  276. "23:00",
  277. "24:00",
  278. },
  279. ["d6"] = {
  280. "00:00",
  281. "01:00",
  282. "02:00",
  283. "03:00",
  284. "04:00",
  285. "05:00",
  286. "06:00",
  287. "07:00",
  288. "08:00",
  289. "09:00",
  290. "23:00",
  291. "24:00",
  292. },
  293. ["d0"] = {
  294. "00:00",
  295. "01:00",
  296. "02:00",
  297. "03:00",
  298. "04:00",
  299. "05:00",
  300. "06:00",
  301. "07:00",
  302. "08:00",
  303. "09:00",
  304. "23:00",
  305. "24:00",
  306. },
  307. },
  308. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement