diff --git a/media/attribution.js b/media/attribution.js
index cb32f07c..fcdb0fb4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8082,6 +8082,19 @@ const attributionData = {
"meep"
]
},
+ {
+ prefix: "./media/characters/reza/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/25655890/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/25655890/" },
+ ],
+ authors: [
+ "oddthesungod"
+ ],
+ owners: [
+ "rezavax"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11123,6 +11136,14 @@ const attributionData = {
"name": "currypuppy",
"url": "https://www.furaffinity.net/user/currypuppy",
},
+ "rezavax": {
+ "name": "Rezavax",
+ "url": "https://www.furaffinity.net/user/rezavax/",
+ },
+ "oddthesungod": {
+ "name": "oddthesungod",
+ "url": "https://www.furaffinity.net/user/oddthesungod",
+ },
}
}
diff --git a/media/characters/reza/back.svg b/media/characters/reza/back.svg
new file mode 100644
index 00000000..a383c39b
--- /dev/null
+++ b/media/characters/reza/back.svg
@@ -0,0 +1,156 @@
+
+
+
diff --git a/media/characters/reza/front.svg b/media/characters/reza/front.svg
new file mode 100644
index 00000000..5584c783
--- /dev/null
+++ b/media/characters/reza/front.svg
@@ -0,0 +1,249 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ad55a1f3..6244ce70 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19665,6 +19665,42 @@ characterMakers["Weremeep"] = () => {
)
};
+characterMakers["Reza"] = () => {
+ return makeCharacter(
+ "Reza",
+ "rezavax",
+ {
+ front: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(90, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/reza/front.svg",
+ extra: 1183/1111,
+ bottom: 0.017
+ }
+ },
+ back: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(90, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/reza/back.svg",
+ extra: 1183/1111,
+ bottom: 0.01
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(4, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {