diff --git a/media/attribution.js b/media/attribution.js index c6fe3a13..48702554 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18215,6 +18215,20 @@ const attributionData = { "cbl-art" ] }, + { + prefix: "./media/characters/zener/", + files: [ + { name: "bipedal.svg", source: "https://www.furaffinity.net/view/40299517/" }, + { name: "quadrupedal.svg", source: "https://www.furaffinity.net/view/40299481/" }, + { name: "cock.svg", source: "https://www.furaffinity.net/view/44259730/" }, + ], + authors: [ + "diodedrake" + ], + owners: [ + "diodedrake" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/zener/bipedal.svg b/media/characters/zener/bipedal.svg new file mode 100644 index 00000000..522d07c4 --- /dev/null +++ b/media/characters/zener/bipedal.svg @@ -0,0 +1,863 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zener/cock.svg b/media/characters/zener/cock.svg new file mode 100644 index 00000000..d7bf2230 --- /dev/null +++ b/media/characters/zener/cock.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zener/quadrupedal.svg b/media/characters/zener/quadrupedal.svg new file mode 100644 index 00000000..d49d0555 --- /dev/null +++ b/media/characters/zener/quadrupedal.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9eb2b52e..e26f892f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49009,6 +49009,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zener", species: ["dragon" ,"robot"], tags: ["anthro", "feral"] }, + { + bipedal: { + height: math.unit(7, "feet"), + name: "Bipedal", + image: { + source: "./media/characters/zener/bipedal.svg", + extra: 874/805, + bottom: 109/983 + } + }, + quadrupedal: { + height: math.unit(4.64, "feet"), + name: "Quadrupedal", + image: { + source: "./media/characters/zener/quadrupedal.svg", + extra: 638/507, + bottom: 190/828 + } + }, + cock: { + height: math.unit(18, "inches"), + name: "Cock", + image: { + source: "./media/characters/zener/cock.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {