diff --git a/media/attribution.js b/media/attribution.js index 09cdf40b..6aee4e23 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10728,6 +10728,21 @@ const attributionData = { "direwolf-jay" ] }, + { + prefix: "./media/characters/anchovie/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36800606/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/36800606/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/36800606/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/36800606/" }, + ], + authors: [ + "isohak23" + ], + owners: [ + "anchovie" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14784,6 +14799,14 @@ const attributionData = { "name": "Juacamo", "url": "https://twitter.com/Juacamo1", }, + "anchovie": { + "name": "Anchovie", + "url": "https://twitter.com/anchoviedraws", + }, + "isohak23": { + "name": "ISOHAK23", + "url": "https://twitter.com/isohak23", + }, } } diff --git a/media/characters/anchovie/back-dressed.svg b/media/characters/anchovie/back-dressed.svg new file mode 100644 index 00000000..5023436c --- /dev/null +++ b/media/characters/anchovie/back-dressed.svg @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/anchovie/back.svg b/media/characters/anchovie/back.svg new file mode 100644 index 00000000..a627a2c5 --- /dev/null +++ b/media/characters/anchovie/back.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/anchovie/front-dressed.svg b/media/characters/anchovie/front-dressed.svg new file mode 100644 index 00000000..9c03c0cc --- /dev/null +++ b/media/characters/anchovie/front-dressed.svg @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/anchovie/front.svg b/media/characters/anchovie/front.svg new file mode 100644 index 00000000..b8a234e6 --- /dev/null +++ b/media/characters/anchovie/front.svg @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e507d17d..06eb0af6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26940,6 +26940,63 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Anchovie", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/anchovie/front.svg", + extra: 382/350, + bottom: 25/409 + } + }, + back: { + height: math.unit(4 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Back", + image: { + source: "./media/characters/anchovie/back.svg", + extra: 385/352, + bottom: 16.6/402 + } + }, + frontDressed: { + height: math.unit(4 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/anchovie/front-dressed.svg", + extra: 382/350, + bottom: 25/409 + } + }, + backDressed: { + height: math.unit(4 + 9/12, "feet"), + weight: math.unit(130, "lb"), + name: "Back (Dressed)", + image: { + source: "./media/characters/anchovie/back-dressed.svg", + extra: 385/352, + bottom: 16.6/402 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6.4, "inches") + }, + { + name: "Normal", + height: math.unit(4 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {