Advertisement
Mrhappyface

Protect/kill example (Wonderland)

Jun 3rd, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. {
  2. "role": "bander",
  3. "translation": "Bandersnatch",
  4. "side": "mafia",
  5. "help": "Type /Kill [name] to kill someone! Type /protect to protect someone! You are sided with the Red queens army!",
  6. "actions": {
  7. "night": {
  8. "kill": {
  9. "target": "AnyButSelf",
  10. "common": "Self",
  11. "priority": 20,
  12. "limit": 1
  13. }
  14. },
  15. "distract": {
  16. "mode": "ChangeTarget",
  17. "hookermsg": "You tried to seduce the Bandersnatch, you just were eaten to death!",
  18. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  19. },
  20. "actions": {
  21. "night": {
  22. "protect": {
  23. "target": "AnyButself",
  24. "common": "Role",
  25. "priority": 2,
  26. "broadcast": "role"
  27. }
  28. },
  29. "avoidHax": [
  30. "protect"
  31. ]
  32. }
  33. }
  34. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement