diff --git a/media/attribution.js b/media/attribution.js
index 907c8e5e..9f209378 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18798,6 +18798,19 @@ const attributionData = {
"datastains"
]
},
+ {
+ prefix: "./media/characters/valargent/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/38005196/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/38005196/" },
+ ],
+ authors: [
+ "kurtcbrox"
+ ],
+ owners: [
+ "valargent"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25905,6 +25918,10 @@ const attributionData = {
"name": "kris critter",
"url": "https://twitter.com/kris_critter"
},
+ "valargent": {
+ "name": "Valargent",
+ "url": "https://www.furaffinity.net/user/valargent"
+ },
}
}
diff --git a/media/characters/valargent/back.svg b/media/characters/valargent/back.svg
new file mode 100644
index 00000000..c6ac1d2f
--- /dev/null
+++ b/media/characters/valargent/back.svg
@@ -0,0 +1,660 @@
+
+
+
diff --git a/media/characters/valargent/front.svg b/media/characters/valargent/front.svg
new file mode 100644
index 00000000..f290dc3f
--- /dev/null
+++ b/media/characters/valargent/front.svg
@@ -0,0 +1,1200 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 352cbfd4..08803113 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -50926,6 +50926,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Valargent", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1, "inches"),
+ name: "Front",
+ image: {
+ source: "./media/characters/valargent/front.svg",
+ extra: 1825/1694,
+ bottom: 62/1887
+ }
+ },
+ back: {
+ height: math.unit(1, "inches"),
+ name: "Back",
+ image: {
+ source: "./media/characters/valargent/back.svg",
+ extra: 1775/1682,
+ bottom: 88/1863
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(1, "inch"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {