diff --git a/media/attribution.js b/media/attribution.js index 727b1200..1c45bafc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14281,6 +14281,23 @@ const attributionData = { "99centsoftness" ] }, + { + prefix: "./media/characters/fox/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: false }, + { name: "head.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: false }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: true }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: false }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/40117043/", nsfw: false }, + ], + authors: [ + "gothwolf" + ], + owners: [ + "foxladsoft" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19584,6 +19601,10 @@ const attributionData = { "name": "99CentSoftness", "url": "https://twitter.com/99CentSoftness/" }, + "foxladsoft": { + "name": "foxladsoft", + "url": "https://twitter.com/foxladsoft" + } } } diff --git a/media/characters/fox/back.svg b/media/characters/fox/back.svg new file mode 100644 index 00000000..8fcff700 --- /dev/null +++ b/media/characters/fox/back.svg @@ -0,0 +1,1265 @@ + + + + + + + + + + + + + + + diff --git a/media/characters/fox/dick.svg b/media/characters/fox/dick.svg new file mode 100644 index 00000000..40c6ee10 --- /dev/null +++ b/media/characters/fox/dick.svg @@ -0,0 +1,92 @@ + + + + + + + + + + diff --git a/media/characters/fox/foot.svg b/media/characters/fox/foot.svg new file mode 100644 index 00000000..f31e76a0 --- /dev/null +++ b/media/characters/fox/foot.svg @@ -0,0 +1,88 @@ + + + + + + + + + diff --git a/media/characters/fox/front.svg b/media/characters/fox/front.svg new file mode 100644 index 00000000..855dfc90 --- /dev/null +++ b/media/characters/fox/front.svg @@ -0,0 +1,1577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/fox/head.svg b/media/characters/fox/head.svg new file mode 100644 index 00000000..617215f8 --- /dev/null +++ b/media/characters/fox/head.svg @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/fox/paw.svg b/media/characters/fox/paw.svg new file mode 100644 index 00000000..899d9ad6 --- /dev/null +++ b/media/characters/fox/paw.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3d683e1b..e11f39a1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37280,6 +37280,85 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Fox", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + name: "Front", + image: { + source: "./media/characters/fox/front.svg", + extra: 1798/1703, + bottom: 55/1853 + } + }, + back: { + height: math.unit(7, "feet"), + name: "Back", + image: { + source: "./media/characters/fox/back.svg", + extra: 1748/1649, + bottom: 32/1780 + } + }, + head: { + height: math.unit(1.95, "feet"), + name: "Head", + image: { + source: "./media/characters/fox/head.svg" + } + }, + dick: { + height: math.unit(1.33, "feet"), + name: "Dick", + image: { + source: "./media/characters/fox/dick.svg" + } + }, + foot: { + height: math.unit(1, "feet"), + name: "Foot", + image: { + source: "./media/characters/fox/foot.svg" + } + }, + paw: { + height: math.unit(0.92, "feet"), + name: "Paw", + image: { + source: "./media/characters/fox/paw.svg" + } + }, + }, + [ + { + name: "Small", + height: math.unit(3, "inches") + }, + { + name: "\"Realistic\"", + height: math.unit(7, "feet") + }, + { + name: "Normal", + height: math.unit(150, "feet"), + default: true + }, + { + name: "BIG", + height: math.unit(1200, "feet") + }, + { + name: "👀", + height: math.unit(5, "miles") + }, + { + name: "👀👀👀", + height: math.unit(64, "miles") + }, + ] +)) + //characters function makeCharacters() {