diff --git a/media/LICENSES.md b/media/LICENSES.md index 38487ef1..3b06b580 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -593,6 +593,18 @@ https://www.furaffinity.net/view/33002197/ * front.svg +## Vulpes + +**https://www.furaffinity.net/user/voondahbayosh** +**https://www.furaffinity.net/user/proximiter** + +https://www.furaffinity.net/view/27057320/ + +* front.svg +* side.svg +* back.svg +* feet.svg + # Naturals * front.svg diff --git a/media/characters/vulpes/back.svg b/media/characters/vulpes/back.svg new file mode 100644 index 00000000..911d60b0 --- /dev/null +++ b/media/characters/vulpes/back.svg @@ -0,0 +1,123 @@ + + + + + diff --git a/media/characters/vulpes/feet.svg b/media/characters/vulpes/feet.svg new file mode 100644 index 00000000..16a163d3 --- /dev/null +++ b/media/characters/vulpes/feet.svg @@ -0,0 +1,94 @@ + + + + + diff --git a/media/characters/vulpes/front.svg b/media/characters/vulpes/front.svg new file mode 100644 index 00000000..f947985c --- /dev/null +++ b/media/characters/vulpes/front.svg @@ -0,0 +1,161 @@ + + + + + diff --git a/media/characters/vulpes/side.svg b/media/characters/vulpes/side.svg new file mode 100644 index 00000000..ab280846 --- /dev/null +++ b/media/characters/vulpes/side.svg @@ -0,0 +1,125 @@ + + + + + diff --git a/presets/characters.js b/presets/characters.js index 20a55975..70160166 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2736,6 +2736,66 @@ characterMakers["Apple"] = () => { ) }; +characterMakers["Vulpes"] = () => { + return makeCharacter( + "Vulpes", + "VulpesPawpad", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lbs"), + name: "Front", + image: { + source: "./media/characters/vulpes/front.svg" + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lbs"), + name: "Side", + image: { + source: "./media/characters/vulpes/side.svg" + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lbs"), + name: "Back", + image: { + source: "./media/characters/vulpes/back.svg" + } + }, + feet: { + height: math.unit(1.276, "feet"), + name: "Feet", + image: { + source: "./media/characters/vulpes/feet.svg" + } + }, + + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(6.3, "feet") + }, + { + name: "Megamacro", + height: math.unit(7500, "feet") + }, + { + name: "Gigamacro", + height: math.unit(570000, "miles") + } + ], + math.unit(7500, "feet") + ) +}; + function makeCharacters() { const results = []; results.push({