From a6c92f929a9a409d85023647aaa271cf77d5af91 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 14 Mar 2020 13:52:50 -0400 Subject: [PATCH] Add Venio Darcony --- media/attribution.js | 22 + media/characters/venio-darcony/back.svg | 764 +++++++++++++++++++++++ media/characters/venio-darcony/front.svg | 692 ++++++++++++++++++++ media/characters/venio-darcony/side.svg | 751 ++++++++++++++++++++++ presets/characters.js | 49 ++ 5 files changed, 2278 insertions(+) create mode 100644 media/characters/venio-darcony/back.svg create mode 100644 media/characters/venio-darcony/front.svg create mode 100644 media/characters/venio-darcony/side.svg diff --git a/media/attribution.js b/media/attribution.js index 57cd0fab..dbb9beef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6071,6 +6071,20 @@ const attributionData = { "arcanei" ] }, + { + prefix: "./media/characters/venio-darcony/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/34465824/" }, + { name: "front.svg", source: "https://www.furaffinity.net/view/34465824/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34465824/" }, + ], + authors: [ + "keavemind" + ], + owners: [ + "redblackdragon" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8376,6 +8390,14 @@ const attributionData = { "name": "Pandora's Fox", "url": "https://www.furaffinity.net/user/arcaeni", }, + "keavemind": { + "name": "KeaveMind", + "url": "https://www.furaffinity.net/view/34465824/", + }, + "redblackdragon": { + "name": "redblackdragon", + "url": "https://www.furaffinity.net/user/redblackdragon/", + }, } } diff --git a/media/characters/venio-darcony/back.svg b/media/characters/venio-darcony/back.svg new file mode 100644 index 00000000..0cedba81 --- /dev/null +++ b/media/characters/venio-darcony/back.svg @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/venio-darcony/front.svg b/media/characters/venio-darcony/front.svg new file mode 100644 index 00000000..30a410d1 --- /dev/null +++ b/media/characters/venio-darcony/front.svg @@ -0,0 +1,692 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/venio-darcony/side.svg b/media/characters/venio-darcony/side.svg new file mode 100644 index 00000000..a5f499a3 --- /dev/null +++ b/media/characters/venio-darcony/side.svg @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c090802d..fe17dce5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14561,6 +14561,55 @@ characterMakers["Pandora"] = () => { ) }; +characterMakers["Venio Darcony"] = () => { + return makeCharacter( + "Venio Darcony", + "redblackdragon", + { + side: { + height: math.unit(10, "feet"), + weight: math.unit(800, "kg"), + name: "Side", + image: { + source: "./media/characters/venio-darcony/side.svg", + extra: 1373/1003, + bottom: 0.037 + } + }, + front: { + height: math.unit(19, "feet"), + weight: math.unit(800, "kg"), + name: "Front", + image: { + source: "./media/characters/venio-darcony/front.svg" + } + }, + back: { + height: math.unit(19, "feet"), + weight: math.unit(800, "kg"), + name: "Back", + image: { + source: "./media/characters/venio-darcony/back.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet") + }, + { + name: "Macro", + height: math.unit(130, "feet") + }, + { + name: "Macro+", + height: math.unit(240, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {