diff --git a/media/attribution.js b/media/attribution.js
index 16c561f3..15646463 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2416,7 +2416,10 @@ const attributionData = {
{
prefix: "./media/characters/fory/",
files: [
- { name: "front.svg", source: null }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35993069/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35993069/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/35993069/" },
+
],
authors: [
"victni"
diff --git a/media/characters/fory/back.svg b/media/characters/fory/back.svg
new file mode 100644
index 00000000..bd2c3980
--- /dev/null
+++ b/media/characters/fory/back.svg
@@ -0,0 +1,405 @@
+
+
+
diff --git a/media/characters/fory/foot.svg b/media/characters/fory/foot.svg
new file mode 100644
index 00000000..32483425
--- /dev/null
+++ b/media/characters/fory/foot.svg
@@ -0,0 +1,256 @@
+
+
+
diff --git a/media/characters/fory/front.svg b/media/characters/fory/front.svg
index 595ab337..746d9adb 100644
--- a/media/characters/fory/front.svg
+++ b/media/characters/fory/front.svg
@@ -1,115 +1,718 @@
-
+
diff --git a/presets/characters.js b/presets/characters.js
index 6519093e..6e3e1d33 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -686,13 +686,30 @@ characterMakers.push(() => makeCharacter(
{ name: "Fory" },
{
front: {
- height: math.unit(7, "feet"),
+ height: math.unit(5, "feet"),
weight: math.unit(90, "kg"),
name: "Front",
image: {
source: "./media/characters/fory/front.svg",
- extra: 1,
- bottom: 0.03
+ extra: 2862/2674,
+ bottom: 180/3043.8
+ }
+ },
+ back: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(90, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/fory/back.svg",
+ extra: 2962/2791,
+ bottom: 106/3071.8
+ }
+ },
+ foot: {
+ height: math.unit(2.14, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/fory/foot.svg"
}
},
},