diff --git a/media/attribution.js b/media/attribution.js
index 72b922e8..cc3ff6f0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17092,6 +17092,20 @@ const attributionData = {
"gyiyga"
]
},
+ {
+ prefix: "./media/characters/synx-the-lynx/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/12972141/", nsfw: true },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/12972141/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/12972141/", nsfw: false },
+ ],
+ authors: [
+ "gryx"
+ ],
+ owners: [
+ "synxthelynx"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23577,6 +23591,14 @@ const attributionData = {
"name": "geck0mania",
"url": "https://twitter.com/geck0mania"
},
+ "gryx": {
+ "name": "gryx",
+ "url": "https://www.furaffinity.net/user/gryx"
+ },
+ "synxthelynx": {
+ "name": "SynxTheLynx",
+ "url": "https://www.furaffinity.net/user/synxthelynx/"
+ },
}
}
diff --git a/media/characters/synx-the-lynx/back.svg b/media/characters/synx-the-lynx/back.svg
new file mode 100644
index 00000000..7586638c
--- /dev/null
+++ b/media/characters/synx-the-lynx/back.svg
@@ -0,0 +1,1363 @@
+
+
+
diff --git a/media/characters/synx-the-lynx/front.svg b/media/characters/synx-the-lynx/front.svg
new file mode 100644
index 00000000..3d364653
--- /dev/null
+++ b/media/characters/synx-the-lynx/front.svg
@@ -0,0 +1,1495 @@
+
+
+
diff --git a/media/characters/synx-the-lynx/side.svg b/media/characters/synx-the-lynx/side.svg
new file mode 100644
index 00000000..b763e41b
--- /dev/null
+++ b/media/characters/synx-the-lynx/side.svg
@@ -0,0 +1,864 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2c6ddac9..8821a69f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -45034,6 +45034,49 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Synx the Lynx", species: ["lynx"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(170, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/synx-the-lynx/front.svg",
+ extra: 1893/1745,
+ bottom: 17/1910
+ }
+ },
+ side: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(170, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/synx-the-lynx/side.svg",
+ extra: 1884/1740,
+ bottom: 39/1923
+ }
+ },
+ back: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(170, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/synx-the-lynx/back.svg",
+ extra: 1903/1755,
+ bottom: 14/1917
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {