Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Upgrade",
- "author": "Fegelein",
- "summary": "How about this, you can upgrade your character in any shape or form. If you want to be able to distract, you may. If you want to be able to be a Bomb, you may. The possibilites are near endless! Also, remember if you want to upgrade, you will not be able to perform any night actions!",
- "sides": [
- {
- "side": "1",
- "translation": "Upgrader 1"
- },
- {
- "side": "2",
- "translation": "Upgrader 2"
- },
- {
- "side": "3",
- "translation": "Upgrader 3"
- },
- {
- "side": "4",
- "translation": "Upgrader 4"
- },
- {
- "side": "5",
- "translation": "Upgrader 5"
- }
- ],
- "roles": [
- {
- "role": "ug1",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug1pl",
- "canConvert": [
- "ug1"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug1killer",
- "canConvert": [
- "ug1"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug1bg",
- "canConvert": [
- "ug1"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug1pl",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug1plkiller",
- "canConvert": [
- "ug1pl"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug1plbg",
- "canConvert": [
- "ug1pl"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug1killer",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug1plkiller",
- "canConvert": [
- "ug1killer"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug1killerbg",
- "canConvert": [
- "ug1killer"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug1bg",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME] ,KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug1plbg",
- "canConvert": [
- "ug1bg"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug1killerbg",
- "canConvert": [
- "ug1bg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug1plkiller",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME] ,KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug1uber",
- "canConvert": [
- "ug1plkiller"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug1plbg",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug1uber",
- "canConvert": [
- "ug1plbg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug1killerbg",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug1uber",
- "canConvert": [
- "ug1killerbg"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug1uber",
- "translation": "Upgrader 1",
- "side": "1",
- "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug2",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug2pl",
- "canConvert": [
- "ug2"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug2killer",
- "canConvert": [
- "ug2"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug2bg",
- "canConvert": [
- "ug2"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug2pl",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug2plkiller",
- "canConvert": [
- "ug2pl"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug2plbg",
- "canConvert": [
- "ug2pl"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug2killer",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug2plkiller",
- "canConvert": [
- "ug2killer"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug2killerbg",
- "canConvert": [
- "ug2killer"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug2bg",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME] ,KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug2plbg",
- "canConvert": [
- "ug2bg"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug2killerbg",
- "canConvert": [
- "ug2bg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug2plkiller",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME] ,KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug2uber",
- "canConvert": [
- "ug2plkiller"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug2plbg",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug2uber",
- "canConvert": [
- "ug2plbg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug2killerbg",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug2uber",
- "canConvert": [
- "ug2killerbg"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug2uber",
- "translation": "Upgrader 2",
- "side": "2",
- "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug3",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug3pl",
- "canConvert": [
- "ug3"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug3killer",
- "canConvert": [
- "ug3"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug3bg",
- "canConvert": [
- "ug3"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug3pl",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug3plkiller",
- "canConvert": [
- "ug3pl"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug3plbg",
- "canConvert": [
- "ug3pl"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug3killer",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug3plkiller",
- "canConvert": [
- "ug3killer"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug3killerbg",
- "canConvert": [
- "ug3killer"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug3bg",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME] ,KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug3plbg",
- "canConvert": [
- "ug3bg"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug3killerbg",
- "canConvert": [
- "ug3bg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug3plkiller",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME] ,KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug3uber",
- "canConvert": [
- "ug3plkiller"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug3plbg",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug3uber",
- "canConvert": [
- "ug3plbg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug3killerbg",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug3uber",
- "canConvert": [
- "ug3killerbg"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug3uber",
- "translation": "Upgrader 3",
- "side": "3",
- "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug4",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug4pl",
- "canConvert": [
- "ug4"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug4killer",
- "canConvert": [
- "ug4"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug4bg",
- "canConvert": [
- "ug4"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug4pl",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug4plkiller",
- "canConvert": [
- "ug4pl"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug4plbg",
- "canConvert": [
- "ug4pl"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug4killer",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug4plkiller",
- "canConvert": [
- "ug4killer"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug4killerbg",
- "canConvert": [
- "ug4killer"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug4bg",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME] ,KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug4plbg",
- "canConvert": [
- "ug4bg"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug4killerbg",
- "canConvert": [
- "ug4bg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug4plkiller",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME] ,KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug4uber",
- "canConvert": [
- "ug4plkiller"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug4plbg",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug4uber",
- "canConvert": [
- "ug4plbg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug4killerbg",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug4uber",
- "canConvert": [
- "ug4killerbg"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug4uber",
- "translation": "Upgrader 4",
- "side": "4",
- "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug5",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], KILLER: /KILLER [YOURNAME] ,SELF PROTECTOR: /BG [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug5pl",
- "canConvert": [
- "ug5"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug5killer",
- "canConvert": [
- "ug5"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug5bg",
- "canConvert": [
- "ug5"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug5pl",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug5plkiller",
- "canConvert": [
- "ug5pl"
- ],
- "silent": true
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug5plbg",
- "canConvert": [
- "ug5pl"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug5killer",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME], SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug5plkiller",
- "canConvert": [
- "ug5killer"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug5killerbg",
- "canConvert": [
- "ug5killer"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug5bg",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME] ,KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug5plbg",
- "canConvert": [
- "ug5bg"
- ],
- "silent": true
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug5killerbg",
- "canConvert": [
- "ug5bg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug5plkiller",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: SELF PROTECTOR: /BG [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME] ,KILL: /KILL [NAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "bg": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 3,
- "newRole": "ug5uber",
- "canConvert": [
- "ug5plkiller"
- ],
- "silent": true
- }
- }
- }
- },
- {
- "role": "ug5plbg",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: KILLER: /KILLER [YOURNAME]. LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "killer": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 2,
- "newRole": "ug5uber",
- "canConvert": [
- "ug5plbg"
- ],
- "silent": true
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug5killerbg",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF UPGRADES: DISTRACTER: /PL [YOURNAME]. LIST OF COMMANDS: KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "pl": {
- "command": "convert",
- "target": "OnlySelf",
- "common": "Self",
- "priority": 1,
- "newRole": "ug5uber",
- "canConvert": [
- "ug5killerbg"
- ],
- "silent": true
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "ug5uber",
- "translation": "Upgrader 5",
- "side": "5",
- "help": "LIST OF COMMANDS: DISTRACT: /DISTRACT [NAME], KILL: /KILL [NAME], SELF PROTECT: /PROTECT [YOURNAME]",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 4
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 6
- },
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- }
- }
- }
- ],
- "roles1": [],
- "roles2": [
- "ug1",
- "ug2",
- "ug3",
- "ug4",
- "ug5"
- ],
- "killmsg": "+Announcer: ~Player~ (~Role~) was downgraded!",
- "killusermsg": "You were downgraded by another upgrader!"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement