From fa70147de28898fe5dfff0c8cc4a80736a597842 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 24 Oct 2021 10:27:11 -0400 Subject: [PATCH] Add Callow --- media/attribution.js | 21 + media/characters/callow/back.svg | 811 ++++++++++++++++++++++++++++++ media/characters/callow/front.svg | 727 ++++++++++++++++++++++++++ presets/characters.js | 35 ++ 4 files changed, 1594 insertions(+) create mode 100644 media/characters/callow/back.svg create mode 100644 media/characters/callow/front.svg diff --git a/media/attribution.js b/media/attribution.js index a5c49daf..93fda2e6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18164,6 +18164,19 @@ const attributionData = { "makar-ro" ] }, + { + prefix: "./media/characters/callow/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37994514/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37994514/" }, + ], + authors: [ + "cheetahtrout" + ], + owners: [ + "callowclay" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25111,6 +25124,14 @@ const attributionData = { "name": "Pasante", "url": "https://pasante.com/" }, + "callowclay": { + "name": "Callow Clay", + "url": "https://twitter.com/CallowClay" + }, + "cheetahtrout": { + "name": "Cheetahtrout", + "url": "https://twitter.com/Cheetahtrout" + }, } } diff --git a/media/characters/callow/back.svg b/media/characters/callow/back.svg new file mode 100644 index 00000000..a825bb24 --- /dev/null +++ b/media/characters/callow/back.svg @@ -0,0 +1,811 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/callow/front.svg b/media/characters/callow/front.svg new file mode 100644 index 00000000..0c615646 --- /dev/null +++ b/media/characters/callow/front.svg @@ -0,0 +1,727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index caa580d0..6abaaa3f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48693,6 +48693,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Callow", species: ["deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + name: "Front", + image: { + source: "./media/characters/callow/front.svg", + extra: 1482/1304, + bottom: 23/1505 + } + }, + back: { + height: math.unit(5 + 7/12, "feet"), + name: "Back", + image: { + source: "./media/characters/callow/back.svg", + extra: 1484/1296, + bottom: 25/1509 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches"), + default: true + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet") + }, + ] +)) + //characters function makeCharacters() {