diff --git a/media/attribution.js b/media/attribution.js
index b088c4ff..6c2173bf 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2749,22 +2749,6 @@ const attributionData = {
"jaro-the-dragon"
]
},
- {
- prefix: "./media/characters/jay/",
- files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/35346112/", nsfw: true },
- { name: "back.svg", source: "https://www.furaffinity.net/view/35346112/" },
- { name: "clothed.svg", source: "https://www.furaffinity.net/view/35346112/" },
- { name: "head.svg", source: "https://www.furaffinity.net/view/35346112/" },
- { name: "size-ray.svg", source: "https://www.furaffinity.net/view/35346112/" },
- ],
- authors: [
- "folfnox"
- ],
- owners: [
- "j-forse"
- ]
- },
{
prefix: "./media/characters/jazzy/",
files: [
@@ -16492,14 +16476,6 @@ 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/",
- },
"daygo": {
"name": "Daygo",
"url": "https://www.furaffinity.net/user/daygo/",
diff --git a/media/characters/jay/back.svg b/media/characters/jay/back.svg
deleted file mode 100644
index f625da92..00000000
--- a/media/characters/jay/back.svg
+++ /dev/null
@@ -1,237 +0,0 @@
-
-
-
diff --git a/media/characters/jay/clothed.svg b/media/characters/jay/clothed.svg
deleted file mode 100644
index f584f68d..00000000
--- a/media/characters/jay/clothed.svg
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
diff --git a/media/characters/jay/front.svg b/media/characters/jay/front.svg
deleted file mode 100644
index 1ac42e45..00000000
--- a/media/characters/jay/front.svg
+++ /dev/null
@@ -1,441 +0,0 @@
-
-
-
diff --git a/media/characters/jay/head.svg b/media/characters/jay/head.svg
deleted file mode 100644
index 2b3d6b5a..00000000
--- a/media/characters/jay/head.svg
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
diff --git a/media/characters/jay/size-ray.svg b/media/characters/jay/size-ray.svg
deleted file mode 100644
index 61ddbf52..00000000
--- a/media/characters/jay/size-ray.svg
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
diff --git a/presets/characters.js b/presets/characters.js
index ca9af33b..f38b850f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -13732,75 +13732,6 @@ characterMakers.push(() => makeCharacter(
]
))
-characterMakers.push(() => makeCharacter(
- { name: "Jay", species: ["fox", "horse"], tags: ["anthro"] },
- {
- front: {
- height: math.unit(6 + 2 / 12, "feet"),
- weight: math.unit(265, "lb"),
- name: "Front",
- image: {
- source: "./media/characters/jay/front.svg",
- extra: 1510 / 1430,
- bottom: 0.042
- }
- },
- back: {
- height: math.unit(6 + 2 / 12, "feet"),
- weight: math.unit(265, "lb"),
- name: "Back",
- image: {
- source: "./media/characters/jay/back.svg",
- extra: 1510 / 1430,
- bottom: 0.025
- }
- },
- clothed: {
- height: math.unit(6 + 2 / 12, "feet"),
- weight: math.unit(265, "lb"),
- name: "Front (Clothed)",
- image: {
- source: "./media/characters/jay/clothed.svg",
- extra: 744 / 699,
- bottom: 0.043
- }
- },
- head: {
- height: math.unit(1.772, "feet"),
- name: "Head",
- image: {
- source: "./media/characters/jay/head.svg"
- }
- },
- sizeRay: {
- height: math.unit(1.331, "feet"),
- name: "Size Ray",
- image: {
- source: "./media/characters/jay/size-ray.svg"
- }
- },
- },
- [
- {
- name: "Micro",
- height: math.unit(1, "inch")
- },
- {
- name: "Normal",
- height: math.unit(6 + 2 / 12, "feet"),
- default: true
- },
- {
- name: "Macro",
- height: math.unit(1, "mile")
- },
- {
- name: "Megamacro",
- height: math.unit(100, "miles")
- },
- ]
-))
-
characterMakers.push(() => makeCharacter(
{ name: "Coatl", species: ["dragon"], tags: ["anthro"] },
{