diff --git a/media/attribution.js b/media/attribution.js index 38f583f9..4e0d6ded 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18097,6 +18097,18 @@ const attributionData = { "diodedrake" ] }, + { + prefix: "./media/characters/shady/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32104844/" } + ], + authors: [ + "insigniia" + ], + owners: [ + "shadypixel" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24984,6 +24996,10 @@ const attributionData = { "name": "DiodeDrake", "url": "https://www.furaffinity.net/user/diodedrake/" }, + "insigniia": { + "name": "Insigniia", + "url": "https://www.furaffinity.net/user/insigniia" + }, } } diff --git a/media/characters/shady/front.svg b/media/characters/shady/front.svg new file mode 100644 index 00000000..1d22cfce --- /dev/null +++ b/media/characters/shady/front.svg @@ -0,0 +1,662 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 92080664..ba672b19 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48381,6 +48381,52 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Shady", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/shady/front.svg", + extra: 502/461, + bottom: 9/511 + } + }, + }, + [ + { + name: "Nano", + height: math.unit(1, "mm") + }, + { + name: "Micro", + height: math.unit(12, "mm") + }, + { + name: "Tiny", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(15, "feet") + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Titanic", + height: math.unit(500, "feet") + }, + ] +)) + //characters function makeCharacters() {