diff --git a/media/attribution.js b/media/attribution.js index e58f0d01..6aa7eb44 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22890,6 +22890,18 @@ const attributionData = { "beathebehemoth" ] }, + { + prefix: "./media/characters/camia-vertigo-zott/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31449224/" } + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/camia-vertigo-zott/front.svg b/media/characters/camia-vertigo-zott/front.svg new file mode 100644 index 00000000..dc5d082d --- /dev/null +++ b/media/characters/camia-vertigo-zott/front.svg @@ -0,0 +1,3184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2ff7cd81..bf0bbdbf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2449,6 +2449,10 @@ const speciesData = { name: "Brown Bear", parents: ["bear"] }, + "vampire-bat": { + name: "Vampire Bat", + parents: ["bat"] + }, } //species @@ -66824,6 +66828,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Camia \"Vertigo\" Zott", species: ["vampire-bat", "kaiju"], tags: ["anthro"] }, + { + front: { + height: math.unit(122, "cm"), + weight: math.unit(80, "lb"), + name: "Front", + image: { + source: "./media/characters/camia-vertigo-zott/front.svg", + extra: 2112/1902, + bottom: 21/2133 + } + }, + }, + [ + { + name: "Base Height", + height: math.unit(122, "cm") + }, + { + name: "Macro Height", + height: math.unit(345, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {