From def0a17a6ef24078d52135ba6cc5c480a4292834 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Mar 2020 14:51:24 -0400 Subject: [PATCH] Add Reza's anthro form; adjust Vanguard's size --- media/attribution.js | 21 +++ media/characters/reza/back.svg | 156 ++++++++++++++++++++ media/characters/reza/front.svg | 249 ++++++++++++++++++++++++++++++++ presets/characters.js | 36 +++++ 4 files changed, 462 insertions(+) create mode 100644 media/characters/reza/back.svg create mode 100644 media/characters/reza/front.svg diff --git a/media/attribution.js b/media/attribution.js index cb32f07c..fcdb0fb4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8082,6 +8082,19 @@ const attributionData = { "meep" ] }, + { + prefix: "./media/characters/reza/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/25655890/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/25655890/" }, + ], + authors: [ + "oddthesungod" + ], + owners: [ + "rezavax" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11123,6 +11136,14 @@ const attributionData = { "name": "currypuppy", "url": "https://www.furaffinity.net/user/currypuppy", }, + "rezavax": { + "name": "Rezavax", + "url": "https://www.furaffinity.net/user/rezavax/", + }, + "oddthesungod": { + "name": "oddthesungod", + "url": "https://www.furaffinity.net/user/oddthesungod", + }, } } diff --git a/media/characters/reza/back.svg b/media/characters/reza/back.svg new file mode 100644 index 00000000..a383c39b --- /dev/null +++ b/media/characters/reza/back.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/reza/front.svg b/media/characters/reza/front.svg new file mode 100644 index 00000000..5584c783 --- /dev/null +++ b/media/characters/reza/front.svg @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ad55a1f3..6244ce70 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19665,6 +19665,42 @@ characterMakers["Weremeep"] = () => { ) }; +characterMakers["Reza"] = () => { + return makeCharacter( + "Reza", + "rezavax", + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(90, "lb"), + name: "Front", + image: { + source: "./media/characters/reza/front.svg", + extra: 1183/1111, + bottom: 0.017 + } + }, + back: { + height: math.unit(4, "feet"), + weight: math.unit(90, "lb"), + name: "Back", + image: { + source: "./media/characters/reza/back.svg", + extra: 1183/1111, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {