diff --git a/media/attribution.js b/media/attribution.js
index 1fe45453..e8d890ac 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14918,6 +14918,22 @@ const attributionData = {
"geordibyrdy"
]
},
+ {
+ prefix: "./media/characters/jade/",
+ files: [
+ { name: "front.svg", source: "ttps://www.furaffinity.net/view/26924777/" },
+ { name: "back.svg", source: "ttps://www.furaffinity.net/view/26924777/" },
+ { name: "hand.svg", source: "ttps://www.furaffinity.net/view/26924777/" },
+ { name: "foot.svg", source: "ttps://www.furaffinity.net/view/26924777/" },
+ { name: "dick.svg", source: "ttps://www.furaffinity.net/view/26924777/", nsfw: true },
+ ],
+ authors: [
+ "dean-winchester"
+ ],
+ owners: [
+ "catchamp99"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20421,6 +20437,14 @@ const attributionData = {
"name": "skrekdathird",
"url": "https://www.furaffinity.net/user/skrekdathird/"
},
+ "dean-winchester": {
+ "name": "Dean.Winchester",
+ "url": "https://www.furaffinity.net/user/dean.winchester"
+ },
+ "catchamp99": {
+ "name": "catchamp99",
+ "url": "https://www.furaffinity.net/user/catchamp99/"
+ },
}
}
diff --git a/media/characters/jade/back.svg b/media/characters/jade/back.svg
new file mode 100644
index 00000000..d000d877
--- /dev/null
+++ b/media/characters/jade/back.svg
@@ -0,0 +1,375 @@
+
+
+
diff --git a/media/characters/jade/dick.svg b/media/characters/jade/dick.svg
new file mode 100644
index 00000000..45ed7453
--- /dev/null
+++ b/media/characters/jade/dick.svg
@@ -0,0 +1,149 @@
+
+
+
diff --git a/media/characters/jade/foot.svg b/media/characters/jade/foot.svg
new file mode 100644
index 00000000..353fa7e8
--- /dev/null
+++ b/media/characters/jade/foot.svg
@@ -0,0 +1,180 @@
+
+
+
diff --git a/media/characters/jade/front.svg b/media/characters/jade/front.svg
new file mode 100644
index 00000000..c20c4c65
--- /dev/null
+++ b/media/characters/jade/front.svg
@@ -0,0 +1,580 @@
+
+
+
diff --git a/media/characters/jade/hand.svg b/media/characters/jade/hand.svg
new file mode 100644
index 00000000..628eb505
--- /dev/null
+++ b/media/characters/jade/hand.svg
@@ -0,0 +1,155 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 48b5f724..e0d61e35 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -39451,6 +39451,68 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Jade", species: ["panther", "dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1.7, "m"),
+ weight: math.unit(135, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/jade/front.svg",
+ extra: 1818/1767,
+ bottom: 32/1850
+ }
+ },
+ back: {
+ height: math.unit(1.7, "m"),
+ weight: math.unit(135, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/jade/back.svg",
+ extra: 1869/1809,
+ bottom: 35/1904
+ }
+ },
+ hand: {
+ height: math.unit(0.24, "m"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/jade/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(0.263, "m"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/jade/foot.svg"
+ }
+ },
+ dick: {
+ height: math.unit(0.47, "m"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/jade/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(22, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(1.7, "m"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(152, "m")
+ },
+ ]
+))
+
//characters
function makeCharacters() {