Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "FF",
- "author": "Deria",
- "summary": "All your favorite Final Fantasy heroes and villains have gathered for a gigantic battle royale! The villains bring threatening new abilities to the arena, each one able to cripple the heroes severely. Only one thing is certain, though - last party standing wins. [Update: Kuja now instantly wins if killing roles are dead. Minor style changes. Coming soon: Cactuar overhaul + Cloud buff!",
- "sides": [
- {
- "side": "mafia",
- "translation": "Garland"
- },
- {
- "side": "mafia1",
- "translation": "Sin"
- },
- {
- "side": "mafia2",
- "translation": "House Solidor"
- },
- {
- "side": "village",
- "translation": "Heroes"
- },
- {
- "side": "mafia3",
- "translation": "Kefka's Posse"
- },
- {
- "side": "mafia4",
- "translation": "Ultimecia"
- },
- {
- "side": "godfather",
- "translation": "Sephiroth"
- }
- ],
- "roles": [
- {
- "role": "villager",
- "translation": "Moogle",
- "side": "village",
- "help": "As a moogle, it is your job to get the village to win by voting during the day!",
- "actions": {}
- },
- {
- "role": "inspector",
- "translation": "Locke",
- "side": "village",
- "help": "Type /Inspect [name] to find his/her identity! Be careful to not die!",
- "actions": {
- "night": {
- "inspect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 30
- }
- }
- }
- },
- {
- "role": "bodyguard",
- "translation": "Auron",
- "side": "village",
- "help": "Your sole duty is to protect the Heroes as they find all of the villains. Type /protect during the night to do so. In addition, you have a chance of finding a distractor at night...",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Role",
- "priority": 8,
- "broadcast": "role"
- }
- },
- "hax": {
- "distract": {
- "revealTeam": 0.25,
- "revealPlayer": 0.25
- }
- },
- "startup": "role-reveal"
- }
- },
- {
- "role": "mafia",
- "translation": "Garland",
- "side": "mafia",
- "help": "Type /Kill [name] to kill someone! You, Garland, will knock them all down!",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 15,
- "broadcast": "team"
- }
- },
- "startup": "team-reveal"
- }
- },
- {
- "role": "werewolf",
- "translation": "Kefka",
- "side": "mafia3",
- "help": "With insane agility, you outspeed even bodyguards. Strike hard with /kill [name]! Uwee hee hee! If Kuja is playing, team up with him to win!",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 5
- }
- },
- "distract": {
- "mode": "ChangeTarget",
- "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
- "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
- },
- "avoidHax": [
- "kill"
- ]
- }
- },
- {
- "role": "hooker",
- "translation": "Tifa",
- "side": "village",
- "help": "Deceptively strong, you are capable of stopping killers at night with /distract [name]. In addition, you have a chance of finding a protector at night. ",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 2
- }
- },
- "hax": {
- "protect": {
- "revealTeam": 0.25,
- "revealPlayer": 0.25
- }
- }
- }
- },
- {
- "role": "mayor",
- "translation": "Cecil",
- "side": "village",
- "help": "Conflicted to the core, your vote counts as -1. Use this in clever ways to lead the village to victory! You also get a special bonus: you can /protect yourself every night!",
- "actions": {
- "night": {
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 6
- }
- },
- "vote": -1
- }
- },
- {
- "role": "mayor3",
- "translation": "Aerith",
- "side": "village",
- "help": "Your sheer willpower allows your spirit to live on within the Lifestream and communicate with Heroes. As a spirit, you cannot be killed at night. You, however, have a worthless vote.",
- "actions": {
- "vote": 0,
- "kill": {
- "mode": "ignore"
- }
- }
- },
- {
- "role": "mayor2",
- "translation": "Kuja",
- "side": "mafia3",
- "help": "The true show begins now! You're the brightest star in the voting arena, voting for anyone results in their immediate death. Team up with Kefka to win!",
- "actions": {
- "vote": 9999
- },
- "winIfDeadRoles": [
- "mafia1",
- "werewolf",
- "vigilante",
- "mafia2",
- "mafiaboss2",
- "mafiaboss1",
- "samurai",
- "godfather",
- "mafia4"
- ]
- },
- {
- "role": "spy",
- "translation": "Zidane",
- "side": "village",
- "help": "As a professional thief, darkness is your element. At night, you have a chance of finding out who is a killer. In addition to this, you will detect the presence of other thieves such as Locke!",
- "actions": {
- "hax": {
- "kill": {
- "revealTeam": 0.4,
- "revealPlayer": 0.15
- },
- "inspect": {
- "revealTeam": 0.99,
- "revealPlayer": 0.99
- }
- }
- }
- },
- {
- "role": "godfather",
- "translation": "Sephiroth",
- "side": "godfather",
- "help": "You...will never be a memory. As a legendary warrior, you are a force to be reckoned with at all times. Type /kill [name] once per night AND during a standby phase to eliminate those who oppose you. You will not be revealed, so have fun. ",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 20,
- "limit": 1
- }
- },
- "distract": {
- "mode": "ChangeTarget",
- "hookermsg": "Tell me what it is you cherish most. Give me the pleasure of taking it away. You tried to distract the Sephiroth, but subsequently was killed.",
- "msg": "You had a visitor last night. The fool simply became part of the Lifestream..."
- },
- "avoidHax": [
- "kill"
- ],
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "You can kill now using /kill [name] :",
- "killmsg": "Sephiroth darts through the crowd and swiftly slices through ~Target~. He then vanishes without a trace."
- }
- }
- }
- },
- {
- "role": "vigilante",
- "translation": "Lightning",
- "side": "village",
- "help": "Allied with the heroes, it is your goal to assist them and win! Type /kill [name] during the night.",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 19
- }
- }
- }
- },
- {
- "role": "mafia1",
- "translation": "Jecht",
- "side": "mafia1",
- "help": "Team up with Seymour and Yunalesca to bring Sin to victory! Type /kill [name] during the night!",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 12,
- "broadcast": "team"
- }
- },
- "startup": "team-reveal"
- }
- },
- {
- "role": "mafia2",
- "translation": "Larsa Solidor",
- "side": "mafia2",
- "help": "House Solidor unite! Use /kill [name] to weaken the heroes.",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 11,
- "broadcast": "team"
- }
- },
- "startup": "team-reveal"
- }
- },
- {
- "role": "conspirator1",
- "translation": "Yunalesca",
- "side": "mafia1",
- "help": "Stop those who threaten to ruin Sin's plans. Type /distract [name] during the night. Ancient magics double your voting power, giving you +2.",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 1
- }
- },
- "vote": 2,
- "startup": "team-reveal"
- }
- },
- {
- "role": "conspirator2",
- "translation": "Judge Gabranth",
- "side": "mafia2",
- "help": "You're House Solidor's personal bodyguard. Type /protect [name] to defend Larsa or Vayne! You have the ability to boost your vote count by calling on fellow judges, giving you a +2 vote.",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Role",
- "priority": 7,
- "broadcast": "role"
- }
- },
- "vote": 2,
- "startup": "team-reveal"
- }
- },
- {
- "role": "mafiaboss1",
- "translation": "Seymour",
- "side": "mafia1",
- "help": "You're Maester Seymour, allied with Sin. You invoke magic powers and can kill using /Kill! You can't be distracted by foolish mortals.",
- "actions": {
- "distract": {
- "mode": "ignore"
- },
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 12,
- "broadcast": "team"
- }
- },
- "startup": "team-reveal"
- }
- },
- {
- "role": "mafiaboss2",
- "translation": "Vayne Solidor",
- "side": "mafia2",
- "help": "As head of House Solidor, it is your duty to crush the foolish heroes. Type /kill [name]. Your extensive spy network also allows you to /inspect one player per night.",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 11,
- "broadcast": "team"
- },
- "inspect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 38
- }
- },
- "startup": "team-reveal",
- "avoidHax": [
- "inspect"
- ]
- }
- },
- {
- "role": "samurai",
- "translation": "Cloud",
- "side": "village",
- "help": "As a former member of SOLDIER, your battle skills are top notch. Type /kill [name] during the day to eliminate possible villains. You're fairly flashy so your kills will be done in plain sight: you will be revealed.",
- "actions": {
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "Draw your Buster Sword and pick a target using /kill [name] :",
- "killmsg": "~Self~ lunges and pulls out a Buster Sword, striking down ~Target~!"
- }
- }
- }
- },
- {
- "role": "miller",
- "translation": "Cactuar",
- "side": "village",
- "help": "You're quite the suspicious character! As a Cactuar, you are allied with the Heroes. Locke, however, sees you as an enemy.",
- "actions": {
- "inspect": {
- "revealAs": "werewolf"
- }
- }
- },
- {
- "role": "vigilante2",
- "translation": "Tidus",
- "side": "village",
- "help": "You're Tidus! Carefree and light-hearted, you don't appreciate the villains and their evil deeds. Thankfully, you've brought more than a few blitzballs to the fray; you can stun people with /distract and have them rendered immobile for the night. You can throw up to 3 blitzballs per night but...you have to collect them during the day. Your vote counts as 0.",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 3,
- "limit": 3
- }
- },
- "vote": 0
- }
- },
- {
- "role": "vigilante3",
- "translation": "Gigantuar",
- "side": "village",
- "help": "You're a special, chosen Cactuar. While you don't have the ability to directly kill any target, you have a secret ability: any fatal attack on you during the night results in the attacker dying as well. You never go down without a fight! ",
- "actions": {
- "kill": {
- "mode": "killattacker"
- }
- }
- },
- {
- "role": "mafia4",
- "translation": "Ultimecia",
- "side": "mafia4",
- "help": "You are Ultimecia. Time shall compress...All existence will be denied...forever. Your dark magics allow you to seal up to 2 players every night with /poison: they will die at the end of the following night. Spacial compression also greatly increases your voting capabilities: your vote counts as 4. ",
- "actions": {
- "night": {
- "poison": {
- "target": "AnyButTeam",
- "common": "Team",
- "priority": 15,
- "broadcast": "team",
- "limit": 2
- }
- },
- "vote": 4
- }
- }
- ],
- "roles1": [
- "bodyguard",
- "mafia",
- "inspector",
- "werewolf",
- "hooker",
- "villager",
- "mafia",
- "mayor",
- "miller",
- "villager",
- "villager"
- ],
- "roles2": [
- "bodyguard",
- "mafia1",
- "conspirator1",
- "inspector",
- "hooker",
- "villager",
- "mafia2",
- "conspirator2",
- "villager",
- "miller",
- "vigilante",
- "mayor",
- "werewolf",
- "spy",
- "villager",
- "samurai",
- "mayor2",
- "mafiaboss1",
- "mafiaboss2",
- "godfather",
- "mayor3",
- "mafia4",
- "vigilante2",
- "vigilante3",
- "villager",
- "villager",
- "villager",
- "miller",
- "miller",
- "villager"
- ],
- "villageCantLoseRoles": [
- "vigilante",
- "samurai"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment