diff --git a/media/attribution.js b/media/attribution.js
index e727dfad..929e408a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13310,6 +13310,21 @@ const attributionData = {
"lun-n-em"
]
},
+ {
+ prefix: "./media/characters/huckle/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/Zhenelov/status/1217819858160635904" },
+ { name: "back.svg", source: "https://twitter.com/Zhenelov/status/1217819858160635904" },
+ { name: "laughing.svg", source: "https://twitter.com/Zhenelov/status/1217819858160635904" },
+ { name: "angry.svg", source: "https://twitter.com/Zhenelov/status/1217819858160635904" },
+ ],
+ authors: [
+ "zhenelov"
+ ],
+ owners: [
+ "rexvevo"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -18353,6 +18368,14 @@ const attributionData = {
"name": "LDR",
"url": "https://www.furaffinity.net/user/ldr"
},
+ "zhenelov": {
+ "name": "Zelimir Zhenelov",
+ "url": "https://twitter.com/Zhenelov"
+ },
+ "rexvevo": {
+ "name": "RexVevo",
+ "url": "https://www.furaffinity.net/user/rexvevo/"
+ },
}
}
diff --git a/media/characters/huckle/angry.svg b/media/characters/huckle/angry.svg
new file mode 100644
index 00000000..6e7b189f
--- /dev/null
+++ b/media/characters/huckle/angry.svg
@@ -0,0 +1,356 @@
+
+
+
diff --git a/media/characters/huckle/back.svg b/media/characters/huckle/back.svg
new file mode 100644
index 00000000..72eb028a
--- /dev/null
+++ b/media/characters/huckle/back.svg
@@ -0,0 +1,594 @@
+
+
+
diff --git a/media/characters/huckle/front.svg b/media/characters/huckle/front.svg
new file mode 100644
index 00000000..e7aaeb3c
--- /dev/null
+++ b/media/characters/huckle/front.svg
@@ -0,0 +1,1179 @@
+
+
+
diff --git a/media/characters/huckle/laughing.svg b/media/characters/huckle/laughing.svg
new file mode 100644
index 00000000..17466152
--- /dev/null
+++ b/media/characters/huckle/laughing.svg
@@ -0,0 +1,364 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ce1a2157..29200894 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -34818,6 +34818,73 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Huckle", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(16, "feet"),
+ weight: math.unit(610, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/huckle/front.svg",
+ extra: 1731/1625,
+ bottom: 33/1764
+ }
+ },
+ back: {
+ height: math.unit(16, "feet"),
+ weight: math.unit(610, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/huckle/back.svg",
+ extra: 1738/1651,
+ bottom: 37/1775
+ }
+ },
+ laughing: {
+ height: math.unit(3.75, "feet"),
+ name: "Laughing",
+ image: {
+ source: "./media/characters/huckle/laughing.svg"
+ }
+ },
+ angry: {
+ height: math.unit(4.15, "feet"),
+ name: "Angry",
+ image: {
+ source: "./media/characters/huckle/angry.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(16, "feet"),
+ default: true
+ },
+ {
+ name: "Mini Macro",
+ height: math.unit(463, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(1680, "meters")
+ },
+ {
+ name: "Mega Macro",
+ height: math.unit(175, "km")
+ },
+ {
+ name: "Terra Macro",
+ height: math.unit(32, "gigameters")
+ },
+ {
+ name: "Multiverse+",
+ height: math.unit(2.56e23, "yottameters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {