ssbu_lokrez/lokrez/games/ssbu.py

963 lines
35 KiB
Python

from . import Character,Game
# -----------------------------------------------------------------------------
GAME = Game(
name = "ssbu",
fullname = "Super Smash Brothers Ultimate",
aliases = [
"ultimate",
],
smashggid = None,
)
# -----------------------------------------------------------------------------
EVERYONE = [
Character(
smashggid = 1530,
name = "banjo & kazooie",
codename = "buddy",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/121027/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "bayonetta",
codename = "bayonetta",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111299/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1272,
name = "bowser jr",
codename = "koopajr",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111303/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1273,
name = "bowser",
codename = "koopa",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111302/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1539,
name = "byleth",
codename = "master",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/125348/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1274,
name = "captain falcon",
codename = "captain",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111304/",
"https://www.spriters-resource.com/download/111395/",
]
},
),
Character(
smashggid = None,
name = "charizard",
codename = "plizardon",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111351/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1409,
name = "chrom",
codename = "chrom",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111305/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1275,
name = "cloud",
codename = "cloud",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111306/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "corrin",
codename = "kamui",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111307/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1277,
name = "daisy",
codename = "daisy",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111308/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "dark pit",
codename = "pitb",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111309/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1279,
name = "diddy kong",
codename = "diddy",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111311/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1280,
name = "donkey kong",
codename = "donkey",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111312/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1282,
name = "dr mario",
codename = "mariod",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111313/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1283,
name = "duck hunt",
codename = "duckhunt",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111314/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1285,
name = "falco",
codename = "falco",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111315/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1286,
name = "fox",
codename = "fox",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111316/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1287,
name = "ganondorf",
codename = "ganon",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111317/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "greninja",
codename = "gekkouga",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111318/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1526,
name = "hero",
codename = "brave",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/119842/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1290,
name = "ice climbers",
codename = "ice_climber",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111319/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1291,
name = "ike",
codename = "ike",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111320/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1292,
name = "inkling",
codename = "inkling",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111322/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "ivysaur",
codename = "pfushigisou",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111352/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1293,
name = "jigglypuff",
codename = "purin",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111324/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1410,
name = "ken",
codename = "ken",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111325/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1294,
name = "king dedede",
codename = "dedede",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111326/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1295,
name = "kirby",
codename = "kirby",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111328/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1296,
name = "link",
codename = "link",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111329/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1297,
name = "little mac",
codename = "littlemac",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111330/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1298,
name = "lucario",
codename = "lucario",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111331/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1299,
name = "lucas",
codename = "lucas",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111332/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1300,
name = "lucina",
codename = "lucina",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111333/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1301,
name = "luigi",
codename = "luigi",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111334/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1302,
name = "mario",
codename = "mario",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111335/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "marth",
codename = "marth",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111336/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1305,
name = "mega man",
codename = "rockman",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111337/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1307,
name = "meta knight",
codename = "metaknight",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111338/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1310,
name = "mewtwo",
codename = "mewtwo",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111339/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "mii fighter",
codename = "miifighter",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111340/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1415,
name = "mii gunner",
codename = "miigunner",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111340/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "mii swordsman",
codename = "miiswordsman",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111340/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1313,
name = "ness",
codename = "ness",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111342/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1314,
name = "olimar",
codename = "pikmin",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111343/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1315,
name = "pacman",
codename = "pacman",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111344/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1316,
name = "palutena",
codename = "palutena",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111345/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1317,
name = "peach",
codename = "peach",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111346/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1318,
name = "pichu",
codename = "pichu",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111347/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1319,
name = "pikachu",
codename = "pikachu",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111348/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1320,
name = "pit",
codename = "pit",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111349/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1321,
name = "pokemon trainer",
codename = "ptrainer",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111350/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1412,
name = "richter",
codename = "richter",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111354/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1322,
name = "ridley",
codename = "ridley",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111355/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1323,
name = "rob",
codename = "robot",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111356/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1324,
name = "robin",
codename = "reflet",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111357/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1325,
name = "rosalina and luma",
codename = "rosetta",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111358/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1326,
name = "roy",
codename = "roy",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111359/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1327,
name = "ryu",
codename = "ryu",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111360/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1328,
name = "samus",
codename = "samus",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111361/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1329,
name = "sheik",
codename = "sheik",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111362/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1330,
name = "shulk",
codename = "shulk",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111363/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "simon",
codename = "simon",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111364/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1331,
name = "snake",
codename = "snake",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111365/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1332,
name = "sonic",
codename = "sonic",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111366/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = None,
name = "squirtle",
codename = "pzenigame",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111353/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1333,
name = "toon link",
codename = "toonlink",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111367/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1334,
name = "villager",
codename = "murabito",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111368/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1335,
name = "wario",
codename = "wario",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111369/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1336,
name = "wii fit trainer",
codename = "wiifit",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111370/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1337,
name = "wolf",
codename = "wolf",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111371/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1338,
name = "yoshi",
codename = "yoshi",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111372/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1339,
name = "young link",
codename = "younglink",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111373/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1340,
name = "zelda",
codename = "zelda",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111374/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1341,
name = "zero suit samus",
codename = "szerosuit",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111375/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1405,
name = "mr game and watch",
codename = "gamewatch",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111341/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1406,
name = "incineroar",
codename = "gaogaen",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111321/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1407,
name = "king k rool",
codename = "krool",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111327/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1408,
name = "dark samus",
codename = "samusd",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111310/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1413,
name = "isabelle",
codename = "shizue",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/111323/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1441,
name = "piranha plant",
codename = "packun",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/113440/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1453,
name = "joker",
codename = "jack",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/116168/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1532,
name = "terry",
codename = "dolly",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/123089/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1747,
name = "min min",
codename = "tantan",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/134242/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1766,
name = "steve",
codename = "pickel",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/140939/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
Character(
smashggid = 1777,
name = "sephiroth",
codename = "edge",
res_urls = {
"spriters": [
"https://www.spriters-resource.com/download/145102/",
"https://www.spriters-resource.com/download/111395/",
],
},
),
]