From 70d924193a90f7e70ada4c817ffc20dd6818aae7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 21 Sep 2021 09:57:59 -0400 Subject: [PATCH] Add Vant --- media/attribution.js | 19 + media/characters/vant/back.svg | 329 +++++++++++++++++ media/characters/vant/front.svg | 637 ++++++++++++++++++++++++++++++++ media/characters/vant/maw.svg | 228 ++++++++++++ media/characters/vant/paw.svg | 192 ++++++++++ presets/characters.js | 55 +++ 6 files changed, 1460 insertions(+) create mode 100644 media/characters/vant/back.svg create mode 100644 media/characters/vant/front.svg create mode 100644 media/characters/vant/maw.svg create mode 100644 media/characters/vant/paw.svg diff --git a/media/attribution.js b/media/attribution.js index 34cb8c66..845245dd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17220,6 +17220,21 @@ const attributionData = { "acouya" ] }, + { + prefix: "./media/characters/vant/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43774634" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/43774634" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/43774634" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/43774634" }, + ], + authors: [ + "shadypixel" + ], + owners: [ + "vant" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23773,6 +23788,10 @@ const attributionData = { "name": "kr00bs", "url": "https://twitter.com/kr00bs" }, + "vant": { + "name": "Vant", + "url": "https://twitter.com/FuzzHusk" + }, } } diff --git a/media/characters/vant/back.svg b/media/characters/vant/back.svg new file mode 100644 index 00000000..55ebd869 --- /dev/null +++ b/media/characters/vant/back.svg @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vant/front.svg b/media/characters/vant/front.svg new file mode 100644 index 00000000..94a987b8 --- /dev/null +++ b/media/characters/vant/front.svg @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vant/maw.svg b/media/characters/vant/maw.svg new file mode 100644 index 00000000..be8d0618 --- /dev/null +++ b/media/characters/vant/maw.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vant/paw.svg b/media/characters/vant/paw.svg new file mode 100644 index 00000000..5b8c4c65 --- /dev/null +++ b/media/characters/vant/paw.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2ac923c2..74b854d4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45505,6 +45505,61 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vant", species: ["husky"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(195, "lb"), + name: "Front", + image: { + source: "./media/characters/vant/front.svg", + extra: 1396/1320, + bottom: 20/1416 + } + }, + back: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(195, "lb"), + name: "Back", + image: { + source: "./media/characters/vant/back.svg", + extra: 1396/1320, + bottom: 20/1416 + } + }, + maw: { + height: math.unit(0.75, "feet"), + name: "Maw", + image: { + source: "./media/characters/vant/maw.svg" + } + }, + paw: { + height: math.unit(1.07, "feet"), + name: "Paw", + image: { + source: "./media/characters/vant/paw.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(0.25, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(75, "feet") + }, + ] +)) + //characters function makeCharacters() {