diff --git a/media/attribution.js b/media/attribution.js
index c3676937..7692ca0c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2478,6 +2478,20 @@ const attributionData = {
"jaro-the-dragon"
]
},
+ {
+ prefix: "./media/characters/jay/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35346112/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35346112/" },
+ { name: "clothed.svg", source: "https://www.furaffinity.net/view/35346112/" },
+ ],
+ authors: [
+ "folfnox"
+ ],
+ owners: [
+ "j-forse"
+ ]
+ },
{
prefix: "./media/characters/jazzy/",
files: [
@@ -6754,6 +6768,14 @@ const attributionData = {
"name": "oppaioppaioppai",
"url": "https://www.furaffinity.net/user/oppaioppaioppai",
},
+ "folfnox": {
+ "name": "folfnox",
+ "url": "https://www.furaffinity.net/user/folfnox/",
+ },
+ "j-forse": {
+ "name": "J-Forse",
+ "url": "https://www.furaffinity.net/user/j-forse/",
+ },
}
}
diff --git a/media/characters/jay/back.svg b/media/characters/jay/back.svg
new file mode 100644
index 00000000..fefd346d
--- /dev/null
+++ b/media/characters/jay/back.svg
@@ -0,0 +1,150 @@
+
+
+
diff --git a/media/characters/jay/clothed.svg b/media/characters/jay/clothed.svg
new file mode 100644
index 00000000..2676c7d2
--- /dev/null
+++ b/media/characters/jay/clothed.svg
@@ -0,0 +1,242 @@
+
+
+
diff --git a/media/characters/jay/front.svg b/media/characters/jay/front.svg
new file mode 100644
index 00000000..0c4972f3
--- /dev/null
+++ b/media/characters/jay/front.svg
@@ -0,0 +1,194 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 60726d95..1e01eea9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -12169,6 +12169,63 @@ characterMakers["Vincent"] = () => {
)
};
+characterMakers["Jay"] = () => {
+ return makeCharacter(
+ "Jay",
+ "Neopuc",
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(65, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/jay/front.svg",
+ extra: 1510/1430 * (1 / (1 - 0.042)),
+ bottom: 0.042
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(65, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/jay/back.svg",
+ extra: 1510/1430 * (1 / (1 - 0.025)),
+ bottom: 0.025
+ }
+ },
+ clothed: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(65, "lb"),
+ name: "Front (Clothed)",
+ image: {
+ source: "./media/characters/jay/clothed.svg",
+ extra: 744/699 * (1 / (1 - 0.043)),
+ bottom: 0.043
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(1, "inch")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(1, "mile")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(100, "miles")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({