diff --git a/media/attribution.js b/media/attribution.js index 476b8687..b09231b3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12237,6 +12237,32 @@ const attributionData = { "huttser" ] }, + { + prefix: "./media/characters/faan/", + files: [ + { name: "side.svg", source: "https://twitter.com/dragon_gel/status/1286709093554626562" }, + { name: "head.svg", source: "https://twitter.com/dragon_gel/status/1286709093554626562" }, + { name: "head-alt.svg", source: "https://twitter.com/dragon_gel/status/1286709093554626562" }, + ], + authors: [ + "ruthredmane" + ], + owners: [ + "drawsgel" + ] + }, + { + prefix: "./media/characters/faan/", + files: [ + { name: "front.svg", source: "https://twitter.com/dragon_gel/status/1286709093554626562" } + ], + authors: [ + "anonymous" + ], + owners: [ + "drawsgel" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16880,6 +16906,14 @@ const attributionData = { "name": "Nightfell", "url": "https://www.furaffinity.net/user/nightfell" }, + "drawsgel": { + "name": "DrawsGel", + "url": "https://twitter.com/DrawsGel" + }, + "ruthredmane": { + "name": "RuthRedmane", + "url": "https://twitter.com/RuthRedmane" + }, } } diff --git a/media/characters/faan/front.svg b/media/characters/faan/front.svg new file mode 100644 index 00000000..267b501f --- /dev/null +++ b/media/characters/faan/front.svg @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/faan/head-alt.svg b/media/characters/faan/head-alt.svg new file mode 100644 index 00000000..76d5061c --- /dev/null +++ b/media/characters/faan/head-alt.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/faan/head.svg b/media/characters/faan/head.svg new file mode 100644 index 00000000..32749273 --- /dev/null +++ b/media/characters/faan/head.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/faan/side.svg b/media/characters/faan/side.svg new file mode 100644 index 00000000..e993bb36 --- /dev/null +++ b/media/characters/faan/side.svg @@ -0,0 +1,736 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9b65d87f..1eaa9467 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31564,6 +31564,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Faan", species: ["slime-dragon"], tags: ["anthro", "goo"] }, + { + side: { + height: math.unit(12 + 9/12, "feet"), + weight: math.unit(15000, "lb"), + name: "Side", + image: { + source: "./media/characters/faan/side.svg", + extra: 2747/2697, + bottom: 0/2747 + } + }, + front: { + height: math.unit(12 + 9/12, "feet"), + weight: math.unit(15000, "lb"), + name: "Front", + image: { + source: "./media/characters/faan/front.svg", + extra: 607/571, + bottom: 24/631 + } + }, + head: { + height: math.unit(2.85, "feet"), + name: "Head", + image: { + source: "./media/characters/faan/head.svg" + } + }, + headAlt: { + height: math.unit(3.13, "feet"), + name: "Head-alt", + image: { + source: "./media/characters/faan/head-alt.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {