Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. In order to prevent abuse of the system, guards will only get paid credits for selling the gear of the player they’ve killed, not for the kill itself, additionally, in order to prevent economical exploitation, the amount of guard credits paid in exchange for a piece of gear is randomly selected from a range of values each time it is sold and is based on the level of enchantment of said gear piece. For example:
  2.  
  3. Protection 3 Armor Piece = 25 - 60 credits
  4.  
  5. Protection 5 Armor Piece = 100 - 200 credits
  6.  
  7.  
  8. Additionally, designing a proper application process which includes questions like:
  9.  
  10. “I understand abuse of the guard system is taken very seriously and any offenses may result in the immediate permanent suspension of my account or any associated accounts.”
  11.  
  12. “We view you on the same level as a member of staff. We count on you to uphold the integrity of the gameplay experience and expect that you will set aside your own personal interests for the good of the server”
  13.  
  14. Prices of items in the guard shop:
  15.  
  16. Opples = 500 Cr
  17. Warp Potion = 250 Cr
  18. Insta Health 2 = 5 Cr
  19.  
  20.  
  21. Armor Repair (per piece) = 500 Cr
  22. Weapon Repair = 10000 Cr
  23.  
  24.  
  25. Armor Upgrade:
  26.  
  27. P2 -> P3 = 150 Cr
  28. P3 -> P4 = 360 Cr
  29. P4 -> P5 = 1500 Cr
  30. P5 -> P6 = 3000 Cr
  31. P6 -> P7 = 4500 Cr - 75% Success Rate
  32. P7 -> P8 = 6000 Cr - 50% Success Rate
  33. P8 -> P9 = 9000 Cr - 25% Success Rate
  34. P9 -> P10 = 15000 Cr - 10% Success Rate
  35.  
  36. UB2 -> UB3 = 50 Cr
  37. UB3 -> UB4 = 120 Cr
  38. UB4 -> UB5 = 500 Cr
  39. UB5 -> UB6 = 1000 Cr
  40. UB6 -> UB7 = 1500 Cr - 80% Success
  41. UB7 -> UB8 = 2000 Cr - 60% Success
  42. UB8 -> UB9 = 3000 Cr - 40% Success
  43. UB9 -> UB10 = 5000 Cr - 25% Success
  44.  
  45. Autorepair = 10000 Cr - 10% Success Rate
  46.  
  47.  
  48. Rank limitations:
  49.  
  50. P2/UB2+ = Trainee+
  51. P5/UB5+ = Guard+
  52. P7/UB7+ = Alpha Guard+
  53. P9/P10/UB9/UB10 = Omega Guard
  54.  
  55. Guard perk shop which offers perk upgrades similar to the prestige shop on the pit. Limited number of perks available as a Trainee, unlock more perks as you rank up to Guard, Alpha Guard ranks, and Omega Guard
  56.  
  57.  
  58. Perk ideas:
  59.  
  60. Gold Rush: Each level increases your chance to not consume an opple when eating it by 2%
  61.  
  62. Fortitude: Each level increases your total health by 1 point (half a heart)
  63.  
  64. Close Combat: Every 5 consecutive strikes on the same target grants Speed for 8 seconds, stacking each time up to a cap of Speed 3. The buff refreshes every 5 consecutive hits.
  65.  
  66. Barrier: The first strike against you has its damage reduced by 25%, each level grants an additional 5% reduction.
  67.  
  68. Efficiency: Each level increases the total amount of credits gained every 10 minutes by 5. (Example: 100 -> 105 Credits per 10 minutes)
  69.  
  70. Lucky: Each level increases your odds of successfully upgrading a piece of armor by 2%
  71.  
  72. Economic: Each level reduces the lower range of possible credits earned in exchange for a piece of gear by 5% (Example: 100-200 Credits for Prot 5 Armor -> 110-200 Credits)
  73.  
  74. Sharpshooter: Tipped arrows are not consumed when using an Infinity bow.
  75.  
  76. Nutrition: Consuming Opples grants Saturation for 1 second, each level adds an additional second of Saturation.
  77.  
  78. Tenacity: Take no knockback when hit by arrows, no damage when hit by harming pots.
  79.  
  80.  
  81. Rank up (prestige) to higher levels of Alpha Guard, grants higher perk level caps and more perk selection. Adds a number next to the prefix indicating the level of prestige, for example:
  82.  
  83. [Alpha Guard]
  84. [Alpha Guard I]
  85. [Alpha Guard II]
  86. [Alpha Guard III]
  87. [Omega Guard]
  88.  
  89. Omega Guard is the final guard rank and at this rank all guard perks and perk levels are able to purchased
  90.  
  91.  
  92. /g list command which displays all the guards on the server by guard rank and shows who’s actively on duty. Player names in the list are shown with the color of their respective rank.
  93.  
  94. Trainee = Light Blue
  95. Guard = Standard Blue
  96. Alpha Guard = Cyan
  97. Omega Guard = Red
  98.  
  99.  
  100. Guards are unable to exit the prison and go into the free world until they are promoted to Alpha Guard rank.
  101.  
  102.  
  103. Guards arent able to rankup automatically, they must meet the eligibility requirements then do /apply, after which an upper staff member/commissioner will make the decision to promote them to the next rank.
  104.  
  105. Requirements to become guard:
  106.  
  107. - Free rank
  108.  
  109.  
  110. Trainee -> Guard
  111.  
  112. Requirements:
  113.  
  114. 15 Hours spent on /duty
  115. 2 Weeks since promotion to Trainee
  116.  
  117. Rewards:
  118.  
  119. - Access to more perks
  120. - Access to /kit Guard
  121. - Higher armor enchant cap
  122.  
  123. Guard -> Alpha Guard
  124.  
  125. Requirements:
  126.  
  127. 60 hours spent on /duty
  128. 1 Month since promotion to Guard
  129.  
  130. Rewards:
  131.  
  132. - Access to more perks
  133. - Access to /kit Alpha
  134. - Access to the Free world
  135. - Higher armor enchant cap
  136.  
  137. Alpha Guard -> Alpha Guard I
  138.  
  139. Requirements:
  140.  
  141. 50,000 Cr
  142.  
  143. Rewards:
  144.  
  145. - Access to more perks
  146.  
  147. Alpha Guard I -> Alpha Guard II
  148.  
  149. Requirements:
  150.  
  151. 200,000 Cr
  152.  
  153. Rewards:
  154.  
  155. - Access to more perks
  156.  
  157. Alpha Guard II -> Alpha Guard III
  158.  
  159. Requirements:
  160.  
  161. 500,000 Cr
  162.  
  163. Rewards:
  164.  
  165. - Access to more perks
  166.  
  167. Alpha Guard III -> Omega Guard
  168.  
  169. Requirements:
  170.  
  171. 1,000,000 Cr
  172.  
  173. Rewards:
  174.  
  175. - Access to more perks
  176. - Access to /kit Omega
  177. - 100% chance to enchant guard armor to next tier
  178.  
  179.  
  180. NPC accessible only by Alpha Guards, displays an interface with a list of Alpha Guard exclusive perks, shows which perks they have unlocked currently and displays question marks over perks they have yet to unlock, also shows which rank they need to be in order to view details about those perks
  181.  
  182.  
  183. Guards arent able to rankup by themselves until they reach Alpha Guard, once they reach that rank, they will be able to use /rankup to get to the next rank.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement