From 559e6ceab90671beb2cdb816eec955869136651b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 10 Jun 2020 16:30:54 -0400 Subject: [PATCH] Add Vidar --- media/attribution.js | 33 ++ media/characters/vidar/back.svg | 521 +++++++++++++++++++ media/characters/vidar/feral.svg | 826 +++++++++++++++++++++++++++++++ media/characters/vidar/front.svg | 661 +++++++++++++++++++++++++ presets/characters.js | 47 ++ 5 files changed, 2088 insertions(+) create mode 100644 media/characters/vidar/back.svg create mode 100644 media/characters/vidar/feral.svg create mode 100644 media/characters/vidar/front.svg diff --git a/media/attribution.js b/media/attribution.js index 747385fe..39a6c530 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10635,6 +10635,31 @@ const attributionData = { "wildyena" ] }, + { + prefix: "./media/characters/vidar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34255306/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34255306/" }, + ], + authors: [ + "arachnideer" + ], + owners: [ + "ranek" + ] + }, + { + prefix: "./media/characters/vidar/", + files: [ + { name: "feral.svg", source: "https://www.furaffinity.net/view/33760966/" }, + ], + authors: [ + "tanzanite" + ], + owners: [ + "ranek" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14655,6 +14680,14 @@ const attributionData = { "name": "Wildyena", "url": "https://twitter.com/Wildyena", }, + "arachnideer": { + "name": "Arachnideer", + "url": "https://www.furaffinity.net/user/arachnideer", + }, + "tanzanite": { + "name": "-tanzanite-", + "url": "https://www.furaffinity.net/user/-tanzanite-", + }, } } diff --git a/media/characters/vidar/back.svg b/media/characters/vidar/back.svg new file mode 100644 index 00000000..adb79c1f --- /dev/null +++ b/media/characters/vidar/back.svg @@ -0,0 +1,521 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vidar/feral.svg b/media/characters/vidar/feral.svg new file mode 100644 index 00000000..9e7a8022 --- /dev/null +++ b/media/characters/vidar/feral.svg @@ -0,0 +1,826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vidar/front.svg b/media/characters/vidar/front.svg new file mode 100644 index 00000000..17f269d6 --- /dev/null +++ b/media/characters/vidar/front.svg @@ -0,0 +1,661 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 51aebb62..978871dd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26709,6 +26709,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vidar", species: ["deer"], tags: ["anthro", "feral"] }, + { + front: { + height: math.unit(2.5, "meters"), + weight: math.unit(200, "kg"), + name: "Front", + image: { + source: "./media/characters/vidar/front.svg", + extra: 2994/2795, + bottom: 56/3061 + } + }, + back: { + height: math.unit(2.5, "meters"), + weight: math.unit(200, "kg"), + name: "Back", + image: { + source: "./media/characters/vidar/back.svg", + extra: 3131/2928, + bottom: 13.5/3141.5 + } + }, + feral: { + height: math.unit(2.5, "meters"), + weight: math.unit(2000, "kg"), + name: "Feral", + image: { + source: "./media/characters/vidar/feral.svg", + extra: 2790/1765, + bottom: 6/2796 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.5, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "meters") + }, + ] +)) + //characters function makeCharacters() {