diff --git a/media/attribution.js b/media/attribution.js index 4ecbe3a8..b0750297 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15654,6 +15654,21 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/necahual/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/12710347/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/12710347/", nsfw: true }, + { name: "front-underwear.svg", source: "https://www.furaffinity.net/view/12710347/", nsfw: true }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/12710347/", nsfw: false }, + ], + authors: [ + "demonnyuu" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/necahual/back.svg b/media/characters/necahual/back.svg new file mode 100644 index 00000000..02d8bb9a --- /dev/null +++ b/media/characters/necahual/back.svg @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/necahual/front-dressed.svg b/media/characters/necahual/front-dressed.svg new file mode 100644 index 00000000..79b3956d --- /dev/null +++ b/media/characters/necahual/front-dressed.svg @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/necahual/front-underwear.svg b/media/characters/necahual/front-underwear.svg new file mode 100644 index 00000000..7e85e65d --- /dev/null +++ b/media/characters/necahual/front-underwear.svg @@ -0,0 +1,858 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/necahual/front.svg b/media/characters/necahual/front.svg new file mode 100644 index 00000000..beaf02bf --- /dev/null +++ b/media/characters/necahual/front.svg @@ -0,0 +1,677 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b69dff94..84fe90ae 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41068,6 +41068,75 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Necahual", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(467, "lb"), + name: "Front", + image: { + source: "./media/characters/necahual/front.svg", + extra: 920/873, + bottom: 26/946 + } + }, + back: { + height: math.unit(9, "feet"), + weight: math.unit(467, "lb"), + name: "Back", + image: { + source: "./media/characters/necahual/back.svg", + extra: 930/884, + bottom: 16/946 + } + }, + frontUnderwear: { + height: math.unit(9, "feet"), + weight: math.unit(467, "lb"), + name: "Front-underwear", + image: { + source: "./media/characters/necahual/front-underwear.svg", + extra: 920/873, + bottom: 26/946 + } + }, + frontDressed: { + height: math.unit(9, "feet"), + weight: math.unit(467, "lb"), + name: "Front-dressed", + image: { + source: "./media/characters/necahual/front-dressed.svg", + extra: 920/873, + bottom: 26/946 + } + }, + }, + [ + { + name: "Comprsesed", + height: math.unit(9, "feet") + }, + { + name: "Natural", + height: math.unit(15, "feet"), + default: true + }, + { + name: "Boosted", + height: math.unit(50, "feet") + }, + { + name: "Boosted+", + height: math.unit(150, "feet") + }, + { + name: "Max", + height: math.unit(500, "feet") + }, + ] +)) + //characters function makeCharacters() {