diff --git a/media/attribution.js b/media/attribution.js index 1c5029a4..aaa5d6be 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23209,6 +23209,20 @@ const attributionData = { "geckonite" ] }, + { + prefix: "./media/characters/flynn/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/48090969/" }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/48090969/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/48090969/" }, + ], + authors: [ + "zeanlain" + ], + owners: [ + "zeanlain" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/flynn/back.svg b/media/characters/flynn/back.svg new file mode 100644 index 00000000..8f588251 --- /dev/null +++ b/media/characters/flynn/back.svg @@ -0,0 +1,2626 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/flynn/front-nsfw.svg b/media/characters/flynn/front-nsfw.svg new file mode 100644 index 00000000..58672c16 --- /dev/null +++ b/media/characters/flynn/front-nsfw.svg @@ -0,0 +1,3204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/flynn/front.svg b/media/characters/flynn/front.svg new file mode 100644 index 00000000..3f6a306b --- /dev/null +++ b/media/characters/flynn/front.svg @@ -0,0 +1,3142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8eb2a5b5..431cae40 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67889,6 +67889,76 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Flynn", species: ["cross-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + name: "Front", + image: { + source: "./media/characters/flynn/front.svg", + extra: 427/404, + bottom: 14/441 + }, + extraAttributes: { + "tailLength": { + name: "Tail Length", + power: 1, + type: "length", + base: math.unit(2.7, "feet") + }, + } + }, + frontNsfw: { + height: math.unit(4, "feet"), + name: "Front-nsfw", + image: { + source: "./media/characters/flynn/front-nsfw.svg", + extra: 427/404, + bottom: 14/441 + }, + extraAttributes: { + "tailLength": { + name: "Tail Length", + power: 1, + type: "length", + base: math.unit(2.7, "feet") + }, + "dickLength": { + name: "Dick Length", + power: 1, + type: "length", + base: math.unit(0.7, "feet") + }, + } + }, + back: { + height: math.unit(4, "feet"), + name: "Back", + image: { + source: "./media/characters/flynn/back.svg", + extra: 420/400, + bottom: 12/432 + }, + extraAttributes: { + "tailLength": { + name: "Tail Length", + power: 1, + type: "length", + base: math.unit(2.7, "feet") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {