From d7bf99ded21f4353c39c3ecefd8f03620d1aec6f Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Wed, 3 Mar 2021 09:13:51 +0100 Subject: [PATCH] Update chars positions in SSBU templates --- lokrez/templates/_covid/covid.j2 | 1 + .../templates/confismash/characters_corrections.j2 | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lokrez/templates/_covid/covid.j2 b/lokrez/templates/_covid/covid.j2 index 4675af7..4baa87f 100644 --- a/lokrez/templates/_covid/covid.j2 +++ b/lokrez/templates/_covid/covid.j2 @@ -358,6 +358,7 @@ "10": "jigglypuff", }, "joker": { + "00": "joker", "01": "joker", "02": "joker", "03": "joker", diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index d915138..601b921 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -16,10 +16,10 @@ }, "byleth": { "default": (-55, 5, 0.85), - "01": (-20,-10, 0.85), - "03": (-20,-10, 0.85), - "05": (-20,-10, 0.85), - "07": (-20,-10, 0.85), + "01": (-27,-10, 0.85), + "03": (-27,-10, 0.85), + "05": (-27,-10, 0.85), + "07": (-27,-10, 0.85), }, "captain falcon": { "default": (-60, 10) }, "charizard": { "default": (-17, -12) }, @@ -67,7 +67,7 @@ "lucina": { "default": (-83, 2) }, "luigi": { "default": (-5, 3) }, "mario": { "default": (-10, -10) }, - "marth": { "default": (-70, -3) }, + "marth": { "default": (-97, -3) }, "mega man": { "default": (-10, 0) }, "meta knight": { "default": (-30, -28) }, "mewtwo": { "default": (-30, -6) }, @@ -111,7 +111,7 @@ "wolf": { "default": (-17, 3) }, "yoshi": { "default": (0, 9) }, "young link": { "default": (-16, 0) }, - "zelda": { "default": (-70, 0) }, + "zelda": { "default": (-80, 0) }, "zero suit samus": { "default": (-53, -1) }, } %}