diff --git a/media/attribution.js b/media/attribution.js
index 73a02988..cf60043c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -186,6 +186,19 @@ const attributionData = {
"movler"
]
},
+ {
+ prefix: "./media/characters/jaro/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/26084387/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/26084387/" }
+ ],
+ authors: [
+ "mizumisensei"
+ ],
+ owners: [
+ "jaro-the-dragon"
+ ]
+ },
{
prefix: "./media/characters/malfressa/",
files: [
@@ -319,6 +332,10 @@ const attributionData = {
name: "Gaiawolfess",
url: "https://www.furaffinity.net/user/gaiawolfess"
},
+ "jaro-the-dragon": {
+ name: "Jaro",
+ url: "https://www.furaffinity.net/user/jarothedragon/"
+ },
"jaydom": {
name: "Jaydom",
url: "https://www.furaffinity.net/user/jaydom"
@@ -347,6 +364,10 @@ const attributionData = {
name: "Mallowchu",
url: "https://www.furaffinity.net/user/mallowchu"
},
+ "mizumisensei": {
+ name: "Mizumisensei",
+ url: "https://twitter.com/mizumisensei"
+ },
"movler": {
name: "Movler",
url: "https://www.furaffinity.net/user/movler/"
diff --git a/media/characters/jaro/back.svg b/media/characters/jaro/back.svg
new file mode 100644
index 00000000..ce1d4936
--- /dev/null
+++ b/media/characters/jaro/back.svg
@@ -0,0 +1,242 @@
+
+
+
diff --git a/media/characters/jaro/front.svg b/media/characters/jaro/front.svg
new file mode 100644
index 00000000..24498400
--- /dev/null
+++ b/media/characters/jaro/front.svg
@@ -0,0 +1,220 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index f1db85ed..50bd9c67 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -4144,6 +4144,50 @@ characterMakers["Malfressa"] = () => {
)
};
+characterMakers["Jaro"] = () => {
+ return makeCharacter(
+ "Jaro",
+ "Jaro",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(60, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/jaro/front.svg"
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(60, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/jaro/back.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(7, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5.5, "feet"),
+ default: true
+ },
+ {
+ name: "Minimacro",
+ height: math.unit(20, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(200, "meters")
+ }
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({