diff --git a/lokrez/games/ssbu.py b/lokrez/games/ssbu.py index 4294a9f..6b2f93e 100644 --- a/lokrez/games/ssbu.py +++ b/lokrez/games/ssbu.py @@ -1014,5 +1014,16 @@ EVERYONE = [ ], }, ), + Character( + smashggid = 1897, + name = "sora", + codenames = [ "trail", ], + res_urls = { + "spriters": [ + "https://www.spriters-resource.com/download/163416/", + "https://www.spriters-resource.com/download/111395/", + ], + }, + ), ] diff --git a/lokrez/templates/_covid/covid.j2 b/lokrez/templates/_covid/covid.j2 index b962719..097f46e 100644 --- a/lokrez/templates/_covid/covid.j2 +++ b/lokrez/templates/_covid/covid.j2 @@ -365,6 +365,7 @@ "04": "joker", "05": "joker", }, + "kazuya": {}, "ken": { "00": "ken", "01": "ken", @@ -884,6 +885,7 @@ "09": "sonic", "10": "sonic", }, + "sora": {}, "squirtle": { "00": "squirtle", "01": "squirtle", diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 2d7e69b..0c33798 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -117,6 +117,15 @@ "simon": { "default": (-60, -1) }, "snake": { "default": (-48, 0) }, "sonic": { "default": (-20, 4) }, + "sora": { + "default": (20, -20), + "01": (-10, -40), + "02": (-50, -60), + "03": (30, -20), + "05": (-50, -60), + "06": (30, -20), + "07": (30, -20), + }, "squirtle": { "default": (-7, 8) }, "steve": { "default": (0, 0) }, "terry": { "default": (-60, -7, 0.65) }, diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index ebecc97..a807725 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -119,6 +119,15 @@ "simon": { "default": (-20, -11) }, "snake": { "default": (-8, -10) }, "sonic": { "default": (20, -6) }, + "sora": { + "default": (20, -20), + "01": (-10, -40), + "02": (-50, -60), + "03": (30, -20), + "05": (-50, -60), + "06": (30, -20), + "07": (30, -20), + }, "squirtle": { "default": (33, -2) }, "steve": { "default": (0, 0) }, "terry": { "default": (-20, -20, 0.65) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 164aef5..c4a212c 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -107,6 +107,15 @@ "simon": { "default": (-20, -11) }, "snake": { "default": (0, -3) }, "sonic": { "default": (20, -6) }, + "sora": { + "default": (20, -20), + "01": (-10, -40), + "02": (-50, -60), + "03": (30, -20), + "05": (-50, -60), + "06": (30, -20), + "07": (30, -20), + }, "squirtle": { "default": (33, -2) }, "steve": { "default": (0, 0) }, "terry": { "default": (20, 50, 0.66) },