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() {