diff --git a/media/attribution.js b/media/attribution.js index ba3f7fa5..dddf9e0e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23252,6 +23252,20 @@ const attributionData = { "anotherdangernoodle" ] }, + { + prefix: "./media/characters/carter/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41168796/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/41168796/", nsfw: false }, + { name: "front-erect.svg", source: "https://www.furaffinity.net/view/41168796/", nsfw: true }, + ], + authors: [ + "ivorylightfoot" + ], + owners: [ + "foxycarter" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -32100,6 +32114,14 @@ const attributionData = { "name": "SPUR0", "url": "https://www.furaffinity.net/user/spur0" }, + "foxycarter": { + "name": "Foxy Carter", + "url": "https://www.furaffinity.net/user/foxycarter/" + }, + "ivorylightfoot": { + "name": "IvoryLightFoot", + "url": "https://www.furaffinity.net/user/ivorylightfoot" + }, } } diff --git a/media/characters/carter/back.svg b/media/characters/carter/back.svg new file mode 100644 index 00000000..8f864512 --- /dev/null +++ b/media/characters/carter/back.svg @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carter/front-erect.svg b/media/characters/carter/front-erect.svg new file mode 100644 index 00000000..5e27e20e --- /dev/null +++ b/media/characters/carter/front-erect.svg @@ -0,0 +1,1195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carter/front.svg b/media/characters/carter/front.svg new file mode 100644 index 00000000..8787139b --- /dev/null +++ b/media/characters/carter/front.svg @@ -0,0 +1,974 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e52f9446..2301a352 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -68110,6 +68110,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Carter", species: ["cross-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/carter/front.svg", + extra: 1007/940, + bottom: 37/1044 + } + }, + back: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(160, "lb"), + name: "Back", + image: { + source: "./media/characters/carter/back.svg", + extra: 1010/941, + bottom: 25/1035 + } + }, + frontErect: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(160, "lb"), + name: "Front (Erect)", + image: { + source: "./media/characters/carter/front-erect.svg", + extra: 1015/948, + bottom: 33/1048 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {