diff --git a/media/attribution.js b/media/attribution.js index 09c07e04..c854a96d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18601,6 +18601,19 @@ const attributionData = { "filthyizzy" ] }, + { + prefix: "./media/characters/ven/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44379324/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/44379324/", nsfw: true }, + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/ven/front.svg b/media/characters/ven/front.svg new file mode 100644 index 00000000..e1fdcb80 --- /dev/null +++ b/media/characters/ven/front.svg @@ -0,0 +1,538 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ven/side.svg b/media/characters/ven/side.svg new file mode 100644 index 00000000..90174de5 --- /dev/null +++ b/media/characters/ven/side.svg @@ -0,0 +1,507 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6278a7cb..c451ca30 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50349,6 +50349,40 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Ven", species: ["raven"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/ven/front.svg", + extra: 1372/1320, + bottom: 73/1445 + } + }, + side: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(1150, "lb"), + name: "Side", + image: { + source: "./media/characters/ven/side.svg", + extra: 1129/1080, + bottom: 32/1161 + }, + default: true + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {