Don't like ads? PRO users don't see any ads ;-)
Guest

B2 PB 2

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 13.06 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2.     "name": "Black2: The Plasma Beyond",
  3.     "summary": "In Black 2, a young hero is trying to stop team Plasma from doing their evil work. Along with Cheren and his/her rival, he/she will rush to stop Ghetsis and Croless from their master plan!",
  4.     "author": "Ghetsis.",
  5.     "sides": [
  6.         {
  7.             "side": "mafia",
  8.             "translation": "New Plasma"
  9.         },
  10.         {
  11.             "side": "mafia2",
  12.             "translation": "Italian Mafia"
  13.         },
  14.         {
  15.             "side": "village",
  16.             "translation": "The Rebels"
  17.         },
  18.         {
  19.             "side": "werewolf",
  20.             "translation": "WereWolf"
  21.         },
  22.         {
  23.             "side": "godfather",
  24.             "translation": "Godfather"
  25.         },
  26.         {
  27.             "side": "baka",
  28.             "translation": "Conspirator"
  29.         }
  30.     ],
  31.     "roles": [
  32.         {
  33.             "role": "villager",
  34.             "translation": "Frillish",
  35.             "side": "village",
  36.             "help": "You annoyingly got onto Team Plasma's warship, and N liked you. As a distraction, N asked you to vote out baddies!",
  37.             "actions": {}
  38.         },
  39.         {
  40.             "role": "inspector",
  41.             "translation": "N",
  42.             "side": "village",
  43.             "help": "Type /Inspect [name] to find his/her identity! Hopefully you can nab your father...",
  44.             "actions": {
  45.                 "night": {
  46.                     "inspect": {
  47.                         "target": "AnyButSelf",
  48.                         "common": "Self",
  49.                         "priority": 30
  50.                     }
  51.                 }
  52.             }
  53.         },
  54.         {
  55.             "role": "bodyguard",
  56.             "translation": "Stoutland",
  57.             "side": "village",
  58.             "help": "Type /Protect [name] to protect someone! Try protecting Lucario!",
  59.             "actions": {
  60.                 "night": {
  61.                     "protect": {
  62.                         "target": "AnyButSelf",
  63.                         "common": "Role",
  64.                         "priority": 5,
  65.                         "broadcast": "role"
  66.                     }
  67.                 },
  68.                 "startup": "role-reveal"
  69.             }
  70.         },
  71.         {
  72.             "role": "mafiaa",
  73.             "translation": "Shadow1",
  74.             "side": "mafia",
  75.             "help": "Type /Poison [name] to intoxicate someone! For the sake of the game, plz PM other shadows and bisharp only.",
  76.             "actions": {
  77.                 "night": {
  78.                     "poison": {
  79.                         "target": "AnyButTeam",
  80.                         "priority": 11,
  81.                         "broadcast": "team",
  82.                         "common": "Self"
  83.                     }
  84.                 },
  85.                 "startup": { "revealRole": "mafiab" }
  86.             }
  87.         },
  88.         {
  89.             "role": "werewolf",
  90.             "translation": "Zekrom",
  91.             "side": "village",
  92.             "help": "Type /Kill [name] to kill someone!",
  93.             "actions": {
  94.                 "night": {
  95.                     "kill": {
  96.                         "target": "AnyButSelf",
  97.                         "common": "Self",
  98.                         "priority": 10
  99.                     }
  100.                 },
  101.                 "avoidHax": [
  102.                     "kill"
  103.                 ]
  104.             }
  105.         },
  106.         {
  107.             "role": "hooker",
  108.             "translation": "Emboar",
  109.             "side": "village",
  110.             "help": "Type /Distract [name] to distract someone! Flame Charge!",
  111.             "actions": {
  112.                 "night": {
  113.                     "distract": {
  114.                         "target": "AnyButSelf",
  115.                         "common": "Self",
  116.                         "priority": 1
  117.                     }
  118.                 }
  119.             }
  120.         },
  121.         {
  122.             "role": "spy",
  123.             "translation": "Hugh",
  124.             "side": "village",
  125.             "help": " You're so angry at Team Plasma for stealing Purrloin, that you get has on their evil deeds!",
  126.             "actions": {
  127.                 "hax": {
  128.                     "kill": {
  129.                         "revealTeam": 5,
  130.                         "revealPlayer": 0.35
  131.                     }
  132.                 }
  133.             }
  134.         },
  135.         {
  136.             "role": "godfather",
  137.             "translation": "Black Kyreum",
  138.             "side": "godfather",
  139.             "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target! Try or don't try to get caught by Ghetsis.",
  140.             "actions": {
  141.                 "night": {
  142.                     "kill": {
  143.                         "target": "AnyButSelf",
  144.                         "common": "Self",
  145.                         "priority": 20,
  146.                         "limit": 2
  147.                     }
  148.                 },
  149.                 "avoidHax": [
  150.                     "kill"
  151.                 ]
  152.             }
  153.         },
  154.         {
  155.             "role": "godfather2",
  156.             "translation": " Ghetsis's Black Kyreum",
  157.             "side": "mafia",
  158.             "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target! Try or don't try to get caught by Ghetsis.",
  159.             "actions": {
  160.                 "night": {
  161.                     "kill": {
  162.                         "target": "AnyButSelf",
  163.                         "common": "Self",
  164.                         "priority": 20,
  165.                         "limit": 2
  166.                     }
  167.                 },
  168.                 "avoidHax": [
  169.                     "kill"
  170.                 ]
  171.             }
  172.         },
  173.         {
  174.             "role": "vigilante",
  175.             "translation": "Samurott",
  176.             "side": "village",
  177.             "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  178.             "actions": {
  179.                 "night": {
  180.                     "kill": {
  181.                         "target": "AnyButSelf",
  182.                         "common": "Self",
  183.                         "priority": 19
  184.                     }
  185.                 }
  186.             }
  187.         },
  188.         {
  189.             "role": "mafiab",
  190.             "translation": "Shadow2",
  191.             "side": "mafia",
  192.             "help": "Type /stalk [name] to stalk someone! For the game, plz just PM bisharp and the other shadows",
  193.             "actions": {
  194.                 "night": {
  195.                     "stalk": {
  196.                         "target": "AnyButSelf",
  197.                         "common": "Self",
  198.                         "priority": 1
  199.                     }
  200.                 },
  201.                 "startup": { "revealRole": "mafiac" }
  202.             }
  203.         },
  204.         {
  205.             "role": "mafiac",
  206.             "translation": "Shadow3",
  207.             "side": "mafia",
  208.             "help": " Gotta hax em all! For the sake of the game, plz just PM bishop and the other shadows.",
  209.             "actions": {
  210.                 "hax": {
  211.                     "kill": {
  212.                         "revealTeam": 5,
  213.                         "revealPlayer": 0.35
  214.                     }
  215.                 },
  216.                 "startup": { "revealRole": "vigilante2" }
  217.             }
  218.         },
  219.         {
  220.             "role": "samurai1",
  221.             "translation": "Ghetsis.",
  222.             "side": "mafia",
  223.             "help": "You are Ghetsis! Being epic, you can kill twice at day, but se You plot away from the waters so you cannot be killed at that time. Type /stab [name] during the day to stab your target! Also type /cannon [name] for a SECOND KILL but be warned, you may be revealed!",
  224.             "info": "A human that can daykill twice (2nd kill with 30% chance of revealing), +3 votes and can't be nightkilled. Sided with New Plasma Team.",
  225.             "actions": {
  226.                 "standby": {
  227.                     "stab": {
  228.                         "target": "AnyButSelf",
  229.                         "limit": 1,
  230.                         "command": "kill",
  231.                         "msg": "Type/stabnowtokillyournemesis!: ",
  232.                         "killmsg": "~Target~isstabbed.Ghetsishasdestroyedyetanotherperson."
  233.                     },
  234.                     "Cannon": {
  235.                         "target": "AnyButSelf",
  236.                         "limit": 2,
  237.                         "command": "kill",
  238.                         "msg": "Type/cannonformorekills!: ",
  239.                         "killmsg": "Ghetsispointedat~role~andcannonsfinishedhimoff!",
  240.                         "revealChance": 0.25,
  241.                         "revealmsg": "~Self~'ssignaturewassightedonacontractwiththeshipcaptian!",
  242.                         "night": {
  243.                             "rarecandy": {
  244.                                 "target": "AnyButSelf",
  245.                                 "common": "Self",
  246.                                 "priority": 1,
  247.                                 "command": "convert",
  248.                                 "newRole": {
  249.                                     "godfather": [
  250.                                         "godfather2"
  251.                                     ]
  252.                                 }
  253.                             }
  254.                         }
  255.                     }
  256.                 }
  257.             }
  258.         },
  259.         {
  260.             "role": "mafiaboss1",
  261.             "translation": "Corless",
  262.             "side": "mafia",
  263.             "help": "You'resosmartyoucan/inspectandfindoutsomeone'srole!TrytellingMagnezoneifthey'reateammate.",
  264.             "actions": {
  265.                 "night": {
  266.                     "inspect": {
  267.                         "target": "AnyButSelf",
  268.                         "common": "Self",
  269.                         "priority": 30
  270.                     }
  271.                 },
  272.                 "distract": {
  273.                     "mode": "ignore",
  274.                     "msg": "TheEmboarcametoyoulastnightbutshehadnoeffectonyou!"
  275.                 },
  276.                 "startup": "role-revealbg2"
  277.             }
  278.         },
  279.         {
  280.             "role": "bg2",
  281.             "translation": "Magnezone",
  282.             "side": "mafia",
  283.             "help": "Type/protecttoprotectupto2people!Youcan'tbedistracted!",
  284.             "actions": {
  285.                 "night": {
  286.                     "protect": {
  287.                         "target": "AnyButSelf",
  288.                         "common": "Role",
  289.                         "priority": 5,
  290.                         "broadcast": "role",
  291.                         "limit": 2
  292.                     }
  293.                 },
  294.                 "distract": {
  295.                     "mode": "ignore",
  296.                     "msg": "TheEmboarcametoyoulastnightbuthehadnoeffectonyou!"
  297.                 },
  298.                 "startup": "team-reveal"
  299.             }
  300.         },
  301.         {
  302.             "role": "samurai",
  303.             "translation": "Lucario2",
  304.             "side": "village",
  305.             "help": "Type/Killduringthedayphasetokillsomeone!Youwillberevealedwhenyoukillsomakewisechoices!YouarealliedwiththeGoodpeople.YoualsoavoidDaykills.",
  306.             "actions": {
  307.                 "daykill": "evade",
  308.                 "standby": {
  309.                     "kill": {
  310.                         "target": "AnyButSelf",
  311.                         "msg": "Youcankillnowusing/kill: ",
  312.                         "killmsg": "~Self~chargeswithauraandkillshistarget!"
  313.                     }
  314.                 }
  315.             }
  316.         },
  317.         {
  318.             "role": "vigilante2",
  319.             "translation": "Bisharp",
  320.             "side": "mafia",
  321.             "help": "Type/Killtokillsomeone!(dontkillthegoodpeople!)",
  322.             "actions": {
  323.                 "night": {
  324.                     "kill": {
  325.                         "target": "AnyButSelf",
  326.                         "common": "Self",
  327.                         "priority": 19
  328.                     }
  329.                 },
  330.                 "startup": "role-revealmafiaa"
  331.             }
  332.         },
  333.         {
  334.             "role": "bomb",
  335.             "translation": "Hydregion",
  336.             "side": "mafia",
  337.             "help": "Youareaboss!Ifanyonetriestokillyouyoukillback!",
  338.             "actions": {
  339.                 "kill": {
  340.                     "mode": "killattacker"
  341.                 }
  342.             }
  343.         }
  344.     ],
  345.     "roles1": [],
  346.     "roles2": [
  347.         "bodyguard",
  348.         "mafiaa",
  349.         "mafiab",
  350.         "inspector",
  351.         "hooker",
  352.         "villager",
  353.         "mafiac",
  354.         "villager",
  355.         "villager",
  356.         "villager",
  357.         "spy",
  358.         "villager",
  359.         "mafiaboss1",
  360.         "villager",
  361.         "vigilante",
  362.         "villager",
  363.         "godfather",
  364.         "bg2",
  365.         "samurai",
  366.         "villager",
  367.         "villager",
  368.         "werewolf",
  369.         "vigilante2",
  370.         "samurai1",
  371.         "bodyguard",
  372.         "villager",
  373.         "bomb",
  374.         "hooker",
  375.         "mafiaa",
  376.         "mafiab",
  377.         "spy",
  378.         "villager",
  379.         "werewolf",
  380.         "vigilante",
  381.         "villager",
  382.         "villager"
  383.     ],
  384.     "villageCantLoseRoles": [
  385.         "vigilante",
  386.         "samurai",
  387.         "bomb"
  388.     ]
  389. }