Advertisement
Guest User

RPS take 3

a guest
Feb 13th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "name": "Rock Paper Scissors",
  3. "author": "<b>Freddichio<b>",
  4. "summary":"Rock Paper Scissors! Rocks nightkills Scissors, Scissors Daykills Paper, Paper votes out rock! What could be simpler?",
  5. "sides": [
  6. {
  7. "side": "rock",
  8. "translation": "Rock"
  9. },
  10. {
  11. "side": "pap",
  12. "translation": "Paper"
  13. },
  14. {
  15. "side": "sci",
  16. "translation": "Scissors"
  17. }
  18. ],
  19. "roles": [
  20. {
  21. "role": "rock",
  22. "translation": "Rock",
  23. "side": "rock",
  24. "help": "You're a rock. You can kill someone during the night, and can't be daykilled. Watch out for Paper's votes, though!",
  25. "actions": {
  26. "night": {
  27. "kill": {
  28. "target": "AnyButTeam",
  29. "common": "Team",
  30. "priority": 2,
  31. "broadcast": "team"
  32. }
  33. },
  34. "startup": "team-reveal",
  35. "daykill": "evade"
  36. }
  37. },
  38. {
  39. "role": "sci",
  40. "translation": "Scissors",
  41. "side": "sci",
  42. "help": "As Scissors, your job is to cut down paper! You can daykill, and have -999 votes to stop yourself being voted out! ",
  43. "actions": {
  44. "standby": {
  45. "kill": {
  46. "target": "AnyButTeam",
  47. "common": "Team"
  48. "msg": "You can kill now using /kill [name] :",
  49. "killmsg": "Snip, snip! ~Target~ gets cut down to size!"
  50. }
  51. },
  52. "startup": "team-reveal",
  53. "vote": -999
  54. }
  55. },
  56. {
  57. "role": "pap",
  58. "translation": "Paper",
  59. "side": "pap",
  60. "help": "You're paper! You can't be nightkilled by the pesky rocks, and your vote counts as more than normal! Vote out Rock, but beware of scissors...",
  61. "actions": {
  62. "night": {
  63. "kill": {
  64. "mode": "ignore"
  65. }
  66. },
  67. "vote": 15,
  68. "startup": "team-reveal"
  69. }
  70. }
  71. ],
  72. "roles1": [
  73. "pap",
  74. "sci",
  75. "rock",
  76. "pap",
  77. "sci",
  78. "rock",
  79. "pap",
  80. "sci",
  81. "rock",
  82. "pap",
  83. "sci",
  84. "rock",
  85. "pap",
  86. "sci",
  87. "rock",
  88. "pap",
  89. "sci",
  90. "rock",
  91. "pap",
  92. "sci",
  93. "rock",
  94. "pap",
  95. "sci",
  96. "rock",
  97. "pap",
  98. "sci",
  99. "rock"
  100. ],
  101. "villageCantLoseRoles": []
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement