Advertisement
nutter666

Rogue Sentience

Aug 4th, 2014
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. //Rogue Sentience:/
  2.  
  3. A 3rd person arcade stealth, shooter hybrid set in a slight future setting in which tasks the player takes the role of one of the remaining members of the cypher resistance opposing a rogue totalitarian AI which has taken control of a city. The AI controls the city using cameras, robotic enforcers and heli-drones. The city is monitored using "The Grid", a collection of uplink servers which both monitor the districts of the city and control the enforcer bots. The player is tasked with disabling each of the uplink servers in order to free the districts, allowing the resistance to reclaim it and gain territory with the goal of eventually shutting down the AI.
  4.  
  5. The player begins with just a Shockbaton which can take down Robots at close range and must initially use stealth to reach the servers.
  6. Disabling a server and freeing a district awards a skill point, unlocks a hideout within the district and reveals any confiscated weapon/item caches within that district.
  7.  
  8. Along with the weapons found in confiscation caches, the player can also unlock a collection of gadgets using skill points which make the task easier.
  9.  
  10. _Skills - Each Skill costs a skill point and may require an earlier unlock to be accessible.
  11.  
  12. ---------------------------
  13. EMP Pistol
  14. ---------------------------
  15. EMP Pistol - Allows the player to shoot and disable a Camera, Watcher Bot, Sentinel or Enforcer for a short duration.
  16.  
  17. Improved Cells - Improvements in the Power Cell Distribution system allows the EMP Pistol to store and fire 20 shots rather than 15.
  18. (Requires EMP Pistol to be unlocked first)
  19.  
  20. System Reboot - Shots from the pistol causes enemies to reboot, increasing how long they are disabled before they re-activate.
  21. (Requires EMP Pistol to be unlocked first)
  22.  
  23. Memory Corrupt - Shots from the pistol cause a memory corruption in enemies further increasing the disable duration.
  24. (Requires System Reboot to be unlocked first)
  25.  
  26.  
  27. ---------------------------
  28. Wave Generator
  29. ---------------------------
  30. Wave Generator - Generates an EMP wave which disables all nearby within it's radius for a short duration.
  31.  
  32. Beta Wave - The Generator creates a more powerful beta wave, increasing it's blast radius.
  33. (Requires Wave Generator to be unlocked first)
  34.  
  35. Gamma Wave - The Generator creates an even more powerful wave, further increasing it's blast radius.
  36. (Requires Beta Wave to be unlocked first)
  37.  
  38. Scrambler - The EMP Wave is tuned to scramble the networking systems in enemies, increasing the disable duration.
  39. (Requires Wave Generator to be unlocked first)
  40.  
  41. ---------------------------
  42. EMP Grenades
  43. ---------------------------
  44. EMP Grenade - An improvised grenade device which creates a small EMP blast when it detonates.
  45.  
  46. Pitcher - Allows the Grenades to be thrown further by the player.
  47. (Requires EMP Grenade to be unlocked first)
  48.  
  49. Overcharger - The Grenades are modfied with an overcharger device which massively increases their blast radius.
  50. (Requires EMP Grenade to be unlocked first)
  51.  
  52. IED Mode - The Grenades are fitted a remote trigger mechanism allowing the player to detonate them by "hacking" them.
  53. (Requires Overcharger to be unlocked first)
  54.  
  55. ---------------------------
  56. Scavenging
  57. ---------------------------
  58.  
  59. Looter - Your knowledge of the robotic machines sometimes allows you to scavenge EMP Ammo from them once destroyed. (25%)
  60.  
  61. Scrapper - Your chance to scavenge EMP Ammo from enemy robots after taking them down is further increased. (50%)
  62. (Requires Looter to be unlocked first)
  63.  
  64. Scavenger - Further study of the machines has given you a greater chance of salvaging EMP ammo from them. (75%)
  65. (Requires Scrapper to be unlocked first)
  66.  
  67. Technician - Your knowledge of disabling the machines allows you to harvest EMP ammo from every enemies you take down (100%)
  68. (Requires Technician to be unlocked first)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement