From 8e35440bd290eb76ac17de5f35c2e60a85457b59 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 29 May 2020 16:36:47 -0400 Subject: [PATCH] Update Asana --- media/attribution.js | 2 + media/characters/asana/back.svg | 296 ++++++++--- media/characters/asana/dressed-dark.svg | 446 ++++++++++++++++ media/characters/asana/dressed-light.svg | 648 +++++++++++++++++++++++ media/characters/asana/front.svg | 428 ++++++++++++--- presets/characters.js | 26 +- 6 files changed, 1684 insertions(+), 162 deletions(-) create mode 100644 media/characters/asana/dressed-dark.svg create mode 100644 media/characters/asana/dressed-light.svg diff --git a/media/attribution.js b/media/attribution.js index 93086cae..5cdcd8c2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1510,6 +1510,8 @@ const attributionData = { files: [ { name: "front.svg", source: "https://www.furaffinity.net/view/35087729/" }, { name: "back.svg", source: "https://www.furaffinity.net/view/35087729/" }, + { name: "dressed-dark.svg", source: "https://www.furaffinity.net/view/35087729/" }, + { name: "dressed-light.svg", source: "https://www.furaffinity.net/view/35087729/" }, ], authors: [ "silverwingink" diff --git a/media/characters/asana/back.svg b/media/characters/asana/back.svg index ea47d238..8a6e89ff 100644 --- a/media/characters/asana/back.svg +++ b/media/characters/asana/back.svg @@ -1,78 +1,224 @@ - + - + viewBox="0 0 769.75 1120.38" enable-background="new 0 0 769.75 1120.38" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/asana/dressed-dark.svg b/media/characters/asana/dressed-dark.svg new file mode 100644 index 00000000..10e499ff --- /dev/null +++ b/media/characters/asana/dressed-dark.svg @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/asana/dressed-light.svg b/media/characters/asana/dressed-light.svg new file mode 100644 index 00000000..6c2a0571 --- /dev/null +++ b/media/characters/asana/dressed-light.svg @@ -0,0 +1,648 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/asana/front.svg b/media/characters/asana/front.svg index 7e316acf..1724834d 100644 --- a/media/characters/asana/front.svg +++ b/media/characters/asana/front.svg @@ -1,88 +1,346 @@ - + - + viewBox="0 0 572.72 1148.6" enable-background="new 0 0 572.72 1148.6" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0a9982c6..fd877845 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3113,7 +3113,8 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/asana/front.svg", - extra: 1128 / 1068 + extra: 1133 / 1060, + bottom: 15.2/1148.6 } }, back: { @@ -3122,7 +3123,28 @@ characterMakers.push(() => makeCharacter( name: "Back", image: { source: "./media/characters/asana/back.svg", - extra: 1128 / 1068 + extra: 1114 / 1043, + bottom: 5/1120 + } + }, + dressedDark: { + height: math.unit(7 + 5 / 6, "feet"), + weight: math.unit(325, "lb"), + name: "Dressed (Dark)", + image: { + source: "./media/characters/asana/dressed-dark.svg", + extra: 1133 / 1060, + bottom: 15.2/1148.6 + } + }, + dressedLight: { + height: math.unit(7 + 5 / 6, "feet"), + weight: math.unit(325, "lb"), + name: "Dressed (Light)", + image: { + source: "./media/characters/asana/dressed-light.svg", + extra: 1133 / 1060, + bottom: 15.2/1148.6 } }, },