Advertisement
Guest User

Untitled

a guest
Apr 19th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. RankPointParse
  2. {
  3. heal
  4. {
  5. "name" "heal"
  6. "description" "healing %i units worth"
  7. "points" 1
  8. "wages" 5
  9. "ammount required" 100
  10. }
  11.  
  12. repair
  13. {
  14. "name" "repair"
  15. "description" "repairing %i units worth"
  16. "points" 1
  17. "wages" 5
  18. "ammount required" 100
  19. }
  20.  
  21. recycle
  22. {
  23. "name" "recycle"
  24. "description" "recycling %i units worth"
  25. "points" 1
  26. "wages" 5
  27. "ammount required" 100
  28. }
  29.  
  30. enemykilled
  31. {
  32. "name" "enemykilled"
  33. "description" "enemy killed"
  34. "points" 1
  35. "wages" 5
  36. }
  37.  
  38. buildingdestroyed
  39. {
  40. "name" "buildingdestroyed"
  41. "description" "destroying an enemy building"
  42. "points" 1
  43. "wages" 5
  44. }
  45.  
  46. spottedbuildingdestroyed
  47. {
  48. "name" "spottedbuildingdestroyed"
  49. "description" "spotting an enemy building which aided in its destruction"
  50. "points" 1
  51. "wages" 0
  52. }
  53.  
  54. sabotage
  55. {
  56. "name" "sabotage"
  57. "description" "sabotaging %i buildings"
  58. "points" 1
  59. "wages" 5
  60. "ammount required" 2
  61. }
  62.  
  63. defuse
  64. {
  65. "name" "defuse"
  66. "description" "disarming %i mines"
  67. "points" 1
  68. "wages" 5
  69. "ammount required" 2
  70. }
  71.  
  72. capturingflag
  73. {
  74. "name" "capturingflag"
  75. "description" "capturing flag"
  76. "points" 1
  77. "wages" 0
  78. }
  79.  
  80. criticalassist
  81. {
  82. "name" "criticalassist"
  83. "description" "%i critical kill assists"
  84. "points" 1
  85. "wages" 1
  86. "ammount required" 2
  87. }
  88.  
  89.  
  90. simpleassist
  91. {
  92. "name" "simpleassist"
  93. "description" "%i kill assists"
  94. "points" 1
  95. "wages" 1
  96. "ammount required" 3
  97. }
  98.  
  99.  
  100. tankdestroyed
  101. {
  102. "name" "tankdestroyed"
  103. "description" "destroying an enemy vehicle"
  104. "points" 1
  105. "wages" 5
  106. }
  107.  
  108. infantrydestroyedtank
  109. {
  110. "name" "infantrydestroyedtank"
  111. "description" "destroying an enemy vehicle"
  112. "points" 1
  113. "wages" 5
  114. }
  115.  
  116. spottedtankdestroyed
  117. {
  118. "name" "spottedtankdestroyed"
  119. "description" "spotting an enemy vehicle which aided in its destruction"
  120. "points" 1
  121. "wages" 0
  122. }
  123.  
  124. commanderbonus
  125. {
  126. "name" "commanderbonus"
  127. "description" "commanderbonus due to squad operations"
  128. "points" 1
  129. "wages" 0
  130. }
  131.  
  132. squadleaderbonus
  133. {
  134. "name" "squadleaderbonus"
  135. "description" "squad leader participation"
  136. "points" 1
  137. "wages" 2
  138. }
  139.  
  140. squadbonus
  141. {
  142. "name" "squadbonus"
  143. "description" "squad participation"
  144. "points" 1
  145. "wages" 2
  146. }
  147.  
  148. revive
  149. {
  150. "name" "revive"
  151. "description" "reviving a team mate"
  152. "points" 1
  153. "wages" 5
  154. }
  155.  
  156. emp_increase_rank
  157. {
  158. "name" "emp_increase_rank"
  159. "description" "emp_increase_rank"
  160. "points" 10
  161. "wages" 200
  162. }
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement