Advertisement
derpinator

Yugioh Theme

Jul 30th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name": "Yugioh",
  3.     "author": [
  4.         "matthewbny",
  5.         "Bullet of Truth",
  6.         "Matt Ayala"
  7.     ],
  8.     "ticks": {
  9.         "night": 35,
  10.         "standby": 25
  11.     },
  12.     "minplayers": 4,
  13.     "altname": "Yu-Gi-Oh!",
  14.     "threadlink": "null",
  15.     "summary": "A war of the millennium commences! Fight as either the Elemental Heroes (village), the Dragon Rulers (all have a shared kill and a different action), the Destiny Heroes (who have kujas and anti-kujas but only one appears during the game), the Evil Heroes (who are extremely powerful when in unison) or Exodia (a conspirator role who wins in 7 turns).",
  16.     "sides": [
  17.         {
  18.             "side": "village",
  19.             "translation": "Elemental Heroes",
  20.             "winmsg": "Justice has been served! The Elemental Heroes (~Players~) relied on the powers of Fusion to resolve the conflicts of the Duel World!"
  21.         },
  22.         {
  23.             "side": "rulers",
  24.             "translation": "Dragon Rulers",
  25.             "winmsg": "The Dragon Rulers (~Players~) ravage amongst the lands in an epic victory!"
  26.         },
  27.         {
  28.             "side": "destiny",
  29.             "translation": "Destiny",
  30.             "winmsg": "The Destiny Heroes (~Players~) have conquered the world! No longer will the foolish Elemental Heroes run rampant!"
  31.         },
  32.         {
  33.             "side": "evil",
  34.             "translation": "Evil Heroes",
  35.             "winmsg": "The willpower of the Elemental Heroes was no match for the Evil Heroes (~Players~) as their corruption spreads throughout the world!"
  36.         },
  37.         {
  38.             "side": "exodia",
  39.             "translation": "Exodia, the Forbidden One",
  40.             "winmsg": "The cursed seal of the Forbidden One is broken! The unlimited power of ~Players~ grants them eternal divinity!"
  41.         },
  42.         {
  43.             "side": "godfather1",
  44.             "translation": "Dark Magician",
  45.             "winmsg": "The world is enshrouded in a dark mist as ~Players~ has cast everyone into the Shadow Realm!"
  46.         },
  47.         {
  48.             "side": "godfather2",
  49.             "translation": "Blue-Eyes White Dragon",
  50.             "winmsg": "Blue-Eyes White Dragon (~Players~) commands a Burst Stream of Destruction to finish off his enemies!"
  51.         }
  52.     ],
  53.     "roles": [
  54.         {
  55.             "role": "kuriboh",
  56.             "translation": "Kuriboh",
  57.             "side": "village",
  58.             "help": "You have no actions during the night! Vote to get rid of people during the day!",
  59.             "actions": {}
  60.         },
  61.         {
  62.             "role": "winged_kuriboh",
  63.             "translation": "Winged Kuriboh",
  64.             "side": "village",
  65.             "help": "You have no actions during the night! Vote to get rid of people during the day!",
  66.             "actions": {}
  67.         },
  68.         {
  69.             "role": "bad_guy",
  70.             "translation": "Bad Guy",
  71.             "side": "village",
  72.             "hide": true,
  73.             "help": "Placeholder",
  74.             "actions": {}
  75.         },
  76.         {
  77.             "role": "spark",
  78.             "translation": "Sparkman",
  79.             "side": "village",
  80.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Burstinatrix, Avian, Clayman, Wildheart, Necroshade, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! Use your /kill during the night. (due to the speed of light, your kill always goes first) You can either type /necro (your name), /blade (your name), /clay (your name) or type /wingman (yourname) to turn into a corresponding role whenever that role dies!",
  81.             "info": "Can kill one person during the night. Can become either Darkbright or Necroid Shaman whenever a certain role dies (depending on the command used). On death, turns Flame Wingman into Shining Flare Wingman. Sided with the Village.",
  82.             "actions": {
  83.                 "onDeath": {
  84.                     "convertRoles": {
  85.                         "sparkblade": "plasmavice"
  86.                     },
  87.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  88.                 },
  89.                 "night": {
  90.                     "kill": {
  91.                         "target": "AnyButSelf",
  92.                         "common": "Team",
  93.                         "priority": 15
  94.                     },
  95.                     "necro": {
  96.                         "command": "convert",
  97.                         "restrict": [
  98.                             "clay"
  99.                         ],
  100.                         "target": "OnlySelf",
  101.                         "common": "Self",
  102.                         "priority": 16,
  103.                         "newRole": "necrospark",
  104.                         "canConvert": [
  105.                             "spark"
  106.                         ],
  107.                         "pierce": true,
  108.                         "silent": true
  109.                     },
  110.                     "blade": {
  111.                         "command": "convert",
  112.                         "restrict": [
  113.                             "clay",
  114.                             "necro"
  115.                         ],
  116.                         "target": "OnlySelf",
  117.                         "common": "Self",
  118.                         "priority": 16,
  119.                         "newRole": "bladespark",
  120.                         "canConvert": [
  121.                             "spark"
  122.                         ],
  123.                         "pierce": true,
  124.                         "silent": true
  125.                     },
  126.                     "clay": {
  127.                         "command": "convert",
  128.                         "restrict": [
  129.                             "necro",
  130.                             "blade"
  131.                         ],
  132.                         "target": "OnlySelf",
  133.                         "common": "Self",
  134.                         "priority": 16,
  135.                         "newRole": "clayspark",
  136.                         "canConvert": [
  137.                             "spark"
  138.                         ],
  139.                         "pierce": true,
  140.                         "silent": true
  141.                     }
  142.                 }
  143.             }
  144.         },
  145.         {
  146.             "role": "necrospark",
  147.             "hide": true,
  148.             "translation": "Sparkman",
  149.             "side": "village",
  150.             "help": "Whenever Necroshade dies, you become Darkbright (kill and stalk). You can still /kill whenever you want, just be careful not to hit any of your teammates!",
  151.             "actions": {
  152.                 "onDeath": {
  153.                     "convertRoles": {
  154.                         "sparkblade": "plasmavice"
  155.                     },
  156.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  157.                 },
  158.                 "night": {
  159.                     "kill": {
  160.                         "target": "AnyButSelf",
  161.                         "common": "Team",
  162.                         "priority": 15
  163.                     }
  164.                 }
  165.             }
  166.         },
  167.         {
  168.             "role": "bladespark",
  169.             "hide": true,
  170.             "translation": "Sparkman",
  171.             "side": "village",
  172.             "help": "Whenever Bladedge dies, you become Plasma Vice (evades daykills and gets a nightkill). You can still /kill whenever you want, just be careful not to hit any of your teammates!",
  173.             "actions": {
  174.                 "onDeath": {
  175.                     "convertRoles": {
  176.                         "sparkblade": "plasmavice"
  177.                     },
  178.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  179.                 },
  180.                 "night": {
  181.                     "kill": {
  182.                         "target": "AnyButSelf",
  183.                         "common": "Team",
  184.                         "priority": 15
  185.                     }
  186.                 }
  187.             }
  188.         },
  189.         {
  190.             "role": "clayspark",
  191.             "translation": "Sparkman",
  192.             "side": "village",
  193.             "hide": true,
  194.             "help": "Whenever Clayman dies, you become Thunder Giant (kill and protect). You can still /kill whenever you want, just be careful not to hit any of your teammates!",
  195.             "actions": {
  196.                 "onDeath": {
  197.                     "convertRoles": {
  198.                         "sparkblade": "plasmavice"
  199.                     },
  200.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  201.                 },
  202.                 "night": {
  203.                     "kill": {
  204.                         "target": "AnyButSelf",
  205.                         "common": "Team",
  206.                         "priority": 15
  207.                     }
  208.                 }
  209.             }
  210.         },
  211.         {
  212.             "role": "burst",
  213.             "translation": "Burstinatrix",
  214.             "side": "village",
  215.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Sparkman, Avian, Clayman, Wildheart, Necroshade, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! Type /burn to kill someone! Note it takes a day for this to work. You can either type /avian (your name), /bubble (your name), or type /clay (yourname) to turn into a corresponding role whenever that role dies!",
  216.             "info": "Can burn (poison) one person during the night. Can become either Flame Wingman, Steam Healer or Rampart Blaster whenever a certain role dies (depending on the command used). Sided with the Village.",
  217.             "actions": {
  218.                 "onDeath": {
  219.                     "convertRoles": {
  220.                         "burstbubble": "steamhealer"
  221.                     },
  222.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  223.                 },
  224.                 "night": {
  225.                     "burn": {
  226.                         "command": "poison",
  227.                         "target": "AnyButSelf",
  228.                         "common": "Self",
  229.                         "poisonDeadMessage": "The justified Burstfire of Burstinatrix took its toll on you!",
  230.                         "priority": 33
  231.                     },
  232.                     "avian": {
  233.                         "command": "convert",
  234.                         "restrict": [
  235.                             "bubble",
  236.                             "clay"
  237.                         ],
  238.                         "target": "OnlySelf",
  239.                         "common": "Self",
  240.                         "priority": 34,
  241.                         "newRole": "avianburst",
  242.                         "canConvert": [
  243.                             "burst"
  244.                         ],
  245.                         "pierce": true,
  246.                         "silent": true
  247.                     },
  248.                     "bubble": {
  249.                         "command": "convert",
  250.                         "restrict": [
  251.                             "avian",
  252.                             "clay"
  253.                         ],
  254.                         "target": "OnlySelf",
  255.                         "common": "Self",
  256.                         "priority": 34,
  257.                         "newRole": "bubbleburst",
  258.                         "canConvert": [
  259.                             "burst"
  260.                         ],
  261.                         "pierce": true,
  262.                         "silent": true
  263.                     },
  264.                     "clay": {
  265.                         "command": "convert",
  266.                         "restrict": [
  267.                             "avian",
  268.                             "bubble"
  269.                         ],
  270.                         "target": "OnlySelf",
  271.                         "common": "Self",
  272.                         "priority": 34,
  273.                         "newRole": "clayburst",
  274.                         "canConvert": [
  275.                             "burst"
  276.                         ],
  277.                         "pierce": true,
  278.                         "silent": true
  279.                     }
  280.                 }
  281.             }
  282.         },
  283.         {
  284.             "role": "avianburst",
  285.             "translation": "Burstinatrix",
  286.             "side": "village",
  287.             "hide": true,
  288.             "help": "Whenever Avian dies, you become Flame Wingman (daykill and distract). You can still /burn whoever you want, just be careful not to hit any of your teammates!",
  289.             "actions": {
  290.                 "onDeath": {
  291.                     "convertRoles": {
  292.                         "burstbubble": "steamhealer"
  293.                     },
  294.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  295.                 },
  296.                 "night": {
  297.                     "burn": {
  298.                         "command": "poison",
  299.                         "target": "AnyButSelf",
  300.                         "common": "Self",
  301.                         "poisonDeadMessage": "The justified flames of Burstinatrix took their toll on you!",
  302.                         "priority": 33
  303.                     }
  304.                 }
  305.             }
  306.         },
  307.         {
  308.             "role": "bubbleburst",
  309.             "translation": "Burstinatrix",
  310.             "side": "village",
  311.             "hide": true,
  312.             "help": "Whenever Bubbleman dies, you become Steam Healer (poison + inspect). You can still /burn whoever you want, just be careful not to hit any of your teammates!",
  313.             "actions": {
  314.                 "onDeath": {
  315.                     "convertRoles": {
  316.                         "burstbubble": "steamhealer"
  317.                     },
  318.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  319.                 },
  320.                 "night": {
  321.                     "burn": {
  322.                         "command": "poison",
  323.                         "target": "AnyButSelf",
  324.                         "common": "Self",
  325.                         "poisonDeadMessage": "The justified flames of Burstinatrix took their toll on you!",
  326.                         "priority": 33
  327.                     }
  328.                 }
  329.             }
  330.         },
  331.         {
  332.             "role": "clayburst",
  333.             "translation": "Burstinatrix",
  334.             "side": "village",
  335.             "hide": true,
  336.             "help": "Whenever Clayman dies, you become Rampart Blaster (kill + evade nightkills). You can still /burn whoever you want, just be careful not to hit any of your teammates!",
  337.             "actions": {
  338.                 "onDeath": {
  339.                     "convertRoles": {
  340.                         "burstbubble": "steamhealer"
  341.                     },
  342.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  343.                 },
  344.                 "night": {
  345.                     "burn": {
  346.                         "command": "poison",
  347.                         "target": "AnyButSelf",
  348.                         "common": "Self",
  349.                         "poisonDeadMessage": "The justified flames of Burstinatrix took their toll on you!",
  350.                         "priority": 33
  351.                     }
  352.                 }
  353.             }
  354.         },
  355.         {
  356.             "role": "clay",
  357.             "translation": "Clayman",
  358.             "hide": true,
  359.             "side": "village",
  360.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Sparkman, Avian, Burstinatrix, Wildheart, Necroshade, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! Type /protect to prevent someone from dying! Note this does not save them from burns or converts. DO NOT PROTECT BLADEDGE. You can either type /bubble (your name), /burst (your name), or type /spark (yourname) to turn into a corresponding role whenever that role dies!",
  361.             "info": "Can protect one person during the night. Can become either Thunder Giant, Mudballman or Rampart Blaster whenever a certain role dies (depending on the command used). Sided with the Village.",
  362.             "actions": {
  363.                 "onDeath": {
  364.                     "convertRoles": {
  365.                         "burstbubble": "mudballman"
  366.                     },
  367.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  368.                 },
  369.                 "night": {
  370.                     "protect": {
  371.                         "target": "AnyButSelf",
  372.                         "common": "Self",
  373.                         "priority": 2
  374.                     },
  375.                     "bubble": {
  376.                         "command": "convert",
  377.                         "restrict": [
  378.                             "burst",
  379.                             "spark"
  380.                         ],
  381.                         "target": "OnlySelf",
  382.                         "common": "Self",
  383.                         "priority": 34,
  384.                         "newRole": "bubbleclay",
  385.                         "canConvert": [
  386.                             "clay"
  387.                         ],
  388.                         "pierce": true,
  389.                         "silent": true
  390.                     },
  391.                     "burst": {
  392.                         "command": "convert",
  393.                         "restrict": [
  394.                             "bubble",
  395.                             "spark"
  396.                         ],
  397.                         "target": "OnlySelf",
  398.                         "common": "Self",
  399.                         "priority": 34,
  400.                         "newRole": "burstclay",
  401.                         "canConvert": [
  402.                             "clay"
  403.                         ],
  404.                         "pierce": true,
  405.                         "silent": true
  406.                     },
  407.                     "spark": {
  408.                         "command": "convert",
  409.                         "restrict": [
  410.                             "bubble",
  411.                             "burst"
  412.                         ],
  413.                         "target": "OnlySelf",
  414.                         "common": "Self",
  415.                         "priority": 34,
  416.                         "newRole": "sparkclay",
  417.                         "canConvert": [
  418.                             "clay"
  419.                         ],
  420.                         "pierce": true,
  421.                         "silent": true
  422.                     }
  423.                 }
  424.             }
  425.         },
  426.         {
  427.             "role": "bubbleclay",
  428.             "translation": "Clayman",
  429.             "side": "village",
  430.             "hide": true,
  431.             "help": "Whenever Bubbleman dies, you become Mudballman (protect and inspect). You can still /protect whenever you want, just be careful to protect your teammates! DO NOT PROTECT BLADEDGE.",
  432.             "actions": {
  433.                 "onDeath": {
  434.                     "convertRoles": {
  435.                         "claybubble": "mudballman"
  436.                     },
  437.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  438.                 },
  439.                 "night": {
  440.                     "protect": {
  441.                         "target": "AnyButSelf",
  442.                         "common": "Self",
  443.                         "priority": 15
  444.                     }
  445.                 }
  446.             }
  447.         },
  448.         {
  449.             "role": "sparkclay",
  450.             "translation": "Clayman",
  451.             "side": "village",
  452.             "hide": true,
  453.             "help": "Whenever Sparkman dies, you become Thunder Giant (kill and protect). You can still /protect whenever you want, just be careful to protect your teammates! DO NOT PROTECT BLADEDGE.",
  454.             "actions": {
  455.                 "onDeath": {
  456.                     "convertRoles": {
  457.                         "claybubble": "mudballman"
  458.                     },
  459.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  460.                 },
  461.                 "night": {
  462.                     "protect": {
  463.                         "target": "AnyButSelf",
  464.                         "common": "Self",
  465.                         "priority": 15
  466.                     }
  467.                 }
  468.             }
  469.         },
  470.         {
  471.             "role": "burstclay",
  472.             "translation": "Clayman",
  473.             "side": "village",
  474.             "hide": true,
  475.             "help": "Whenever Burstinatrix dies, you become Rampart Blaster (kill + evade kills). You can still /protect whenever you want, just be careful to protect your teammates! DO NOT PROTECT BLADEDGE.",
  476.             "actions": {
  477.                 "onDeath": {
  478.                     "convertRoles": {
  479.                         "claybubble": "mudballman"
  480.                     },
  481.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  482.                 },
  483.                 "night": {
  484.                     "protect": {
  485.                         "target": "AnyButSelf",
  486.                         "common": "Self",
  487.                         "priority": 15
  488.                     }
  489.                 }
  490.             }
  491.         },
  492.         {
  493.             "role": "wild",
  494.             "translation": "Wildheart",
  495.             "side": "village",
  496.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Sparkman, Avian, Burstinatrix, Clayman, Necroshade, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! During the night, you can find out what actions are being performed (and rarely, by who). You can either type /blade (your name), /necro (your name), or type /avian (yourname) to turn into a corresponding role whenever that role dies!",
  497.             "info": "Gets hax on kill, burn, distract, protect and inspect. Can become either Wild Edge, Necroid Shaman or Wild Wingman whenever a certain role dies (depending on the command used). Sided with the Village.",
  498.             "actions": {
  499.                 "onDeath": {
  500.                     "convertRoles": {
  501.                         "wildavian": "wildwingman"
  502.                     },
  503.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  504.                 },
  505.                 "night": {
  506.                     "blade": {
  507.                         "command": "convert",
  508.                         "restrict": [
  509.                             "necro",
  510.                             "avian"
  511.                         ],
  512.                         "target": "OnlySelf",
  513.                         "common": "Self",
  514.                         "priority": 34,
  515.                         "newRole": "bladewild",
  516.                         "canConvert": [
  517.                             "wild"
  518.                         ],
  519.                         "pierce": true,
  520.                         "silent": true
  521.                     },
  522.                     "necro": {
  523.                         "command": "convert",
  524.                         "restrict": [
  525.                             "blade",
  526.                             "avian"
  527.                         ],
  528.                         "target": "OnlySelf",
  529.                         "common": "Self",
  530.                         "priority": 34,
  531.                         "newRole": "necrowild",
  532.                         "canConvert": [
  533.                             "wild"
  534.                         ],
  535.                         "pierce": true,
  536.                         "silent": true
  537.                     },
  538.                     "avian": {
  539.                         "command": "convert",
  540.                         "restrict": [
  541.                             "blade",
  542.                             "necro"
  543.                         ],
  544.                         "target": "OnlySelf",
  545.                         "common": "Self",
  546.                         "priority": 34,
  547.                         "newRole": "avianwild",
  548.                         "canConvert": [
  549.                             "wild"
  550.                         ],
  551.                         "pierce": true,
  552.                         "silent": true
  553.                     }
  554.                 },
  555.                 "hax": {
  556.                     "kill": {
  557.                         "revealTeam": 0.2,
  558.                         "revealPlayer": 0.07
  559.                     },
  560.                     "inspect": {
  561.                         "revealTeam": 0.2,
  562.                         "revealPlayer": 0.07
  563.                     },
  564.                     "burn": {
  565.                         "revealTeam": 0.2,
  566.                         "revealPlayer": 0.07
  567.                     },
  568.                     "distract": {
  569.                         "revealTeam": 0.2,
  570.                         "revealPlayer": 0.07
  571.                     },
  572.                     "protect": {
  573.                         "revealTeam": 0.2,
  574.                         "revealPlayer": 0.07
  575.                     }
  576.                 }
  577.             }
  578.         },
  579.         {
  580.             "role": "bladewild",
  581.             "translation": "Wildheart",
  582.             "side": "village",
  583.             "hide": true,
  584.             "help": "Whenever Bladedge dies, you become Wild Edge (evades daykills + hax). You can still pick up on what actions are being performed and by who.",
  585.             "actions": {
  586.                 "onDeath": {
  587.                     "convertRoles": {
  588.                         "wildavian": "wildwingman"
  589.                     },
  590.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  591.                 },
  592.                 "hax": {
  593.                     "kill": {
  594.                         "revealTeam": 0.2,
  595.                         "revealPlayer": 0.07
  596.                     },
  597.                     "inspect": {
  598.                         "revealTeam": 0.2,
  599.                         "revealPlayer": 0.07
  600.                     },
  601.                     "burn": {
  602.                         "revealTeam": 0.2,
  603.                         "revealPlayer": 0.07
  604.                     },
  605.                     "distract": {
  606.                         "revealTeam": 0.2,
  607.                         "revealPlayer": 0.07
  608.                     },
  609.                     "protect": {
  610.                         "revealTeam": 0.2,
  611.                         "revealPlayer": 0.07
  612.                     }
  613.                 }
  614.             }
  615.         },
  616.         {
  617.             "role": "necrowild",
  618.             "translation": "Wildheart",
  619.             "side": "village",
  620.             "hide": true,
  621.             "help": "Whenever Necroshade dies, you become Necroid Shaman (stalk + hax). You can still pick up on what actions are being performed and by who.",
  622.             "actions": {
  623.                 "onDeath": {
  624.                     "convertRoles": {
  625.                         "wildavian": "wildwingman"
  626.                     },
  627.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  628.                 },
  629.                 "hax": {
  630.                     "kill": {
  631.                         "revealTeam": 0.2,
  632.                         "revealPlayer": 0.07
  633.                     },
  634.                     "inspect": {
  635.                         "revealTeam": 0.2,
  636.                         "revealPlayer": 0.07
  637.                     },
  638.                     "burn": {
  639.                         "revealTeam": 0.2,
  640.                         "revealPlayer": 0.07
  641.                     },
  642.                     "distract": {
  643.                         "revealTeam": 0.2,
  644.                         "revealPlayer": 0.07
  645.                     },
  646.                     "protect": {
  647.                         "revealTeam": 0.2,
  648.                         "revealPlayer": 0.07
  649.                     }
  650.                 }
  651.             }
  652.         },
  653.         {
  654.             "role": "wildwingman",
  655.             "translation": "Wild Wingman",
  656.             "side": "village",
  657.             "help": "Type /distract to prevent someone from carrying out their actions! You can also find out what actions are being used (and sometimes by who)!",
  658.             "actions": {
  659.                 "night": {
  660.                     "distract": {
  661.                         "target": "AnyButSelf",
  662.                         "common": "Self",
  663.                         "priority": 1,
  664.                         "distractmsg": "Wild Wingman commands his Cyclone in your direction! You were trapped by it, unable to move.",
  665.                         "teammsg": "Your partner was hurled into Wild Wingman's Cyclone, and couldn't ~Action~ until he was thrown out."
  666.                     }
  667.                 },
  668.                 "hax": {
  669.                     "kill": {
  670.                         "revealTeam": 0.2,
  671.                         "revealPlayer": 0.07
  672.                     },
  673.                     "inspect": {
  674.                         "revealTeam": 0.2,
  675.                         "revealPlayer": 0.07
  676.                     },
  677.                     "burn": {
  678.                         "revealTeam": 0.2,
  679.                         "revealPlayer": 0.07
  680.                     },
  681.                     "distract": {
  682.                         "revealTeam": 0.2,
  683.                         "revealPlayer": 0.07
  684.                     },
  685.                     "protect": {
  686.                         "revealTeam": 0.2,
  687.                         "revealPlayer": 0.07
  688.                     }
  689.                 },
  690.                 "startup": "team-reveal-with-roles"
  691.             }
  692.         },
  693.         {
  694.             "role": "avianwild",
  695.             "translation": "Wildheart",
  696.             "side": "village",
  697.             "hide": true,
  698.             "help": "Whenever Avian dies, you become Wild Wingman (hax and distract). You can still pick up on what actions are being performed and by who.",
  699.             "actions": {
  700.                 "onDeath": {
  701.                     "convertRoles": {
  702.                         "wildavian": "wildwingman"
  703.                     },
  704.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  705.                 },
  706.                 "hax": {
  707.                     "kill": {
  708.                         "revealTeam": 0.2,
  709.                         "revealPlayer": 0.07
  710.                     },
  711.                     "inspect": {
  712.                         "revealTeam": 0.2,
  713.                         "revealPlayer": 0.07
  714.                     },
  715.                     "burn": {
  716.                         "revealTeam": 0.2,
  717.                         "revealPlayer": 0.07
  718.                     },
  719.                     "distract": {
  720.                         "revealTeam": 0.2,
  721.                         "revealPlayer": 0.07
  722.                     },
  723.                     "protect": {
  724.                         "revealTeam": 0.2,
  725.                         "revealPlayer": 0.07
  726.                     }
  727.                 }
  728.             }
  729.         },
  730.         {
  731.             "role": "blade",
  732.             "translation": "Bladedge",
  733.             "side": "village",
  734.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Sparkman, Avian, Burstinatrix, Clayman, Necroshade, Bubbleman, Stratos and Wildheart) have united to stop it once and for all! During the day, you cannot be killed. However, if you are protected or safeguarded, your frail armor will pentrate, and kill you. You can either type /spark (your name), or /wild (your name), to turn into a corresponding role whenever that role dies!",
  735.             "info": "Evades daykills. Dies if safeguarded or protected. Can become either Wild Edge or Plasma Vice whenever a certain role dies (depending on the command used). Sided with the Village.",
  736.             "actions": {
  737.                 "kill": {
  738.                     "mode": {
  739.                         "ignore": [
  740.                             "malicious"
  741.                         ]
  742.                     }
  743.                 },
  744.                 "night": {
  745.                     "wild": {
  746.                         "command": "convert",
  747.                         "restrict": [
  748.                             "spark"
  749.                         ],
  750.                         "target": "OnlySelf",
  751.                         "common": "Self",
  752.                         "priority": 34,
  753.                         "newRole": "wildblade",
  754.                         "canConvert": [
  755.                             "blade"
  756.                         ],
  757.                         "pierce": true,
  758.                         "silent": true
  759.                     },
  760.                     "spark": {
  761.                         "command": "convert",
  762.                         "restrict": [
  763.                             "wild"
  764.                         ],
  765.                         "target": "OnlySelf",
  766.                         "common": "Self",
  767.                         "priority": 34,
  768.                         "newRole": "sparkblade",
  769.                         "canConvert": [
  770.                             "blade"
  771.                         ],
  772.                         "pierce": true,
  773.                         "silent": true
  774.                     }
  775.                 },
  776.                 "daykill": "evade",
  777.                 "protect": {
  778.                     "mode": "die",
  779.                     "msg": "Your sensitive armor caused you to die when protected!",
  780.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  781.                 },
  782.                 "safeguard": {
  783.                     "mode": "die",
  784.                     "msg": "Your sensitive armor caused you to die when protected!",
  785.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  786.                 },
  787.                 "onDeath": {
  788.                     "convertRoles": {
  789.                         "bladewild": "wildedge"
  790.                     },
  791.                     "convertmsg": "Before Bladedge died, he fused with ~Old~ and became a ~New~!"
  792.                 }
  793.             }
  794.         },
  795.         {
  796.             "role": "sparkblade",
  797.             "translation": "Bladedge",
  798.             "side": "village",
  799.             "hide": true,
  800.             "help": "Whenever Sparkman dies, you become Plasma Vice (evades daykills + kill). You can still evade daykills, but you also will die if protected or safeguarded.",
  801.             "info": "Evades daykills. Dies if safeguarded or protected. Can become either Wild Edge or Plasma Vice (depending on the command used). Sided with the Village.",
  802.             "actions": {
  803.                 "kill": {
  804.                     "mode": {
  805.                         "ignore": [
  806.                             "malicious"
  807.                         ]
  808.                     }
  809.                 },
  810.                 "daykill": "evade",
  811.                 "protect": {
  812.                     "mode": "die",
  813.                     "msg": "Your sensitive armor caused you to die when protected!",
  814.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  815.                 },
  816.                 "safeguard": {
  817.                     "mode": "die",
  818.                     "msg": "Your sensitive armor caused you to die when protected!",
  819.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  820.                 },
  821.                 "onDeath": {
  822.                     "convertRoles": {
  823.                         "bladewild": "wildedge"
  824.                     },
  825.                     "convertmsg": "Before Bladedge died, he fused with ~Old~ and became a ~New~!"
  826.                 }
  827.             }
  828.         },
  829.         {
  830.             "role": "wildblade",
  831.             "translation": "Bladedge",
  832.             "side": "village",
  833.             "hide": true,
  834.             "help": "Whenever Wildheart dies, you become Wild Edge (evades daykills + hax). You can still evade daykills, but you also will die if protected or safeguarded.",
  835.             "info": "Evades daykills. Dies if safeguarded or protected. Can become either Wild Edge or Plasma Vice (depending on the command used). Sided with the Village.",
  836.             "actions": {
  837.                 "kill": {
  838.                     "mode": {
  839.                         "ignore": [
  840.                             "malicious"
  841.                         ]
  842.                     }
  843.                 },
  844.                 "daykill": "evade",
  845.                 "protect": {
  846.                     "mode": "die",
  847.                     "msg": "Your sensitive armor caused you to die when protected!",
  848.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  849.                 },
  850.                 "safeguard": {
  851.                     "mode": "die",
  852.                     "msg": "Your sensitive armor caused you to die when protected!",
  853.                     "targetmsg": "Your target (Bladedge) was killed due to his frail armor!"
  854.                 },
  855.                 "onDeath": {
  856.                     "convertRoles": {
  857.                         "bladewild": "wildedge"
  858.                     },
  859.                     "convertmsg": "Before Bladedge died, he fused with ~Old~ and became a ~New~!"
  860.                 }
  861.             }
  862.         },
  863.         {
  864.             "role": "avian",
  865.             "translation": "Avian",
  866.             "side": "village",
  867.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Sparkman, Burstinatrix, Clayman, Wildheart, Necroshade, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! Type /distract to prevent someone from carrying out their actions! Note it takes a day for this to work. You can either type /burst (your name), /bubble (your name), or type /wild (yourname) to turn into a corresponding role whenever that role dies!",
  868.             "info": "Can distract one person during the night. Can become either Flame Wingman, Wild Wingman or Mariner whenever a certain role dies (depending on the command used). Sided with the Village.",
  869.             "actions": {
  870.                 "onDeath": {
  871.                     "convertRoles": {
  872.                         "avianburst": "flamewingman"
  873.                     },
  874.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  875.                 },
  876.                 "night": {
  877.                     "distract": {
  878.                         "command": "distract",
  879.                         "target": "AnyButSelf",
  880.                         "common": "Self",
  881.                         "distractmsg": "Avian's Featherbreak held you in your place, preventing you from carrying out your actions.",
  882.                         "priority": 1
  883.                     },
  884.                     "burst": {
  885.                         "command": "convert",
  886.                         "restrict": [
  887.                             "bubble",
  888.                             "wild"
  889.                         ],
  890.                         "target": "OnlySelf",
  891.                         "common": "Self",
  892.                         "priority": 2,
  893.                         "newRole": "burstavian",
  894.                         "canConvert": [
  895.                             "avian"
  896.                         ],
  897.                         "pierce": true,
  898.                         "silent": true
  899.                     },
  900.                     "bubble": {
  901.                         "command": "convert",
  902.                         "restrict": [
  903.                             "burst",
  904.                             "wild"
  905.                         ],
  906.                         "target": "OnlySelf",
  907.                         "common": "Self",
  908.                         "priority": 2,
  909.                         "newRole": "bubbleavian",
  910.                         "canConvert": [
  911.                             "avian"
  912.                         ],
  913.                         "pierce": true,
  914.                         "silent": true
  915.                     },
  916.                     "wild": {
  917.                         "command": "convert",
  918.                         "restrict": [
  919.                             "burst",
  920.                             "bubble"
  921.                         ],
  922.                         "target": "OnlySelf",
  923.                         "common": "Self",
  924.                         "priority": 2,
  925.                         "newRole": "clayburst",
  926.                         "canConvert": [
  927.                             "avian"
  928.                         ],
  929.                         "pierce": true,
  930.                         "silent": true
  931.                     }
  932.                 }
  933.             }
  934.         },
  935.         {
  936.             "role": "burstavian",
  937.             "translation": "Avian",
  938.             "side": "village",
  939.             "hide": true,
  940.             "help": "Whenever Burstinatrix dies, you become Flame Wingman (daykill + distract). You can still /distract whoever you want, just be careful not to hit any of your teammates!",
  941.             "actions": {
  942.                 "onDeath": {
  943.                     "convertRoles": {
  944.                         "avianburst": "flamewingman"
  945.                     },
  946.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  947.                 },
  948.                 "night": {
  949.                     "distract": {
  950.                         "command": "distract",
  951.                         "target": "AnyButSelf",
  952.                         "common": "Self",
  953.                         "distractmsg": "Avian's Featherbreak held you in your place, preventing you from carrying out your actions.",
  954.                         "priority": 1
  955.                     }
  956.                 }
  957.             }
  958.         },
  959.         {
  960.             "role": "bubbleavian",
  961.             "translation": "Avian",
  962.             "side": "village",
  963.             "hide": true,
  964.             "help": "Whenever Bubbleman dies, you become Mariner (distract and inspect). You can still /distract whoever you want, just be careful not to hit any of your teammates!",
  965.             "actions": {
  966.                 "onDeath": {
  967.                     "convertRoles": {
  968.                         "avianburst": "flamewingman"
  969.                     },
  970.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  971.                 },
  972.                 "night": {
  973.                     "distract": {
  974.                         "command": "distract",
  975.                         "target": "AnyButSelf",
  976.                         "common": "Self",
  977.                         "distractmsg": "Avian's Featherbreak held you in your place, preventing you from carrying out your actions.",
  978.                         "priority": 1
  979.                     }
  980.                 }
  981.             }
  982.         },
  983.         {
  984.             "role": "wildavian",
  985.             "translation": "Avian",
  986.             "side": "village",
  987.             "hide": true,
  988.             "help": "Whenever Wildheart dies, you become Wild Wingman (hax and distract). You can still /distract whoever you want, just be careful not to hit any of your teammates!",
  989.             "actions": {
  990.                 "onDeath": {
  991.                     "convertRoles": {
  992.                         "avianburst": "flamewingman"
  993.                     },
  994.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  995.                 },
  996.                 "night": {
  997.                     "distract": {
  998.                         "command": "distract",
  999.                         "target": "AnyButSelf",
  1000.                         "common": "Self",
  1001.                         "distractmsg": "Avian's Featherbreak held you in your place, preventing you from carrying out your actions.",
  1002.                         "priority": 1
  1003.                     }
  1004.                 }
  1005.             }
  1006.         },
  1007.         {
  1008.             "role": "bubble",
  1009.             "translation": "Bubbleman",
  1010.             "side": "village",
  1011.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Burstinatrix, Avian, Clayman, Wildheart, Necroshade, Sparkman, Stratos and Bladedge) have united to stop it once and for all! Type /inspect to find someone's identity! You can either type /avian (your name), /burst (your name), or type /clay (your name) to turn into a corresponding role whenever that role dies!",
  1012.             "info": "Can inspect one person during the night. Can become either Mariner, Mudballman or Steam Healer whenever a certain role dies (depending on the command used). Sided with the Village.",
  1013.             "actions": {
  1014.                 "onDeath": {
  1015.                     "convertRoles": {
  1016.                         "bubbleavian": "mariner"
  1017.                     },
  1018.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1019.                 },
  1020.                 "night": {
  1021.                     "inspect": {
  1022.                         "target": "AnyButSelf",
  1023.                         "common": "Self",
  1024.                         "priority": 1000
  1025.                     },
  1026.                     "burst": {
  1027.                         "command": "convert",
  1028.                         "restrict": [
  1029.                             "clay",
  1030.                             "avian"
  1031.                         ],
  1032.                         "target": "OnlySelf",
  1033.                         "common": "Self",
  1034.                         "priority": 2,
  1035.                         "newRole": "burstbubble",
  1036.                         "canConvert": [
  1037.                             "bubble"
  1038.                         ],
  1039.                         "pierce": true,
  1040.                         "silent": true
  1041.                     },
  1042.                     "avian": {
  1043.                         "command": "convert",
  1044.                         "restrict": [
  1045.                             "burst",
  1046.                             "clay"
  1047.                         ],
  1048.                         "target": "OnlySelf",
  1049.                         "common": "Self",
  1050.                         "priority": 2,
  1051.                         "newRole": "avianbubble",
  1052.                         "canConvert": [
  1053.                             "bubble"
  1054.                         ],
  1055.                         "pierce": true,
  1056.                         "silent": true
  1057.                     },
  1058.                     "clay": {
  1059.                         "command": "convert",
  1060.                         "restrict": [
  1061.                             "burst",
  1062.                             "avian"
  1063.                         ],
  1064.                         "target": "OnlySelf",
  1065.                         "common": "Self",
  1066.                         "priority": 2,
  1067.                         "newRole": "claybubble",
  1068.                         "canConvert": [
  1069.                             "bubble"
  1070.                         ],
  1071.                         "pierce": true,
  1072.                         "silent": true
  1073.                     }
  1074.                 }
  1075.             }
  1076.         },
  1077.         {
  1078.             "role": "burstbubble",
  1079.             "translation": "Bubbleman",
  1080.             "side": "village",
  1081.             "hide": true,
  1082.             "help": "Whenever Burstinatrix dies, you become Rampart Blaster (killer who can't be nightkilled). You can still /inspect whoever you want, just be sure to report all info to your teammates!",
  1083.             "actions": {
  1084.                 "onDeath": {
  1085.                     "convertRoles": {
  1086.                         "bubbleavian": "mariner"
  1087.                     },
  1088.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1089.                 },
  1090.                 "night": {
  1091.                     "inspect": {
  1092.                         "target": "AnyButSelf",
  1093.                         "common": "Self",
  1094.                         "priority": 1000
  1095.                     }
  1096.                 }
  1097.             }
  1098.         },
  1099.         {
  1100.             "role": "avianbubble",
  1101.             "translation": "Bubbleman",
  1102.             "side": "village",
  1103.             "hide": true,
  1104.             "help": "Whenever Avian dies, you become Mariner (distract and inspect). You can still /inspect whoever you want, just be sure to report all info to your teammates!",
  1105.             "actions": {
  1106.                 "onDeath": {
  1107.                     "convertRoles": {
  1108.                         "bubbleavian": "mariner"
  1109.                     },
  1110.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1111.                 },
  1112.                 "night": {
  1113.                     "inspect": {
  1114.                         "target": "AnyButSelf",
  1115.                         "common": "Self",
  1116.                         "priority": 1000
  1117.                     }
  1118.                 }
  1119.             }
  1120.         },
  1121.         {
  1122.             "role": "claybubble",
  1123.             "translation": "Bubbleman",
  1124.             "side": "village",
  1125.             "hide": true,
  1126.             "help": "Whenever Clayman dies, you become Mudballman (inspect and protect). You can still /inspect whoever you want, just be sure to report all info to your teammates!",
  1127.             "actions": {
  1128.                 "onDeath": {
  1129.                     "convertRoles": {
  1130.                         "bubbleavian": "mariner"
  1131.                     },
  1132.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1133.                 },
  1134.                 "night": {
  1135.                     "inspect": {
  1136.                         "target": "AnyButSelf",
  1137.                         "common": "Self",
  1138.                         "priority": 1000
  1139.                     }
  1140.                 }
  1141.             }
  1142.         },
  1143.         {
  1144.             "role": "shiningflarewingman",
  1145.             "translation": "Shining Flare Wingman",
  1146.             "side": "village",
  1147.             "help": "Your powerful surge of light is powerful enough to decimate those who dare challenge your sheer power! During the day, type /kill to utilize Static Shockwave to your advantage! You won't be revealed. You also can /distract someone during the night to prevent them from carrying out their actions!",
  1148.             "actions": {
  1149.                 "night": {
  1150.                     "distract": {
  1151.                         "common": "Self",
  1152.                         "target": "AnyButSelf",
  1153.                         "priority": 0
  1154.                     }
  1155.                 },
  1156.                 "standby": {
  1157.                     "kill": {
  1158.                         "target": "AnyButTeam",
  1159.                         "msg": "Use your Static Shockwave by typing /kill (name). You can't kill your teammates!",
  1160.                         "killmsg": "A beam of blinding light is commanded by Shining Flare Wingman. He flashes it at ~Target~, who is pulverized momentarily by ten thousand volts of electricity!"
  1161.                     }
  1162.                 }
  1163.             }
  1164.         },
  1165.         {
  1166.             "role": "necro",
  1167.             "translation": "Necroshade",
  1168.             "side": "village",
  1169.             "help": "Fed up with all the injustice and chaos going on lately, you and the other Elemental Heroes (Burstinatrix, Avian, Clayman, Wildheart, Sparkman, Bubbleman, Stratos and Bladedge) have united to stop it once and for all! Utilize the power of the shadows to /stalk someone during the night to find out who they visited! However, due to your 'shady' appearance, you appear as an enemy to all inspectors. You can also type either /spark (your name), or /wild (your name) to turn into a corresponding role whenever that role dies!",
  1170.             "info": "Can stalk one person during the night. Can become either Darkbright or Necroid Shaman whenever a certain role dies (depending on the command used). Reveals as a Bad Guy when inspected/exposed. Sided with the Village.",
  1171.             "actions": {
  1172.                 "inspect": {
  1173.                     "revealAs": "bad_guy"
  1174.                 },
  1175.                 "onDeath": {
  1176.                     "convertRoles": {
  1177.                         "necrowild": "necroidshaman"
  1178.                     },
  1179.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1180.                 },
  1181.                 "night": {
  1182.                     "spark": {
  1183.                         "command": "convert",
  1184.                         "restrict": [
  1185.                             "wild"
  1186.                         ],
  1187.                         "target": "OnlySelf",
  1188.                         "common": "Self",
  1189.                         "newRole": "sparknecro",
  1190.                         "canConvert": [
  1191.                             "necro"
  1192.                         ],
  1193.                         "priority": 100,
  1194.                         "silent": true
  1195.                     },
  1196.                     "wild": {
  1197.                         "command": "convert",
  1198.                         "restrict": [
  1199.                             "spark"
  1200.                         ],
  1201.                         "target": "OnlySelf",
  1202.                         "common": "Self",
  1203.                         "newRole": "wildnecro",
  1204.                         "canConvert": [
  1205.                             "necro"
  1206.                         ],
  1207.                         "priority": 100,
  1208.                         "silent": true
  1209.                     },
  1210.                     "stalk": {
  1211.                         "target": "AnyButSelf",
  1212.                         "common": "Self",
  1213.                         "priority": 1006
  1214.                     }
  1215.                 }
  1216.             }
  1217.         },
  1218.         {
  1219.             "role": "sparknecro",
  1220.             "translation": "Necroshade",
  1221.             "side": "village",
  1222.             "hide": true,
  1223.             "help": "Whenever Sparkman dies, you become Darkbright (kill and stalk). You can still /stalk whenever you want! However, you still appear as an enemy to inspectors.",
  1224.             "info": "Can stalk one person during the night. Sided with the Village.",
  1225.             "actions": {
  1226.                 "inspect": {
  1227.                     "revealAs": "bad_guy"
  1228.                 },
  1229.                 "onDeath": {
  1230.                     "convertRoles": {
  1231.                         "necrowild": "necroidshaman"
  1232.                     },
  1233.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1234.                 },
  1235.                 "night": {
  1236.                     "stalk": {
  1237.                         "target": "AnyButSelf",
  1238.                         "common": "Self",
  1239.                         "priority": 1006
  1240.                     }
  1241.                 }
  1242.             }
  1243.         },
  1244.         {
  1245.             "role": "wildnecro",
  1246.             "translation": "Necroshade",
  1247.             "side": "village",
  1248.             "hide": true,
  1249.             "help": "Whenever Wildheart dies, you become Necroid Shaman (stalk + hax). You can still /stalk whenever you want! However, you still appear as an enemy to inspectors.",
  1250.             "info": "Can stalk one person during the night. Sided with the Village.",
  1251.             "actions": {
  1252.                 "inspect": {
  1253.                     "revealAs": "bad_guy"
  1254.                 },
  1255.                 "onDeath": {
  1256.                     "convertRoles": {
  1257.                         "necrowild": "necroidshaman"
  1258.                     },
  1259.                     "convertmsg": "Before ~Role~ died, he fused with ~Old~ and became a ~New~!"
  1260.                 },
  1261.                 "night": {
  1262.                     "stalk": {
  1263.                         "target": "AnyButSelf",
  1264.                         "common": "Self",
  1265.                         "priority": 1006
  1266.                     }
  1267.                 }
  1268.             }
  1269.         },
  1270.         {
  1271.             "role": "plasmavice",
  1272.             "translation": "Plasma Vice",
  1273.             "side": "village",
  1274.             "help": "During the night, type /kill to get rid of someone with Static Shockwave! You evade daykills too! (you also won't die if protected or safeguarded)",
  1275.             "info": "Can kill one person during the night. Can't be daykilled. Sided with Elemental Heroes.",
  1276.             "actions": {
  1277.                 "daykill": "evade",
  1278.                 "night": {
  1279.                     "kill": {
  1280.                         "target": "AnyButTeam",
  1281.                         "common": "Team",
  1282.                         "priority": 14,
  1283.                         "broadcast": "team",
  1284.                         "broadcastmsg": "±Game: Your teammate ~Player~ (Mace Knight) has decided to kill ~Target~!",
  1285.                         "hide": true
  1286.                     }
  1287.                 }
  1288.             }
  1289.         },
  1290.         {
  1291.             "role": "mariner",
  1292.             "translation": "Mariner",
  1293.             "side": "village",
  1294.             "help": "Type /distract to prevent someone from doing their action! You can also type /inspect to find someone's indentity!",
  1295.             "info": "Can inspect and distract someone during the night. Sided with the Elemental Heroes.",
  1296.             "actions": {
  1297.                 "night": {
  1298.                     "inspect": {
  1299.                         "target": "AnyButSelf",
  1300.                         "common": "Self",
  1301.                         "priority": 1000
  1302.                     },
  1303.                     "distract": {
  1304.                         "target": "AnyButSelf",
  1305.                         "common": "Self",
  1306.                         "priority": 1
  1307.                     }
  1308.                 }
  1309.             }
  1310.         },
  1311.         {
  1312.             "role": "mudballman",
  1313.             "translation": "Mudballman",
  1314.             "side": "village",
  1315.             "help": "Type /protect to prevent someone from dying! DO NOT PROTECT BLADEDGE. You can also type /inspect to find someone's identity!",
  1316.             "info": "Can inspect and distract someone during the night.",
  1317.             "actions": {
  1318.                 "night": {
  1319.                     "inspect": {
  1320.                         "target": "AnyButSelf",
  1321.                         "common": "Self",
  1322.                         "priority": 1000
  1323.                     },
  1324.                     "distract": {
  1325.                         "target": "AnyButSelf",
  1326.                         "common": "Self",
  1327.                         "priority": 1
  1328.                     }
  1329.                 }
  1330.             }
  1331.         },
  1332.         {
  1333.             "role": "steamhealer",
  1334.             "translation": "Steam Healer",
  1335.             "side": "village",
  1336.             "help": "Type /burn to kill someone! (this takes a day to take effect.) Type /inspect to find someone's identity! Also, once per game, you can /heal someone to cure them of their burns!",
  1337.             "info": "Can burn (poison), inspect and heal (removes poison) from someone during the night. Sided with the Village.",
  1338.             "actions": {
  1339.                 "night": {
  1340.                     "inspect": {
  1341.                         "target": "AnyButSelf",
  1342.                         "common": "Self",
  1343.                         "priority": 1000
  1344.                     },
  1345.                     "burn": {
  1346.                         "command": "poison",
  1347.                         "target": "AnyButSelf",
  1348.                         "common": "Self",
  1349.                         "priority": 40,
  1350.                         "poisonDeadMessage": "Steam Healer's scalding powers took effect!"
  1351.                     },
  1352.                     "heal": {
  1353.                         "command": "detox",
  1354.                         "target": "AnyButSelf",
  1355.                         "common": "Self",
  1356.                         "priority": 1005,
  1357.                         "msg": "~Target~ was cured of poison!",
  1358.                         "targetmsg": "Steam Healer removed your burn from you!",
  1359.                         "detoxmsg": "~Self~ (Self), the ~Role~, cured ~Target~ of poison!",
  1360.                         "charges": 1,
  1361.                         "chargesmsg": "You gave up your only cure for the burns!",
  1362.                         "silent": true,
  1363.                         "pierce": true
  1364.                     }
  1365.                 }
  1366.             }
  1367.         },
  1368.         {
  1369.             "role": "wildedge",
  1370.             "translation": "Wild Edge",
  1371.             "side": "village",
  1372.             "help": "You can't be killed during the day! You may also find out what actions are being used (and sometimes by who)!",
  1373.             "info": "Evades daykills, and gets hax on kills, inspects, burns, distracts and protects. Sided with the Village.",
  1374.             "actions": {
  1375.                 "daykill": "evade",
  1376.                 "hax": {
  1377.                     "kill": {
  1378.                         "revealTeam": 0.2,
  1379.                         "revealPlayer": 0.07
  1380.                     },
  1381.                     "inspect": {
  1382.                         "revealTeam": 0.2,
  1383.                         "revealPlayer": 0.07
  1384.                     },
  1385.                     "burn": {
  1386.                         "revealTeam": 0.2,
  1387.                         "revealPlayer": 0.07
  1388.                     },
  1389.                     "distract": {
  1390.                         "revealTeam": 0.2,
  1391.                         "revealPlayer": 0.07
  1392.                     },
  1393.                     "protect": {
  1394.                         "revealTeam": 0.2,
  1395.                         "revealPlayer": 0.07
  1396.                     }
  1397.                 }
  1398.             }
  1399.         },
  1400.         {
  1401.             "role": "necroidshaman",
  1402.             "translation": "Necroid Shaman",
  1403.             "side": "village",
  1404.             "help": "You can't be killed during the day! You may also find out what actions are being used (and sometimes by who)!",
  1405.             "info": "Can stalk one person during the night. Sided with the Village.",
  1406.             "actions": {
  1407.                 "night": {
  1408.                     "stalk": {
  1409.                         "target": "AnyButSelf",
  1410.                         "common": "Self",
  1411.                         "priority": 1006
  1412.                     }
  1413.                 },
  1414.                 "daykill": "evade",
  1415.                 "hax": {
  1416.                     "kill": {
  1417.                         "revealTeam": 0.2,
  1418.                         "revealPlayer": 0.07
  1419.                     },
  1420.                     "inspect": {
  1421.                         "revealTeam": 0.2,
  1422.                         "revealPlayer": 0.07
  1423.                     },
  1424.                     "burn": {
  1425.                         "revealTeam": 0.2,
  1426.                         "revealPlayer": 0.07
  1427.                     },
  1428.                     "distract": {
  1429.                         "revealTeam": 0.2,
  1430.                         "revealPlayer": 0.07
  1431.                     },
  1432.                     "protect": {
  1433.                         "revealTeam": 0.2,
  1434.                         "revealPlayer": 0.07
  1435.                     }
  1436.                 }
  1437.             }
  1438.         },
  1439.         {
  1440.             "role": "flamewingman",
  1441.             "translation": "Flame Wingman",
  1442.             "side": "village",
  1443.             "info": "Can /burn (poison) someone during the night, and can also distract someone during the night. Converts Sparkman into Shining Flare Wingman on death. Sided with the Village.",
  1444.             "help": "During the night, you can /burn someone to kill them! (this will take a day to work, though) You also can /distract someone to stop them from carrying out their action! Make sure not to hit your teammates!",
  1445.             "actions": {
  1446.                 "night": {
  1447.                     "inspect": {
  1448.                         "target": "AnyButSelf",
  1449.                         "common": "Self",
  1450.                         "priority": 1000
  1451.                     },
  1452.                     "burn": {
  1453.                         "command": "poison",
  1454.                         "target": "AnyButSelf",
  1455.                         "common": "Self",
  1456.                         "priority": 30
  1457.                     }
  1458.                 }
  1459.             }
  1460.         },
  1461.         {
  1462.             "role": "lady_heat",
  1463.             "translation": "Heat",
  1464.             "side": "village",
  1465.             "info": "Can /burn (poison) someone during the night (shared with Lady Heat). Knows Lady Heat. Sided with the Village.",
  1466.             "help": "During the night, you can /burn someone to kill them! (this will take a day to work, though) You fight alongside your (girlfriend?) Lady Heat, so you know her from the start!",
  1467.             "actions": {
  1468.                 "night": {
  1469.                     "burn": {
  1470.                         "command": "poison",
  1471.                         "target": "AnyButSelf",
  1472.                         "common": "Team",
  1473.                         "priority": 30
  1474.                     }
  1475.                 },
  1476.                 "startup": {
  1477.                     "revealRole": [
  1478.                         "lady_heat"
  1479.                     ]
  1480.                 }
  1481.             }
  1482.         },
  1483.         {
  1484.             "role": "heat",
  1485.             "translation": "Lady Heat",
  1486.             "side": "village",
  1487.             "info": "Can /burn (poison) someone during the night (shared with Heat). Knows Heat. Sided with the Village.",
  1488.             "help": "During the night, you can /burn someone to kill them! (this will take a day to work, though) You fight alongside your (boyfriend?) Heat, so you know her from the start!",
  1489.             "actions": {
  1490.                 "night": {
  1491.                     "burn": {
  1492.                         "command": "poison",
  1493.                         "target": "AnyButSelf",
  1494.                         "common": "Team",
  1495.                         "priority": 30
  1496.                     }
  1497.                 },
  1498.                 "startup": {
  1499.                     "revealRole": [
  1500.                         "heat"
  1501.                     ]
  1502.                 }
  1503.             }
  1504.         },
  1505.         {
  1506.             "role": "darkbright",
  1507.             "translation": "Darkbright",
  1508.             "side": "village",
  1509.             "help": "Type /stalk to find out what action someone used during the night! (if any) Also type /kill to get rid of someone!",
  1510.             "actions": {
  1511.                 "night": {
  1512.                     "stalk": {
  1513.                         "target": "AnyButSelf",
  1514.                         "common": "Self",
  1515.                         "priority": 50
  1516.                     },
  1517.                     "kill": {
  1518.                         "target": "AnyButSelf",
  1519.                         "common": "Self",
  1520.                         "priority": 9
  1521.                     }
  1522.                 }
  1523.             }
  1524.         },
  1525.         {
  1526.             "role": "tempest",
  1527.             "translation": "Dragon Ruler Tempest",
  1528.             "side": "rulers",
  1529.             "info": "Can /kill during the night (shared with team). Can distract one person during the night. Sided with Dragon Rulers.",
  1530.             "help": "You've been set free from an ancient tablet by an unknown force. Type /inspect to find someone's identity!",
  1531.             "actions": {
  1532.                 "inspect": {
  1533.                     "revealAs": "bad_guy"
  1534.                 },
  1535.                 "startup": "team-reveal-with-roles",
  1536.                 "night": {
  1537.                     "inspect": {
  1538.                         "target": "AnyButTeam",
  1539.                         "common": "Self",
  1540.                         "priority": 1000,
  1541.                         "broadcast": "Team"
  1542.                     }
  1543.                 }
  1544.             }
  1545.         },
  1546.         {
  1547.             "role": "tidal",
  1548.             "translation": "Dragon Ruler Tidal",
  1549.             "side": "rulers",
  1550.             "info": "Can kill one person during the day (non-revealing). Sided with Dragon Rulers.",
  1551.             "help": "You've been set free from an ancient tablet by an unknown force. During the day, type /kill to bring down those who oppose you! (you won't be revealed).",
  1552.             "actions": {
  1553.                 "inspect": {
  1554.                     "revealAs": "bad_guy"
  1555.                 },
  1556.                 "startup": "team-reveal-with-roles",
  1557.                 "standby": {
  1558.                     "kill": {
  1559.                         "target": "AnyButTeam",
  1560.                         "msg": "Summon a powerful waterfall to drown your opposition with /kill!",
  1561.                         "killmsg": "A whirpool forms around ~Target~. Tidal, Dragon Ruler of Waterfalls summons an enormous waterfall to finish off ~Target~, who is hopelessly trapped by the chaotic vortex of water..."
  1562.                     }
  1563.                 }
  1564.             }
  1565.         },
  1566.         {
  1567.             "role": "blaster",
  1568.             "translation": "Dragon Ruler Blaster",
  1569.             "side": "rulers",
  1570.             "info": "Can kill during the night up to 3 times per game (once per night). In small games, only has one kill. Sided with Dragon Rulers.",
  1571.             "help": "You've been set free from an ancient tablet by an unknown force. Type /kill to bring down those who oppose you! You can use this up to 3 times per game, but only once per night.",
  1572.             "actions": {
  1573.                 "inspect": {
  1574.                     "revealAs": "bad_guy"
  1575.                 },
  1576.                 "startup": "team-reveal-with-roles",
  1577.                 "night": {
  1578.                     "kill": {
  1579.                         "target": "AnyButTeam",
  1580.                         "common": "Self",
  1581.                         "priority": 30,
  1582.                         "charges": 3,
  1583.                         "chargesmsg": "You have ~Charges~ kills left!",
  1584.                         "broadcast": "Team"
  1585.                     }
  1586.                 }
  1587.             }
  1588.         },
  1589.         {
  1590.             "role": "blaster0",
  1591.             "translation": "Dragon Ruler Blaster",
  1592.             "side": "rulers",
  1593.             "info": "herp a derp",
  1594.             "hide": true,
  1595.             "help": "You've been set free from an ancient tablet by an unknown force. Type /kill to bring down those who oppose you! You have 1 shot, so make it count!",
  1596.             "actions": {
  1597.                 "inspect": {
  1598.                     "revealAs": "bad_guy"
  1599.                 },
  1600.                 "night": {
  1601.                     "kill": {
  1602.                         "target": "AnyButTeam",
  1603.                         "common": "Team",
  1604.                         "priority": 30,
  1605.                         "charges": 1,
  1606.                         "chargesmsg": "You ran out of energy to kill!",
  1607.                         "broadcast": "Team"
  1608.                     }
  1609.                 }
  1610.             }
  1611.         },
  1612.         {
  1613.             "role": "redox",
  1614.             "translation": "Dragon Ruler Redox",
  1615.             "side": "rulers",
  1616.             "info": "Can protect + safeguard one person during the night (including himself). Sided with Dragon Rulers.",
  1617.             "help": "You've been set free from an ancient tablet by an unknown force. Type  /protect (name) to prevent someone from dying! (this also prevents them from being burned, distracted, inspected, stalked, converted, and other stuff). If Bladedge is protected, it will kill him instead! (but you shouldn't risk your teammates getting killed.)",
  1618.             "actions": {
  1619.                 "inspect": {
  1620.                     "revealAs": "bad_guy"
  1621.                 },
  1622.                 "startup": "team-reveal-with-roles",
  1623.                 "night": {
  1624.                     "protect": {
  1625.                         "command": [
  1626.                             "protect",
  1627.                             "safeguard"
  1628.                         ],
  1629.                         "target": "Any",
  1630.                         "common": "Self",
  1631.                         "priority": 2,
  1632.                         "broadcast": "Team"
  1633.                     }
  1634.                 }
  1635.             }
  1636.         },
  1637.         {
  1638.             "role": "diamond",
  1639.             "translation": "Diamond Dude",
  1640.             "side": "destiny",
  1641.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! Your crystalline structure may alert you to what will happen during the night.",
  1642.             "info": "Gets hax on kill, burn, distract, protect and inspect. Sided with the Destiny Heroes.",
  1643.             "actions": {
  1644.                 "inspect": {
  1645.                     "revealAs": "bad_guy"
  1646.                 },
  1647.                 "startup": "team-reveal-with-roles",
  1648.                 "hax": {
  1649.                     "kill": {
  1650.                         "revealTeam": 0.3,
  1651.                         "revealPlayer": 0.1
  1652.                     },
  1653.                     "inspect": {
  1654.                         "revealTeam": 0.3,
  1655.                         "revealPlayer": 0.1
  1656.                     },
  1657.                     "burn": {
  1658.                         "revealTeam": 0.3,
  1659.                         "revealPlayer": 0.1
  1660.                     },
  1661.                     "distract": {
  1662.                         "revealTeam": 0.3,
  1663.                         "revealPlayer": 0.1
  1664.                     },
  1665.                     "protect": {
  1666.                         "revealTeam": 0.3,
  1667.                         "revealPlayer": 0.1
  1668.                     }
  1669.                 }
  1670.             }
  1671.         },
  1672.         {
  1673.             "role": "defender",
  1674.             "translation": "Defender",
  1675.             "side": "destiny",
  1676.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! Your stone body prevents you from being burned or nightkilled. However, your vote is 0.9.",
  1677.             "info": "Can't be burned or nightkilled. Vote counts as 0.9 (has a vote of 1 in games of 3-6). Sided with the Destiny Heroes.",
  1678.             "actions": {
  1679.                 "inspect": {
  1680.                     "revealAs": "bad_guy"
  1681.                 },
  1682.                 "startup": "team-reveal-with-roles",
  1683.                 "vote": 0.9,
  1684.                 "kill": {
  1685.                     "mode": "ignore"
  1686.                 },
  1687.                 "poison": {
  1688.                     "mode": "ignore"
  1689.                 }
  1690.             }
  1691.         },
  1692.         {
  1693.             "role": "defender0",
  1694.             "translation": "Defender",
  1695.             "side": "destiny",
  1696.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! Your stone body prevents you from being burned or nightkilled.",
  1697.             "hide": true,
  1698.             "info": "Can't be burned or nightkilled. Vote counts as 0.9. Sided with the Destiny Heroes.",
  1699.             "actions": {
  1700.                 "inspect": {
  1701.                     "revealAs": "bad_guy"
  1702.                 },
  1703.                 "startup": "team-reveal-with-roles",
  1704.                 "kill": {
  1705.                     "mode": "ignore"
  1706.                 },
  1707.                 "poison": {
  1708.                     "mode": "ignore"
  1709.                 }
  1710.             }
  1711.         },
  1712.         {
  1713.             "role": "dasher",
  1714.             "translation": "Dasher",
  1715.             "side": "destiny",
  1716.             "info": "Can kill one person during the night. Sided with Destiny Heroes.",
  1717.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! Type /kill (name) to kill someone!",
  1718.             "actions": {
  1719.                 "startup": "team-reveal-with-roles",
  1720.                 "inspect": {
  1721.                     "revealAs": "bad_guy"
  1722.                 },
  1723.                 "night": {
  1724.                     "kill": {
  1725.                         "target": "AnyButTeam",
  1726.                         "common": "Team",
  1727.                         "priority": 30,
  1728.                         "broadcast": "Team"
  1729.                     }
  1730.                 }
  1731.             }
  1732.         },
  1733.         {
  1734.             "role": "dogma",
  1735.             "translation": "Dogma",
  1736.             "side": "destiny",
  1737.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! During the day, you kill anyone who tries to harm you. Your vote is also enough to lynch anyone you wish, just be careful it isn't one of your teammates you get rid of!",
  1738.             "info": "Revenges daykills. Vote counts as 3400. Appears 50% of the time (the other 50% is Plasma). Sided with the Destiny Heroes.",
  1739.             "actions": {
  1740.                 "inspect": {
  1741.                     "revealAs": "bad_guy"
  1742.                 },
  1743.                 "startup": "team-reveal-with-roles",
  1744.                 "vote": 3400,
  1745.                 "daykill": "revenge",
  1746.                 "daykillrevengemsg": "~Target~ tries to attack Destiny Hero Dogma, but retaliates with Dogma Slash!"
  1747.             }
  1748.         },
  1749.         {
  1750.             "role": "plasma",
  1751.             "translation": "Plasma",
  1752.             "side": "destiny",
  1753.             "help": "You've found your teammates struggling to prevent the villainy of the Evil Heroes and the foolish wreckage of the Elemental Heroes, and so you've joined forces with your former comrades! During the day, you kill anyone that tries to harm you. Your vote is also enough to stop anyone from being lynched!",
  1754.             "info": "Revenges daykills. Vote counts as -1900. Appears 50% of the time (the other 50% is Dogma). Sided with the Destiny Heroes.",
  1755.             "actions": {
  1756.                 "inspect": {
  1757.                     "revealAs": "bad_guy"
  1758.                 },
  1759.                 "startup": "team-reveal-with-roles",
  1760.                 "vote": -1900,
  1761.                 "daykill": "revenge",
  1762.                 "daykillrevengemsg": "~Target~ tries to attack Destiny Hero Plasma, but retaliates with Plasma Rain!"
  1763.             }
  1764.         },
  1765.         {
  1766.             "role": "prodigy",
  1767.             "translation": "Infernal Prodigy",
  1768.             "side": "evil",
  1769.             "help": "You've found your teammates struggling to retaliate against the Elemental Heroes and Destiny Heroes, and so you've joined forces with your former comrades! You're the weakest of all Evil Heroes, but you can expose someone during the day!",
  1770.             "info": "Can expose one person during the day. Sided with Evil Heroes.",
  1771.             "actions": {
  1772.                 "inspect": {
  1773.                     "revealAs": "bad_guy"
  1774.                 },
  1775.                 "startup": "team-reveal-with-roles",
  1776.                 "standby": {
  1777.                     "expose": {
  1778.                         "target": "AnyButTeam",
  1779.                         "msg": "You can type /expose to reveal someone's identity!",
  1780.                         "exposemsg": "Infernal Prodigy summons a weak, dark aura, surrounding ~Target~, the ~Role~..."
  1781.                     }
  1782.                 }
  1783.             }
  1784.         },
  1785.         {
  1786.             "role": "gainer",
  1787.             "translation": "Infernal Gainer",
  1788.             "side": "evil",
  1789.             "help": "You've found your teammates struggling to retaliate against the Elemental Heroes and Destiny Heroes, and so you've joined forces with your former comrades! During the night you can banish one of your teammates for the night, preventing them from dying, by typing /protect. If you protect Bladedge, he'll die, so if Malicious Edge is in the game, ask him who Bladedge is!",
  1790.             "info": "Can protect one teammate during the night. Sided with Evil Heroes.",
  1791.             "actions": {
  1792.                 "inspect": {
  1793.                     "revealAs": "bad_guy"
  1794.                 },
  1795.                 "startup": "team-reveal-with-roles",
  1796.                 "night": {
  1797.                     "protect": {
  1798.                         "target": "AnyButSelf",
  1799.                         "common": "Self",
  1800.                         "priority": 2
  1801.                     }
  1802.                 }
  1803.             }
  1804.         },
  1805.         {
  1806.             "role": "malicious",
  1807.             "translation": "Malicious Edge",
  1808.             "side": "evil",
  1809.             "help": "You've found your teammates struggling to retaliate against the Elemental Heroes and Destiny Heroes, and so you've joined forces with your former comrades! Being the strongest of the Evil Heroes, you can /kill twice during the night. You know the identity of Bladedge, but you can't kill him (but he gets killed when he's protected, and Infernal Gainer protects too...)",
  1810.             "info": "Can kill twice during the night. Knows the identity of Bladedge. Sided with Evil Heroes.",
  1811.             "actions": {
  1812.                 "inspect": {
  1813.                     "revealAs": "bad_guy"
  1814.                 },
  1815.                 "startup": "team-reveal-with-roles",
  1816.                 "night": {
  1817.                     "kill": {
  1818.                         "target": "AnyButTeam",
  1819.                         "common": "Self",
  1820.                         "priority": 99,
  1821.                         "limit": 2
  1822.                     }
  1823.                 }
  1824.             }
  1825.         },
  1826.         {
  1827.             "role": "exodia",
  1828.             "translation": "Exodia",
  1829.             "side": "exodia",
  1830.             "winningSides": "*",
  1831.             "help": "You're Exodia, the ancient pharaoh sealed away. The chaos caused by all of the monsters has waked you up - causing you to be mortal, thus being susceptible to death. If you do not die within 7 days, your true powers will be unlocked, and you will automatically win the duel. You also win with anyone that shows immense power, just as long as you don't perish first.",
  1832.             "info": "Autowins if not killed within 7 days. Sided with itself, but wins with anyone.",
  1833.             "actions": {
  1834.                 "inspect": {
  1835.                     "revealAs": "bad_guy"
  1836.                 },
  1837.                 "initialCondition": {
  1838.                     "curse": {
  1839.                         "curseCount": 7,
  1840.                         "cursedRole": "exodia_win",
  1841.                         "curseConvertMessage": "The seal of the Forbidden One has been broken!"
  1842.                     }
  1843.                 }
  1844.             }
  1845.         },
  1846.         {
  1847.             "role": "exodia_win",
  1848.             "translation": "Exodia",
  1849.             "side": "exodia",
  1850.             "hide": true,
  1851.             "winIfDeadRoles": [
  1852.                 "exodia"
  1853.             ],
  1854.             "help": "Your power has been unlocked! You win the match.",
  1855.             "actions": {}
  1856.         },
  1857.         {
  1858.             "role": "stratos",
  1859.             "translation": "Stratos",
  1860.             "side": "village",
  1861.             "help": "With engines on your shoulders, you can propel yourself in the air during the day so everyone can see who you are!",
  1862.             "info": "Can reveal himself during the day. Evades daykills. Sided with the Village.",
  1863.             "actions": {
  1864.                 "daykill": "evade",
  1865.                 "standby": {
  1866.                     "propel": {
  1867.                         "msg": "Type /propel to reveal your role!",
  1868.                         "command": "reveal",
  1869.                         "revealmsg": "~Self~, Stratos, cues the Elemental Heroes to take a lead on villainy!"
  1870.                     }
  1871.                 }
  1872.             }
  1873.         },
  1874.         {
  1875.             "role": "godfather1",
  1876.             "translation": "Dark Magician",
  1877.             "side": "godfather1",
  1878.             "help": "You are the dark sorcerer that has unleashed Exodia and the Dragon Rulers as a last resort effort to prevent the Elemental Heroes from bringing justice to this world. Both want to conquer the world, but you have better plans in mind. Type /distract to prevent someone from carrying out their actions, and type /inspect to find out someone's identity. You also have a votecount of 2, to help calm those who are foolish enough to stand in your way. You know the Blue-Eyes White Dragon too (he does too), but neither of you are able to kill each other.",
  1879.             "info": "Can inspect and distract someone during the night. Vote counts as 2. Knows the Blue-Eyes White Dragon, but can't kill him. Sided with himself.",
  1880.             "actions": {
  1881.                 "inspect": {
  1882.                     "revealAs": "bad_guy"
  1883.                 },
  1884.                 "kill": {
  1885.                     "mode": {
  1886.                         "ignore": [
  1887.                             "godfather1"
  1888.                         ]
  1889.                     }
  1890.                 },
  1891.                 "vote": 2,
  1892.                 "startup": {
  1893.                     "revealRole": [
  1894.                         "godfather2"
  1895.                     ]
  1896.                 },
  1897.                 "night": {
  1898.                     "inspect": {
  1899.                         "target": "AnyButSelf",
  1900.                         "common": "Self",
  1901.                         "priority": 1000
  1902.                     },
  1903.                     "distract": {
  1904.                         "target": "AnyButSelf",
  1905.                         "common": "Self",
  1906.                         "priority": 1
  1907.                     }
  1908.                 }
  1909.             }
  1910.         },
  1911.         {
  1912.             "role": "godfather2",
  1913.             "translation": "Blue-Eyes White Dragon",
  1914.             "side": "godfather2",
  1915.             "help": "You are the once legendary dragon that ruled the ancient world, but the Dark Magician has unleashed the Dragon Rulers and Exodia into the Duel World once again. He knows your identity, as do you, but you cannot kill each other. Type /stalk (name) twice to roam around and find out what a player has been up to during that night! You can also /protect yourself (and only yourself) during the night, but this has a 5% chance of failing.",
  1916.             "info": "Can stalk twice and protect himself (with a 5% chance of failing) during the night. Vote counts as -1. Voteshield of -1. Knows Dark Magician, but can't kill him. Sided with itself.",
  1917.             "actions": {
  1918.                 "inspect": {
  1919.                     "revealAs": "bad_guy"
  1920.                 },
  1921.                 "vote": -1,
  1922.                 "voteshield": -1,
  1923.                 "kill": {
  1924.                     "mode": {
  1925.                         "ignore": [
  1926.                             "godfather1"
  1927.                         ]
  1928.                     }
  1929.                 },
  1930.                 "night": {
  1931.                     "stalk": {
  1932.                         "target": "AnyButSelf",
  1933.                         "common": "Self",
  1934.                         "limit": 2,
  1935.                         "priority": 1006
  1936.                     },
  1937.                     "protect": {
  1938.                         "target": "OnlySelf",
  1939.                         "common": "Self",
  1940.                         "priority": 2,
  1941.                         "failChance": 0.05
  1942.                     }
  1943.                 }
  1944.             }
  1945.         }
  1946.     ],
  1947.     "roles1": [
  1948.         "clay",
  1949.         "bubble",
  1950.         "defender0",
  1951.         "blaster0",
  1952.         {
  1953.             "kuriboh": 0.5,
  1954.             "winged_kuriboh": 0.5
  1955.         },
  1956.         "necro"
  1957.     ],
  1958.     "roles2": [
  1959.         "clay",
  1960.         "bubble",
  1961.         {
  1962.             "kuriboh": 0.5,
  1963.             "winged_kuriboh": 0.5
  1964.         },
  1965.         "gainer",
  1966.         "avian",
  1967.         "diamond",
  1968.         {
  1969.             "kuriboh": 0.5,
  1970.             "winged_kuriboh": 0.5
  1971.         },
  1972.         "defender",
  1973.         "necro",
  1974.         {
  1975.             "kuriboh": 0.5,
  1976.             "winged_kuriboh": 0.5
  1977.         },
  1978.         "burst",
  1979.         "blaster",
  1980.         "prodigy",
  1981.         "tempest",
  1982.         "wild",
  1983.         "tidal",
  1984.         {
  1985.             "kuriboh": 0.5,
  1986.             "winged_kuriboh": 0.5
  1987.         },
  1988.         "blade",
  1989.         {
  1990.             "dogma": 0.5,
  1991.             "plasma": 0.5
  1992.         },
  1993.         "stratos",
  1994.         "spark",
  1995.         {
  1996.             "kuriboh": 0.5,
  1997.             "winged_kuriboh": 0.5
  1998.         },
  1999.         "malicious",
  2000.         {
  2001.             "kuriboh": 0.5,
  2002.             "winged_kuriboh": 0.5
  2003.         },
  2004.         "redox",
  2005.         "lady_heat",
  2006.         "heat",
  2007.         "exodia",
  2008.         {
  2009.             "kuriboh": 0.5,
  2010.             "winged_kuriboh": 0.5
  2011.         },
  2012.         {
  2013.             "kuriboh": 0.5,
  2014.             "winged_kuriboh": 0.5
  2015.         },
  2016.         {
  2017.             "kuriboh": 0.5,
  2018.             "winged_kuriboh": 0.5
  2019.         },
  2020.         {
  2021.             "kuriboh": 0.5,
  2022.             "winged_kuriboh": 0.5
  2023.         },
  2024.         {
  2025.             "kuriboh": 0.5,
  2026.             "winged_kuriboh": 0.5
  2027.         },
  2028.         {
  2029.             "kuriboh": 0.5,
  2030.             "winged_kuriboh": 0.5
  2031.         }
  2032.     ],
  2033.     "villageCantLoseRoles": [
  2034.         "shiningflarewingman",
  2035.         "spark",
  2036.         "necrospark",
  2037.         "bladespark",
  2038.         "burst",
  2039.         "avianburst",
  2040.         "bubbleburst",
  2041.         "clayburst",
  2042.         "flamewingman",
  2043.         "plasmavice",
  2044.         "darkbright",
  2045.         "steamhealer"
  2046.     ],
  2047.     "killmsg": "±Duel Monsters: ~Player~ (~Role~) was destroyed by battle and sent to the Graveyard!",
  2048.     "killusermsg": "You were destroyed!"
  2049. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement