diff --git a/media/attribution.js b/media/attribution.js index 87c311a6..7b40939c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10846,6 +10846,21 @@ const attributionData = { "maru-ark" ] }, + { + prefix: "./media/characters/cecelia-swift/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33522439/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/33522439/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/33522439/" }, + { name: "rump.svg", source: "https://www.furaffinity.net/view/33522439/" }, + ], + authors: [ + "faeseiren" + ], + owners: [ + "holdenwrite" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14958,6 +14973,10 @@ const attributionData = { "name": "Canson", "url": "https://twitter.com/cansonzard", }, + "holdenwrite": { + "name": "holdenwrite", + "url": "https://www.furaffinity.net/user/holdenwrite/", + }, } } diff --git a/media/characters/cecelia-swift/back.svg b/media/characters/cecelia-swift/back.svg new file mode 100644 index 00000000..59a87d57 --- /dev/null +++ b/media/characters/cecelia-swift/back.svg @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cecelia-swift/front.svg b/media/characters/cecelia-swift/front.svg new file mode 100644 index 00000000..5d4d70d4 --- /dev/null +++ b/media/characters/cecelia-swift/front.svg @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cecelia-swift/head.svg b/media/characters/cecelia-swift/head.svg new file mode 100644 index 00000000..a69c7985 --- /dev/null +++ b/media/characters/cecelia-swift/head.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cecelia-swift/rump.svg b/media/characters/cecelia-swift/rump.svg new file mode 100644 index 00000000..2916e95a --- /dev/null +++ b/media/characters/cecelia-swift/rump.svg @@ -0,0 +1,67 @@ + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 854520e9..77e0f8d8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27274,6 +27274,70 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Cecelia Swift", species: ["otter"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/cecelia-swift/front.svg", + extra: 502/484, + bottom: 23/523 + } + }, + back: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Back", + image: { + source: "./media/characters/cecelia-swift/back.svg", + extra: 499/485, + bottom: 12/511 + } + }, + head: { + height: math.unit(0.90, "feet"), + name: "Head", + image: { + source: "./media/characters/cecelia-swift/head.svg" + } + }, + rump: { + height: math.unit(1.75, "feet"), + name: "Rump", + image: { + source: "./media/characters/cecelia-swift/rump.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(50, "feet") + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + { + name: "Macro+", + height: math.unit(500, "feet") + }, + { + name: "Macro++", + height: math.unit(1000, "feet") + }, + ] +)) + //characters function makeCharacters() {