diff --git a/media/attribution.js b/media/attribution.js index ece77435..d4bcdf15 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21754,6 +21754,18 @@ const attributionData = { "greviste" ] }, + { + prefix: "./media/characters/azuuca/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38791802/", nsfw: true } + ], + authors: [ + "braxia" + ], + owners: [ + "braxia" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/azuuca/front.svg b/media/characters/azuuca/front.svg new file mode 100644 index 00000000..6d48bf63 --- /dev/null +++ b/media/characters/azuuca/front.svg @@ -0,0 +1,2512 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fafa16ec..403b68ba 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2301,6 +2301,10 @@ const speciesData = { name: "Wyvern", parents: ["dragon"] }, + "catfish": { + name: "Catfish", + parents: ["fish"] + }, } //species @@ -62355,6 +62359,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Azuuca", species: ["catfish"], tags: ["anthro"] }, + { + front: { + height: math.unit(19.75, "feet"), + weight: math.unit(20000, "lb"), + name: "Front", + image: { + source: "./media/characters/azuuca/front.svg", + extra: 1593/1511, + bottom: 55/1648 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(19.75, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {