diff --git a/media/attribution.js b/media/attribution.js
index 316141ab..f68ae6b2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20241,6 +20241,19 @@ const attributionData = {
"raf"
]
},
+ {
+ prefix: "./media/characters/charlie-human/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/bigbimboy/status/1468752521346772992", nsfw: true },
+ { name: "back.svg", source: "https://twitter.com/bigbimboy/status/1468752521346772992", nsfw: true },
+ ],
+ authors: [
+ "james-howard"
+ ],
+ owners: [
+ "bigbimboy"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28240,6 +28253,14 @@ const attributionData = {
"name": "JTP1717",
"url": "https://www.furaffinity.net/user/jtp1717/"
},
+ "james-howard": {
+ "name": "James Howard",
+ "url": "https://www.furaffinity.net/user/jameshoward/"
+ },
+ "bigbimboy": {
+ "name": "Charlie",
+ "url": "https://twitter.com/bigbimboy"
+ },
}
}
diff --git a/media/characters/charlie-human/back.svg b/media/characters/charlie-human/back.svg
new file mode 100644
index 00000000..9978eb1f
--- /dev/null
+++ b/media/characters/charlie-human/back.svg
@@ -0,0 +1,1102 @@
+
+
+
diff --git a/media/characters/charlie-human/front.svg b/media/characters/charlie-human/front.svg
new file mode 100644
index 00000000..4f51cbb2
--- /dev/null
+++ b/media/characters/charlie-human/front.svg
@@ -0,0 +1,1449 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 01493074..6c5a158e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -55862,6 +55862,59 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Charlie (Human)", species: ["human"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(25, "feet"),
+ weight: math.unit(5, "tons"),
+ name: "Front",
+ image: {
+ source: "./media/characters/charlie-human/front.svg",
+ extra: 1870/1740,
+ bottom: 102/1972
+ },
+ extraAttributes: {
+ "dickLength": {
+ name: "Dick Length",
+ power: 1,
+ type: "length",
+ base: math.unit(9, "feet")
+ },
+ }
+ },
+ back: {
+ height: math.unit(25, "feet"),
+ weight: math.unit(5, "tons"),
+ name: "Back",
+ image: {
+ source: "./media/characters/charlie-human/back.svg",
+ extra: 1858/1733,
+ bottom: 105/1963
+ },
+ extraAttributes: {
+ "dickLength": {
+ name: "Dick Length",
+ power: 1,
+ type: "length",
+ base: math.unit(9, "feet")
+ },
+ }
+ },
+ },
+ [
+ {
+ name: "\"Normal\"",
+ height: math.unit(6 + 4/12, "feet")
+ },
+ {
+ name: "Big",
+ height: math.unit(25, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {