diff --git a/media/attribution.js b/media/attribution.js
index 531af2de..d72d8a86 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1422,12 +1422,13 @@ const attributionData = {
]
},
{
- prefix: "./media/characters/andy/",
+ prefix: "./media/characters/andy-renard/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/35962465/" }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/40039251/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/40039251/" },
],
authors: [
- "cardboardhead"
+ "incorgnito"
],
owners: [
"drewbermeister"
@@ -15117,10 +15118,6 @@ const attributionData = {
"name": "Canictricity",
"url": "https://www.furaffinity.net/user/canictricity"
},
- "cardboardhead": {
- "name": "cardboardhead",
- "url": "https://twitter.com/cardboardhead"
- },
"chemicalcrux": {
"name": "chemicalcrux",
"url": "https://www.furaffinity.net/user/chemicalcrux"
@@ -19821,6 +19818,10 @@ const attributionData = {
"name": "Estina",
"url": "https://www.furaffinity.net/user/estina/"
},
+ "incorgnito": {
+ "name": "incorgnito",
+ "url": "https://www.furaffinity.net/user/incorgnito"
+ },
}
}
diff --git a/media/characters/andy-renard/back.svg b/media/characters/andy-renard/back.svg
new file mode 100644
index 00000000..24c173a7
--- /dev/null
+++ b/media/characters/andy-renard/back.svg
@@ -0,0 +1,763 @@
+
+
+
diff --git a/media/characters/andy-renard/front.svg b/media/characters/andy-renard/front.svg
new file mode 100644
index 00000000..dfcf3f92
--- /dev/null
+++ b/media/characters/andy-renard/front.svg
@@ -0,0 +1,1207 @@
+
+
+
diff --git a/media/characters/andy/front.svg b/media/characters/andy/front.svg
deleted file mode 100644
index 120609c7..00000000
--- a/media/characters/andy/front.svg
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
diff --git a/presets/characters.js b/presets/characters.js
index a73c9b7e..3016fc98 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -5574,34 +5574,52 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Andy", species: ["fox"], tags: ["anthro"] },
+ { name: "Andy Renard", species: ["fox"], tags: ["anthro"] },
{
front: {
- height: math.unit(6, "feet"),
- weight: math.unit(180, "lbs"),
+ height: math.unit(8 + 4/12, "feet"),
name: "Front",
image: {
- source: "./media/characters/andy/front.svg"
+ source: "./media/characters/andy-renard/front.svg",
+ extra: 1839/1726,
+ bottom: 134/1973
}
- }
+ },
+ back: {
+ height: math.unit(8 + 4/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/andy-renard/back.svg",
+ extra: 1838/1710,
+ bottom: 105/1943
+ }
+ },
},
[
{
- name: "Normal",
- height: math.unit(8, "feet"),
+ name: "Tall",
+ height: math.unit(8 + 4/12, "feet")
+ },
+ {
+ name: "Mini Macro",
+ height: math.unit(15, "feet"),
default: true
},
{
name: "Macro",
+ height: math.unit(100, "feet")
+ },
+ {
+ name: "Mega Macro",
height: math.unit(1000, "feet")
},
{
- name: "Megamacro",
- height: math.unit(5, "miles")
+ name: "Giga Macro",
+ height: math.unit(10, "miles")
},
{
- name: "Gigamacro",
- height: math.unit(5000, "miles")
+ name: "God Macro",
+ height: math.unit(1, "multiverse")
},
]
))