From 7dd02cef5c4d67cc9081976f24eb90b499331693 Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Wed, 10 Mar 2021 09:08:08 +0100 Subject: [PATCH] Change Robin charcorrs Robin has 2 different illustations (man/woman) for their even and odd skins. New characar_corrections take this into account. Tested with the confismash theme. --- lokrez/templates/confismash/characters_corrections.j2 | 8 +++++++- .../templates/meltdownlyon2020/characters_corrections.j2 | 8 +++++++- lokrez/templates/rebootlyon2020/characters_corrections.j2 | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 5727860..6827d03 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -89,7 +89,13 @@ "richter": { "default": (-20, -10) }, "ridley": { "default": (-52, -40) }, "rob": { "default": (-25, 6) }, - "robin": { "default": (-40, -8) }, + "robin": { + "default": (-32, -8), + "01": (-70, -17), + "03": (-70, -17), + "05": (-70, -17), + "07": (-70, -17), + }, "rosalina and luma": { "default": (-30, 0) }, "roy": { "default": (-25, -7) }, "ryu": { "default": (-30, 6) }, diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index 894b2b2..9a37bd4 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -79,7 +79,13 @@ "richter": { "default": (20, -20) }, "ridley": { "default": (15, -37) }, "rob": { "default": (15, -4) }, - "robin": { "default": (0, -18) }, + "robin": { + "default": (-32, -8), + "01": (-70, -17), + "03": (-70, -17), + "05": (-70, -17), + "07": (-70, -17), + }, "rosalina and luma": { "default": (10, -10) }, "roy": { "default": (15, -17) }, "ryu": { "default": (10, -4) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 65b62e2..92ed847 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -73,7 +73,13 @@ "richter": { "default": (6, -30) }, "ridley": { "default": (20, -20) }, "rob": { "default": (15, -4) }, - "robin": { "default": (0, -18) }, + "robin": { + "default": (-32, -8), + "01": (-70, -17), + "03": (-70, -17), + "05": (-70, -17), + "07": (-70, -17), + }, "rosalina and luma": { "default": (10, -10) }, "roy": { "default": (15, -17) }, "ryu": { "default": (10, -4) },