diff --git a/media/attribution.js b/media/attribution.js index dd37c20b..91c21756 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14822,6 +14822,18 @@ const attributionData = { "estina" ] }, + { + prefix: "./media/characters/neesha/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34730068/" } + ], + authors: [ + "kullizilla" + ], + owners: [ + "pilpil" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20289,6 +20301,18 @@ const attributionData = { "name": "DemonNyuu", "url": "https://www.furaffinity.net/user/demonnyuu" }, + "kyeraangelus": { + "name": "KyeraAngelus", + "url": "https://twitter.com/KyeraAngelus" + }, + "kullizilla": { + "name": "Kullizilla", + "url": "https://twitter.com/Kullizilla/" + }, + "pilpil": { + "name": "pilpil", + "url": "https://www.furaffinity.net/user/pilpil/" + }, } } diff --git a/media/characters/neesha/front.svg b/media/characters/neesha/front.svg new file mode 100644 index 00000000..02c5b09f --- /dev/null +++ b/media/characters/neesha/front.svg @@ -0,0 +1,1385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 29da7281..6a2e2f58 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1651,6 +1651,10 @@ const speciesData = { name: "Caribou", parents: ["deer"] }, + "gnoll": { + name: "Gnoll", + parents: ["hyena"] + }, } //species @@ -39268,6 +39272,32 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Neesha", species: ["gnoll"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.6, "meters"), + weight: math.unit(900, "kg"), + name: "Front", + image: { + source: "./media/characters/neesha/front.svg", + extra: 1803/1653, + bottom: 128/1931 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.6, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(50, "meters") + }, + ] +)) //characters function makeCharacters() {