diff --git a/lokrez/templates/_covid/covid.j2 b/lokrez/templates/_covid/covid.j2 index c4e631f..b2cb66b 100644 --- a/lokrez/templates/_covid/covid.j2 +++ b/lokrez/templates/_covid/covid.j2 @@ -813,6 +813,8 @@ "09": "samus", "10": "samus", }, + "sephiroth": { + }, "sheik": { "00": "sheik", "01": "sheik", @@ -891,6 +893,8 @@ "09": "squirtle", "10": "squirtle", }, + "steve": { + }, "terry": { "00": "terry", "01": "terry", diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index e9d8245..d915138 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -91,12 +91,18 @@ "roy": { "default": (-25, -7) }, "ryu": { "default": (-30, 6) }, "samus": { "default": (-10, -8) }, + "sephiroth": { + "default": (-90, -30), + "06": (-120, 0), + "07": (-120, 0), + }, "sheik": { "default": (-40, -3) }, "shulk": { "default": (-32, -36) }, "simon": { "default": (-60, -1) }, "snake": { "default": (-48, 0) }, "sonic": { "default": (-20, 4) }, "squirtle": { "default": (-7, 8) }, + "steve": { "default": (0, 0) }, "terry": { "default": (-60, -7, 0.65) }, "toon link": { "default": (-10, -17) }, "villager": { "default": (-12, -8) }, diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index 9f127a2..9b9eb46 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -81,12 +81,18 @@ "roy": { "default": (15, -17) }, "ryu": { "default": (10, -4) }, "samus": { "default": (30, -18) }, + "sephiroth": { + "default": (-90, -30), + "06": (-120, 0), + "07": (-120, 0), + }, "sheik": { "default": (0, -13) }, "shulk": { "default": (18, -20) }, "simon": { "default": (-20, -11) }, "snake": { "default": (-8, -10) }, "sonic": { "default": (20, -6) }, "squirtle": { "default": (33, -2) }, + "steve": { "default": (0, 0) }, "terry": { "default": (-20, -20, 0.65) }, "toon link": { "default": (30, -20) }, "villager": { "default": (28, -18) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 00867e5..9c9c58b 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -75,12 +75,18 @@ "roy": { "default": (15, -17) }, "ryu": { "default": (10, -4) }, "samus": { "default": (30, -18) }, + "sephiroth": { + "default": (-90, -30), + "06": (-120, 0), + "07": (-120, 0), + }, "sheik": { "default": (0, -13) }, "shulk": { "default": (18, -20) }, "simon": { "default": (-20, -11) }, "snake": { "default": (0, -3) }, "sonic": { "default": (20, -6) }, "squirtle": { "default": (33, -2) }, + "steve": { "default": (0, 0) }, "terry": { "default": (20, 50, 0.66) }, "toon link": { "default": (24, -23) }, "villager": { "default": (28, -18) },