diff --git a/media/attribution.js b/media/attribution.js
index 1a7a4132..4df0fbb9 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22028,6 +22028,19 @@ const attributionData = {
"ussaquamarine"
]
},
+ {
+ prefix: "./media/characters/baltica/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/46569590/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/46569590/" },
+ ],
+ authors: [
+ "hirshe"
+ ],
+ owners: [
+ "baltica"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30490,6 +30503,14 @@ const attributionData = {
"name": "USSAquamarine",
"url": "https://www.furaffinity.net/user/ussaquamarine/"
},
+ "hirshe": {
+ "name": "Hirshe",
+ "url": "https://www.furaffinity.net/user/hirshe/"
+ },
+ "baltica": {
+ "name": "Baltica",
+ "url": "https://www.f-list.net/c/baltica/"
+ },
}
}
diff --git a/media/characters/baltica/back.svg b/media/characters/baltica/back.svg
new file mode 100644
index 00000000..19d41f21
--- /dev/null
+++ b/media/characters/baltica/back.svg
@@ -0,0 +1,707 @@
+
+
+
diff --git a/media/characters/baltica/front.svg b/media/characters/baltica/front.svg
new file mode 100644
index 00000000..6c1cf415
--- /dev/null
+++ b/media/characters/baltica/front.svg
@@ -0,0 +1,1012 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2c517e25..92e6ee45 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -63561,6 +63561,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Baltica", species: ["orca"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(3500, "miles"),
+ weight: math.unit(1659, "petatonnes"),
+ name: "Front",
+ image: {
+ source: "./media/characters/baltica/front.svg",
+ extra: 429/428,
+ bottom: 41/470
+ }
+ },
+ back: {
+ height: math.unit(3500, "miles"),
+ weight: math.unit(1659, "petatonnes"),
+ name: "Back",
+ image: {
+ source: "./media/characters/baltica/back.svg",
+ extra: 452/451,
+ bottom: 8/460
+ }
+ },
+ },
+ [
+ {
+ name: "Gigamacro",
+ height: math.unit(3500, "miles"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {