diff --git a/media/attribution.js b/media/attribution.js
index 02bb956a..1062fdef 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -6280,6 +6280,31 @@ const attributionData = {
"macroceli"
]
},
+ {
+ prefix: "./media/characters/bari/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34746232" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34746232" },
+ ],
+ authors: [
+ "rebonica"
+ ],
+ owners: [
+ "bariamph"
+ ]
+ },
+ {
+ prefix: "./media/characters/bari/",
+ files: [
+ { name: "front-plush.svg", source: "https://www.furaffinity.net/view/27696469/" },
+ ],
+ authors: [
+ "impfangs"
+ ],
+ owners: [
+ "bariamph"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -8708,6 +8733,14 @@ const attributionData = {
"name": "ich",
"url": "https://www.furaffinity.net/user/ich",
},
+ "bariamph": {
+ "name": "Sheeb",
+ "url": "https://twitter.com/bariamph",
+ },
+ "impfangs": {
+ "name": "impfangs",
+ "url": " https://www.furaffinity.net/user/impfangs/",
+ },
}
}
diff --git a/media/characters/bari/back.svg b/media/characters/bari/back.svg
new file mode 100644
index 00000000..f67460e3
--- /dev/null
+++ b/media/characters/bari/back.svg
@@ -0,0 +1,115 @@
+
+
+
diff --git a/media/characters/bari/front-plush.svg b/media/characters/bari/front-plush.svg
new file mode 100644
index 00000000..2ba03469
--- /dev/null
+++ b/media/characters/bari/front-plush.svg
@@ -0,0 +1,185 @@
+
+
+
diff --git a/media/characters/bari/front.svg b/media/characters/bari/front.svg
new file mode 100644
index 00000000..83ea1e38
--- /dev/null
+++ b/media/characters/bari/front.svg
@@ -0,0 +1,178 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5d6bfac5..a5bf8c0a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -15210,6 +15210,48 @@ characterMakers["Mac"] = () => {
)
};
+characterMakers["Bari"] = () => {
+ return makeCharacter(
+ "Bari",
+ "Bariamph",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/bari/front.svg",
+ extra: 3156/2880,
+ bottom: 0.03
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/bari/back.svg",
+ extra: 3260/2834,
+ bottom: 0.025
+ }
+ },
+ frontPlush: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front (Plush)",
+ image: {
+ source: "./media/characters/bari/front-plush.svg",
+ extra: 1112/1061,
+ bottom: 0.002
+ }
+ },
+ },
+ [
+
+ ]
+ )
+};
+
//characters
function makeCharacters() {