diff --git a/media/attribution.js b/media/attribution.js index 26a68e06..4c8fb5be 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20133,6 +20133,18 @@ const attributionData = { "vonadi" ] }, + { + prefix: "./media/characters/hannah/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/28594936/" } + ], + authors: [ + "imperatorcaesar" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/hannah/front.svg b/media/characters/hannah/front.svg new file mode 100644 index 00000000..9b2a2cd5 --- /dev/null +++ b/media/characters/hannah/front.svg @@ -0,0 +1,1857 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ddc0a0da..93393d0c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2093,6 +2093,10 @@ const speciesData = { name: "Maine Coon", parents: ["housecat"] }, + "coelacanth": { + name: "Coelacanth", + parents: ["fish"] + }, } //species @@ -55384,6 +55388,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hannah", species: ["coelacanth"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.2, "m"), + weight: math.unit(300, "kg"), + name: "Front", + image: { + source: "./media/characters/hannah/front.svg", + extra: 1696/1502, + bottom: 206/1902 + } + }, + }, + [ + { + name: "Humanoid", + height: math.unit(2.2, "meters") + }, + { + name: "Normal", + height: math.unit(4.8, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {