Browse Source

Add last SSBU character: Sora

Lertsenem 2 years ago
parent
commit
8055d8af80

+ 11 - 0
lokrez/games/ssbu.py

@@ -1014,5 +1014,16 @@ EVERYONE = [
1014 1014
                         ],
1015 1015
                     },
1016 1016
                 ),
1017
+        Character(
1018
+                smashggid = 1897,
1019
+                name = "sora",
1020
+                codenames = [ "trail", ],
1021
+                res_urls = {
1022
+                    "spriters": [
1023
+                        "https://www.spriters-resource.com/download/163416/",
1024
+                        "https://www.spriters-resource.com/download/111395/",
1025
+                        ],
1026
+                    },
1027
+                ),
1017 1028
         ]
1018 1029
 

+ 2 - 0
lokrez/templates/_covid/covid.j2

@@ -365,6 +365,7 @@
365 365
         "04": "joker",
366 366
         "05": "joker",
367 367
     },
368
+    "kazuya": {},
368 369
     "ken": {
369 370
         "00": "ken",
370 371
         "01": "ken",
@@ -884,6 +885,7 @@
884 885
         "09": "sonic",
885 886
         "10": "sonic",
886 887
     },
888
+    "sora": {},
887 889
     "squirtle": {
888 890
         "00": "squirtle",
889 891
         "01": "squirtle",

+ 9 - 0
lokrez/templates/confismash/characters_corrections.j2

@@ -117,6 +117,15 @@
117 117
     "simon": { "default": (-60, -1) },
118 118
     "snake": { "default": (-48, 0) },
119 119
     "sonic": { "default": (-20, 4) },
120
+    "sora": {
121
+        "default": (20, -20),
122
+        "01": (-10, -40),
123
+        "02": (-50, -60),
124
+        "03": (30, -20),
125
+        "05": (-50, -60),
126
+        "06": (30, -20),
127
+        "07": (30, -20),
128
+    },
120 129
     "squirtle": { "default": (-7, 8) },
121 130
     "steve": { "default": (0, 0) },
122 131
     "terry": { "default": (-60, -7, 0.65) },

+ 9 - 0
lokrez/templates/meltdownlyon2020/characters_corrections.j2

@@ -119,6 +119,15 @@
119 119
     "simon": { "default": (-20, -11) },
120 120
     "snake": { "default": (-8, -10) },
121 121
     "sonic": { "default": (20, -6) },
122
+    "sora": {
123
+        "default": (20, -20),
124
+        "01": (-10, -40),
125
+        "02": (-50, -60),
126
+        "03": (30, -20),
127
+        "05": (-50, -60),
128
+        "06": (30, -20),
129
+        "07": (30, -20),
130
+    },
122 131
     "squirtle": { "default": (33, -2) },
123 132
     "steve": { "default": (0, 0) },
124 133
     "terry": { "default": (-20, -20, 0.65) },

+ 9 - 0
lokrez/templates/rebootlyon2020/characters_corrections.j2

@@ -107,6 +107,15 @@
107 107
     "simon": { "default": (-20, -11) },
108 108
     "snake": { "default": (0, -3) },
109 109
     "sonic": { "default": (20, -6) },
110
+    "sora": {
111
+        "default": (20, -20),
112
+        "01": (-10, -40),
113
+        "02": (-50, -60),
114
+        "03": (30, -20),
115
+        "05": (-50, -60),
116
+        "06": (30, -20),
117
+        "07": (30, -20),
118
+    },
110 119
     "squirtle": { "default": (33, -2) },
111 120
     "steve": { "default": (0, 0) },
112 121
     "terry": { "default": (20, 50, 0.66) },