Advertisement
Guest User

RPSMaf2

a guest
Feb 13th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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": "AnyButTeab",
  47. "msg": "You can kill now using /kill [name] :",
  48. "killmsg": "Snip, snip! ~Target~ gets cut down to size!"
  49. }
  50. },
  51. "startup": "team-reveal",
  52. "vote": -999
  53. }
  54. },
  55. {
  56. "role": "pap",
  57. "translation": "Paper",
  58. "side": "pap",
  59. "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...",
  60. "actions": {
  61. "night": {
  62. "kill": {
  63. "mode": "ignore"
  64. }
  65. },
  66. "vote": 15,
  67. "startup": "team-reveal"
  68. }
  69. }
  70. ],
  71. "roles1": [
  72. "pap",
  73. "sci",
  74. "rock",
  75. "pap",
  76. "sci",
  77. "rock",
  78. "pap",
  79. "sci",
  80. "rock",
  81. "pap",
  82. "sci",
  83. "rock",
  84. "pap",
  85. "sci",
  86. "rock",
  87. "pap",
  88. "sci",
  89. "rock",
  90. "pap",
  91. "sci",
  92. "rock",
  93. "pap",
  94. "sci",
  95. "rock",
  96. "pap",
  97. "sci",
  98. "rock"
  99. ],
  100. "villageCantLoseRoles": []
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement