diff --git a/media/attribution.js b/media/attribution.js
index 6dde82e0..33e3685a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15751,6 +15751,22 @@ const attributionData = {
"estherlindbolt"
]
},
+ {
+ prefix: "./media/characters/rex/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/40956096/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/40956096/" },
+ { name: "boot.svg", source: "https://www.furaffinity.net/view/40956096/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/40956096/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/40956096/" },
+ ],
+ authors: [
+ "efhosci"
+ ],
+ owners: [
+ "ozzie-gt"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21734,6 +21750,10 @@ const attributionData = {
"name": "solutionwcs",
"url": "https://twitter.com/solutionwcs"
},
+ "efhosci": {
+ "name": "efhosci",
+ "url": "https://www.furaffinity.net/user/efhosci"
+ },
}
}
diff --git a/media/characters/rex/back.svg b/media/characters/rex/back.svg
new file mode 100644
index 00000000..ff73f201
--- /dev/null
+++ b/media/characters/rex/back.svg
@@ -0,0 +1,761 @@
+
+
+
diff --git a/media/characters/rex/boot.svg b/media/characters/rex/boot.svg
new file mode 100644
index 00000000..85b8c73a
--- /dev/null
+++ b/media/characters/rex/boot.svg
@@ -0,0 +1,499 @@
+
+
+
diff --git a/media/characters/rex/front.svg b/media/characters/rex/front.svg
new file mode 100644
index 00000000..88577ddd
--- /dev/null
+++ b/media/characters/rex/front.svg
@@ -0,0 +1,961 @@
+
+
+
diff --git a/media/characters/rex/head.svg b/media/characters/rex/head.svg
new file mode 100644
index 00000000..e570704f
--- /dev/null
+++ b/media/characters/rex/head.svg
@@ -0,0 +1,471 @@
+
+
+
diff --git a/media/characters/rex/paw.svg b/media/characters/rex/paw.svg
new file mode 100644
index 00000000..6f3f62cb
--- /dev/null
+++ b/media/characters/rex/paw.svg
@@ -0,0 +1,117 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6ae672ae..937d1b1e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -41380,6 +41380,74 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Rex", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(18 + 7/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/rex/front.svg",
+ extra: 1941/1807,
+ bottom: 66/2007
+ }
+ },
+ back: {
+ height: math.unit(18 + 7/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/rex/back.svg",
+ extra: 1937/1822,
+ bottom: 42/1979
+ }
+ },
+ boot: {
+ height: math.unit(3.45, "feet"),
+ name: "Boot",
+ image: {
+ source: "./media/characters/rex/boot.svg"
+ }
+ },
+ paw: {
+ height: math.unit(4.17, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/rex/paw.svg"
+ }
+ },
+ head: {
+ height: math.unit(6.728, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/rex/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Nano",
+ height: math.unit(18 + 7/12, "feet")
+ },
+ {
+ name: "Micro",
+ height: math.unit(1.5, "megameters")
+ },
+ {
+ name: "Normal",
+ height: math.unit(440, "megameters"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(2.5, "gigameters")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(2, "galaxies")
+ },
+ ]
+))
+
//characters
function makeCharacters() {