Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. {
  2. "enemies": [
  3. {
  4. "name": "Job Recruiter",
  5. "attacks": [
  6. {
  7. "name": "Interveiw Attack",
  8. "description": "The Recruiter asks you 'What can skills can you bring to this company?'. You do not know the answer and stall.",
  9. "damage": "20"
  10. },
  11. {
  12. "name": "Freshman Attack",
  13. "description": "The Recruiter says 'We don't hire Freshman'. This makes you frustrated.",
  14. "damage": "30"
  15. },
  16. {
  17. "name": "No Free Gear Attack",
  18. "description": "The Recruiter tells you they are fresh out of free company water bottles. This makes you peeved.",
  19. "damage": "10"
  20. }
  21. ]
  22. },
  23. {
  24. "name": "CS Teacher",
  25. "attacks": [
  26. {
  27. "name": "Overload Attack",
  28. "description": "The Teacher assigns you a long MP due in a week. This makes you sad.",
  29. "damage": "40"
  30. },
  31. {
  32. "name": "Test Attack",
  33. "description": "The Teacher puts concepts on the test that you do not understand. This makes you want to write a passive-agressive piazza post.",
  34. "damage": "20"
  35. },
  36. {
  37. "name": "Forgetful Attack",
  38. "description": "The teacher forgets to post the rubric for the website on the website, leaving you slightly annoyed.",
  39. "damage": "10"
  40. }
  41. ]
  42. },
  43. {
  44. "name": "CS 125 Student",
  45. "attacks": [
  46. {
  47. "name": "Question Attack",
  48. "description": "The CS 125 student asks you a question on a concept that you have forgotten about. This makes you look dumb.",
  49. "damage": "10"
  50. },
  51. {
  52. "name": "Beautiful Code Attack",
  53. "description": "The CS 125 student opens their laptop and shows you their solution to one of your old MPs. Their code is much better, making you feel jealous and miffed.",
  54. "damage": "10"
  55. },
  56. {
  57. "name": "Forum Attack",
  58. "description": "The CS 125 student writes a passive-agressive forum post about you. Geoff Challen responds.",
  59. "damage": "20"
  60. }
  61. ]
  62. }
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement