From 2db56f45af3edf6b6f4ee0e8faff71a51bfc1a0d Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Wed, 3 Mar 2021 16:15:22 +0100 Subject: [PATCH] Add Mii to SSBU templates --- lokrez/templates/_covid/covid.j2 | 3 +++ lokrez/templates/confismash/characters_corrections.j2 | 3 +++ lokrez/templates/meltdownlyon2020/characters_corrections.j2 | 3 +++ lokrez/templates/rebootlyon2020/characters_corrections.j2 | 3 +++ 4 files changed, 12 insertions(+) diff --git a/lokrez/templates/_covid/covid.j2 b/lokrez/templates/_covid/covid.j2 index 4baa87f..a5d379e 100644 --- a/lokrez/templates/_covid/covid.j2 +++ b/lokrez/templates/_covid/covid.j2 @@ -560,6 +560,9 @@ "09": "mewtwo", "10": "mewtwo", }, + "mii fighter": {}, + "mii gunner": {}, + "mii swordsman": {}, "min min": { "00": "min min", "01": "min min", diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 601b921..4c8ebe3 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -71,6 +71,9 @@ "mega man": { "default": (-10, 0) }, "meta knight": { "default": (-30, -28) }, "mewtwo": { "default": (-30, -6) }, + "mii fighter": { "default": (0, 0) }, + "mii gunner": { "default": (0, 0) }, + "mii swordsman": { "default": (0, 0) }, "min min": { "default": (-30, -13) }, "mr game and watch": { "default": (0, -3) }, "ness": { "default": (-2, 0) }, diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index 9b9eb46..1b1464f 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -61,6 +61,9 @@ "mega man": { "default": (30, -10) }, "meta knight": { "default": (10, -38) }, "mewtwo": { "default": (10, -16) }, + "mii fighter": { "default": (0, 0) }, + "mii gunner": { "default": (0, 0) }, + "mii swordsman": { "default": (0, 0) }, "min min": { "default": (10, -23) }, "mr game and watch": { "default": (26, -13) }, "ness": { "default": (38, -10) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 9c9c58b..89850fb 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -55,6 +55,9 @@ "mega man": { "default": (30, -10) }, "meta knight": { "default": (10, -38) }, "mewtwo": { "default": (10, -16) }, + "mii fighter": { "default": (0, 0) }, + "mii gunner": { "default": (0, 0) }, + "mii swordsman": { "default": (0, 0) }, "min min": { "default": (10, -23) }, "mr game and watch": { "default": (26, -11) }, "ness": { "default": (38, -10) },