From b66c99a67e91b966b1737817e282453f06e7a72d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 22 Nov 2020 19:17:06 -0500 Subject: [PATCH] Add Vortex; fix some missing bounds --- media/attribution.js | 12 + media/characters/comet/front.svg | 2 +- media/characters/star/front.svg | 2 +- media/characters/tululi/front.svg | 2 +- media/characters/vortex/front.svg | 781 ++++++++++++++++++++++++++++++ presets/characters.js | 22 + 6 files changed, 818 insertions(+), 3 deletions(-) create mode 100644 media/characters/vortex/front.svg diff --git a/media/attribution.js b/media/attribution.js index fc03ba3f..f870b00e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13540,6 +13540,18 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/vortex/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34997804/" } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/comet/front.svg b/media/characters/comet/front.svg index d48891c3..c78b2f33 100644 --- a/media/characters/comet/front.svg +++ b/media/characters/comet/front.svg @@ -1,7 +1,7 @@ + width="1614.66" height="1707.09" viewBox="0 0 1614.66 1707.09" style="enable-background:new 0 0 1614.66 1707.09;" xml:space="preserve"> diff --git a/media/characters/star/front.svg b/media/characters/star/front.svg index c2d4c55b..53f45818 100644 --- a/media/characters/star/front.svg +++ b/media/characters/star/front.svg @@ -1,7 +1,7 @@ + width="1500.2" height="1540.74" viewBox="0 0 1500.2 1540.74" style="enable-background:new 0 0 1500.2 1540.74;" xml:space="preserve"> diff --git a/media/characters/tululi/front.svg b/media/characters/tululi/front.svg index 7c38412b..6a0d57ef 100644 --- a/media/characters/tululi/front.svg +++ b/media/characters/tululi/front.svg @@ -1,7 +1,7 @@ + width="2067.24" height="2016.88" viewBox="0 0 2067.24 2016.88" style="enable-background:new 0 0 2067.24 2016.88;" xml:space="preserve"> diff --git a/media/characters/vortex/front.svg b/media/characters/vortex/front.svg new file mode 100644 index 00000000..7aaf3f83 --- /dev/null +++ b/media/characters/vortex/front.svg @@ -0,0 +1,781 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 84b366f7..d51bb929 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35400,6 +35400,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vortex", species: ["kaiju"], tags: ["anthro"] }, + { + front: { + height: math.unit(950, "feet"), + name: "Front", + image: { + source: "./media/characters/vortex/front.svg", + extra: 1497/1434, + bottom: 56/1553 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(950, "feet"), + default: true + }, + ] +)) + //characters