From 5072ddfbae641e411ada6dd9a1ecfba8c1e3796d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 27 Feb 2020 14:55:04 -0500 Subject: [PATCH] Add clothed views for Corvin --- media/attribution.js | 2 + media/characters/corvin/front-poncho.svg | 335 +++++++++++++++++++++++ media/characters/corvin/front-shirt.svg | 136 +++++++++ media/characters/corvin/front.svg | 2 +- presets/characters.js | 18 ++ 5 files changed, 492 insertions(+), 1 deletion(-) create mode 100644 media/characters/corvin/front-poncho.svg create mode 100644 media/characters/corvin/front-shirt.svg diff --git a/media/attribution.js b/media/attribution.js index c1c1d896..36e74041 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -341,6 +341,8 @@ const attributionData = { prefix: "./media/characters/corvin/", files: [ { name: "front.svg", source: "https://www.furaffinity.net/view/15581561/" }, + { name: "front-shirt.svg", source: "https://www.furaffinity.net/view/15581561/" }, + { name: "front-poncho.svg", source: "https://www.furaffinity.net/view/15581561/" }, { name: "back.svg", source: "https://www.furaffinity.net/view/15581561/" } ], authors: [ diff --git a/media/characters/corvin/front-poncho.svg b/media/characters/corvin/front-poncho.svg new file mode 100644 index 00000000..49507aed --- /dev/null +++ b/media/characters/corvin/front-poncho.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/corvin/front-shirt.svg b/media/characters/corvin/front-shirt.svg new file mode 100644 index 00000000..65e96af6 --- /dev/null +++ b/media/characters/corvin/front-shirt.svg @@ -0,0 +1,136 @@ + + + + + + + + + + diff --git a/media/characters/corvin/front.svg b/media/characters/corvin/front.svg index 59471e20..b145b9d0 100644 --- a/media/characters/corvin/front.svg +++ b/media/characters/corvin/front.svg @@ -78,5 +78,5 @@ C67.66,75.28,67.96,77.79,69.04,80.3z M135.75,176.04c1.05,0.09,2,0.21,2.89,0.56c4.36,1.75,8.99,2.11,13.6,2.52 c2.1,0.19,2.38-0.06,3.27-2.02c1.25-2.77,2.03-5.72,3.51-8.39c0.4-0.72,0.25-1.39-0.36-1.95c-0.23-0.22-0.49-0.41-0.72-0.64 c-4.62-4.65-9.61-8.91-14.45-13.33c-0.23-0.21-0.48-0.43-0.83-0.28c-0.07,0.14-0.17,0.27-0.21,0.42c-1.34,4.35-2.93,8.61-4.35,12.93 - c-0.85,2.58-1.34,5.26-2.36,7.78C135.47,174.31,135.51,175.06,135.75,176.04z"/> + c-0.85,2.58-1.34,5.26-2.36,7.78C135.48,174.31,135.51,175.06,135.75,176.04z"/> diff --git a/presets/characters.js b/presets/characters.js index c47b1eed..ee8aeeeb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6026,6 +6026,24 @@ characterMakers["Corvin"] = () => { extra: 1803/1629 } }, + frontShirt: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(130, "lbs"), + name: "Front (Shirt)", + image: { + source: "./media/characters/corvin/front-shirt.svg", + extra: 1803/1629 + } + }, + frontPoncho: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(130, "lbs"), + name: "Front (Poncho)", + image: { + source: "./media/characters/corvin/front-poncho.svg", + extra: 1803/1629 + } + }, side: { height: math.unit(5 + 8/12, "feet"), weight: math.unit(130, "lbs"),