Advertisement
Guest User

Untitled

a guest
May 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. class Level_0 {
  2. displayName = "Rank 0";
  3. expRequired = 0;
  4. perkPointsOnUnlock = 2;
  5. };
  6.  
  7. class Level_1 {
  8. displayName = "Rank 1";
  9. expRequired = 85;
  10. perkPointsOnUnlock = 2;
  11. };
  12.  
  13. class Level_2 {
  14. displayName = "Rank 2";
  15. expRequired = 340;
  16. perkPointsOnUnlock = 2;
  17. };
  18.  
  19. class Level_3 {
  20. displayName = "Rank 3";
  21. expRequired = 765;
  22. perkPointsOnUnlock = 2;
  23. };
  24.  
  25. class Level_4 {
  26. displayName = "Rank 4";
  27. expRequired = 1360;
  28. perkPointsOnUnlock = 2;
  29. };
  30.  
  31. class Level_5 {
  32. displayName = "Rank 5";
  33. expRequired = 2125;
  34. perkPointsOnUnlock = 2;
  35. };
  36.  
  37. class Level_6 {
  38. displayName = "Rank 6";
  39. expRequired = 3060;
  40. perkPointsOnUnlock = 2;
  41. };
  42.  
  43. class Level_7 {
  44. displayName = "Rank 7";
  45. expRequired = 4165;
  46. perkPointsOnUnlock = 2;
  47. };
  48.  
  49. class Level_8 {
  50. displayName = "Rank 8";
  51. expRequired = 5440;
  52. perkPointsOnUnlock = 2;
  53. };
  54.  
  55. class Level_9 {
  56. displayName = "Rank 9";
  57. expRequired = 6885;
  58. perkPointsOnUnlock = 2;
  59. };
  60.  
  61. class Level_10 {
  62. displayName = "Rank 10";
  63. expRequired = 8500;
  64. perkPointsOnUnlock = 2;
  65. };
  66.  
  67. class Level_11 {
  68. displayName = "Rank 11";
  69. expRequired = 10285;
  70. perkPointsOnUnlock = 2;
  71. };
  72.  
  73. class Level_12 {
  74. displayName = "Rank 12";
  75. expRequired = 12240;
  76. perkPointsOnUnlock = 2;
  77. };
  78.  
  79. class Level_13 {
  80. displayName = "Rank 13";
  81. expRequired = 14365;
  82. perkPointsOnUnlock = 2;
  83. };
  84.  
  85. class Level_14 {
  86. displayName = "Rank 14";
  87. expRequired = 16660;
  88. perkPointsOnUnlock = 2;
  89. };
  90.  
  91. class Level_15 {
  92. displayName = "Rank 15";
  93. expRequired = 19125;
  94. perkPointsOnUnlock = 2;
  95. };
  96.  
  97. class Level_16 {
  98. displayName = "Rank 16";
  99. expRequired = 21760;
  100. perkPointsOnUnlock = 2;
  101. };
  102.  
  103. class Level_17 {
  104. displayName = "Rank 17";
  105. expRequired = 24565;
  106. perkPointsOnUnlock = 2;
  107. };
  108.  
  109. class Level_18 {
  110. displayName = "Rank 18";
  111. expRequired = 27540;
  112. perkPointsOnUnlock = 2;
  113. };
  114.  
  115. class Level_19 {
  116. displayName = "Rank 19";
  117. expRequired = 30685;
  118. perkPointsOnUnlock = 2;
  119. };
  120.  
  121. class Level_20 {
  122. displayName = "Rank 20";
  123. expRequired = 34000;
  124. perkPointsOnUnlock = 2;
  125. };
  126.  
  127. class Level_21 {
  128. displayName = "Rank 21";
  129. expRequired = 37485;
  130. perkPointsOnUnlock = 2;
  131. };
  132.  
  133. class Level_22 {
  134. displayName = "Rank 22";
  135. expRequired = 41140;
  136. perkPointsOnUnlock = 2;
  137. };
  138.  
  139. class Level_23 {
  140. displayName = "Rank 23";
  141. expRequired = 44965;
  142. perkPointsOnUnlock = 2;
  143. };
  144.  
  145. class Level_24 {
  146. displayName = "Rank 24";
  147. expRequired = 48960;
  148. perkPointsOnUnlock = 2;
  149. };
  150.  
  151. class Level_25 {
  152. displayName = "Rank 25";
  153. expRequired = 53125;
  154. perkPointsOnUnlock = 2;
  155. };
  156.  
  157. class Level_26 {
  158. displayName = "Rank 26";
  159. expRequired = 57460;
  160. perkPointsOnUnlock = 2;
  161. };
  162.  
  163. class Level_27 {
  164. displayName = "Rank 27";
  165. expRequired = 61965;
  166. perkPointsOnUnlock = 2;
  167. };
  168.  
  169. class Level_28 {
  170. displayName = "Rank 28";
  171. expRequired = 66640;
  172. perkPointsOnUnlock = 2;
  173. };
  174.  
  175. class Level_29 {
  176. displayName = "Rank 29";
  177. expRequired = 71485;
  178. perkPointsOnUnlock = 2;
  179. };
  180.  
  181. class Level_30 {
  182. displayName = "Rank 30";
  183. expRequired = 76500;
  184. perkPointsOnUnlock = 2;
  185. };
  186.  
  187. class Level_31 {
  188. displayName = "Rank 31";
  189. expRequired = 81685;
  190. perkPointsOnUnlock = 2;
  191. };
  192.  
  193. class Level_32 {
  194. displayName = "Rank 32";
  195. expRequired = 87040;
  196. perkPointsOnUnlock = 2;
  197. };
  198.  
  199. class Level_33 {
  200. displayName = "Rank 33";
  201. expRequired = 92565;
  202. perkPointsOnUnlock = 2;
  203. };
  204.  
  205. class Level_34 {
  206. displayName = "Rank 34";
  207. expRequired = 98260;
  208. perkPointsOnUnlock = 2;
  209. };
  210.  
  211. class Level_35 {
  212. displayName = "Rank 35";
  213. expRequired = 104125;
  214. perkPointsOnUnlock = 2;
  215. };
  216.  
  217. class Level_36 {
  218. displayName = "Rank 36";
  219. expRequired = 110160;
  220. perkPointsOnUnlock = 2;
  221. };
  222.  
  223. class Level_37 {
  224. displayName = "Rank 37";
  225. expRequired = 116365;
  226. perkPointsOnUnlock = 2;
  227. };
  228.  
  229. class Level_38 {
  230. displayName = "Rank 38";
  231. expRequired = 122740;
  232. perkPointsOnUnlock = 2;
  233. };
  234.  
  235. class Level_39 {
  236. displayName = "Rank 39";
  237. expRequired = 129285;
  238. perkPointsOnUnlock = 2;
  239. };
  240.  
  241. class Level_40 {
  242. displayName = "Rank 40";
  243. expRequired = 136000;
  244. perkPointsOnUnlock = 2;
  245. };
  246.  
  247. class Level_41 {
  248. displayName = "Rank 41";
  249. expRequired = 142885;
  250. perkPointsOnUnlock = 2;
  251. };
  252.  
  253. class Level_42 {
  254. displayName = "Rank 42";
  255. expRequired = 149940;
  256. perkPointsOnUnlock = 2;
  257. };
  258.  
  259. class Level_43 {
  260. displayName = "Rank 43";
  261. expRequired = 157165;
  262. perkPointsOnUnlock = 2;
  263. };
  264.  
  265. class Level_44 {
  266. displayName = "Rank 44";
  267. expRequired = 164560;
  268. perkPointsOnUnlock = 2;
  269. };
  270.  
  271. class Level_45 {
  272. displayName = "Rank 45";
  273. expRequired = 172125;
  274. perkPointsOnUnlock = 2;
  275. };
  276.  
  277. class Level_46 {
  278. displayName = "Rank 46";
  279. expRequired = 179860;
  280. perkPointsOnUnlock = 2;
  281. };
  282.  
  283. class Level_47 {
  284. displayName = "Rank 47";
  285. expRequired = 187765;
  286. perkPointsOnUnlock = 2;
  287. };
  288.  
  289. class Level_48 {
  290. displayName = "Rank 48";
  291. expRequired = 195840;
  292. perkPointsOnUnlock = 2;
  293. };
  294.  
  295. class Level_49 {
  296. displayName = "Rank 49";
  297. expRequired = 204085;
  298. perkPointsOnUnlock = 2;
  299. };
  300.  
  301. class Level_50 {
  302. displayName = "Rank 50";
  303. expRequired = 212500;
  304. perkPointsOnUnlock = 2;
  305. };
  306. class Level_51 {
  307. displayName = "Rank 51";
  308. expRequired = 221500;
  309. perkPointsOnUnlock = 2;
  310. };
  311. class Level_52 {
  312. displayName = "Rank 52";
  313. expRequired = 230500;
  314. perkPointsOnUnlock = 2;
  315. };
  316. class Level_53 {
  317. displayName = "Rank 53";
  318. expRequired = 239500;
  319. perkPointsOnUnlock = 2;
  320. };
  321. class Level_54 {
  322. displayName = "Rank 54";
  323. expRequired = 248500;
  324. perkPointsOnUnlock = 2;
  325. };
  326. class Level_55 {
  327. displayName = "Rank 55";
  328. expRequired = 257500;
  329. perkPointsOnUnlock = 2;
  330. };
  331. class Level_56 {
  332. displayName = "Rank 56";
  333. expRequired = 265500;
  334. perkPointsOnUnlock = 2;
  335. };
  336. class Level_57 {
  337. displayName = "Rank 57";
  338. expRequired = 274500;
  339. perkPointsOnUnlock = 2;
  340. };
  341. class Level_58 {
  342. displayName = "Rank 58";
  343. expRequired = 285500;
  344. perkPointsOnUnlock = 2;
  345. };
  346. class Level_59 {
  347. displayName = "Rank 59";
  348. expRequired = 300500;
  349. perkPointsOnUnlock = 2;
  350. };
  351. class Level_60 {
  352. displayName = "Rank 60";
  353. expRequired = 317500;
  354. perkPointsOnUnlock = 2;
  355. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement