From 15ca92cda98fd952b684c454aeba1d39020b6853 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 28 Nov 2020 17:33:20 -0500 Subject: [PATCH] Add Wilbur Owen --- media/attribution.js | 17 + media/characters/wilbur-owen/back.svg | 332 ++++++++++++++ media/characters/wilbur-owen/front.svg | 577 +++++++++++++++++++++++++ presets/characters.js | 37 ++ 4 files changed, 963 insertions(+) create mode 100644 media/characters/wilbur-owen/back.svg create mode 100644 media/characters/wilbur-owen/front.svg diff --git a/media/attribution.js b/media/attribution.js index 305a2926..db3d9e26 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13786,6 +13786,19 @@ const attributionData = { "mirandaarqayla" ] }, + { + prefix: "./media/characters/wilbur-owen/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32441265/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/32441265/" } + ], + authors: [ + "oliverkinter" + ], + owners: [ + "egkangaroo" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18937,6 +18950,10 @@ const attributionData = { "name": "Pr0cKz3d", "url": "https://www.furaffinity.net/user/pr0ckz3d/" }, + "oliverkinter": { + "name": "OliverKinter", + "url": "https://www.furaffinity.net/user/oliverkinter/" + }, } } diff --git a/media/characters/wilbur-owen/back.svg b/media/characters/wilbur-owen/back.svg new file mode 100644 index 00000000..ac697407 --- /dev/null +++ b/media/characters/wilbur-owen/back.svg @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/wilbur-owen/front.svg b/media/characters/wilbur-owen/front.svg new file mode 100644 index 00000000..eb2b634a --- /dev/null +++ b/media/characters/wilbur-owen/front.svg @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eee60256..8f2bd774 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1555,6 +1555,10 @@ const speciesData = { name: "Arctic Wolf", parents: ["wolf"] }, + "donkey": { + name: "Donkey", + parents: ["horse"] + }, } //species @@ -35896,6 +35900,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Wilbur Owen", species: ["donkey"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 9/12, "feet"), + weight: math.unit(440, "lb"), + name: "Front", + image: { + source: "./media/characters/wilbur-owen/front.svg", + extra: 1575/1448, + bottom: 72/1647 + } + }, + back: { + height: math.unit(6 + 9/12, "feet"), + weight: math.unit(440, "lb"), + name: "Back", + image: { + source: "./media/characters/wilbur-owen/back.svg", + extra: 1578/1445, + bottom: 36/1614 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {