diff --git a/media/attribution.js b/media/attribution.js
index da782537..5c30f2fe 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17831,6 +17831,19 @@ const attributionData = {
"zeracyfr"
]
},
+ {
+ prefix: "./media/characters/ivan/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/29678504/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/29678504/" },
+ ],
+ authors: [
+ "faas"
+ ],
+ owners: [
+ "faas"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/ivan/back.svg b/media/characters/ivan/back.svg
new file mode 100644
index 00000000..a725c83d
--- /dev/null
+++ b/media/characters/ivan/back.svg
@@ -0,0 +1,1048 @@
+
+
+
diff --git a/media/characters/ivan/front.svg b/media/characters/ivan/front.svg
new file mode 100644
index 00000000..6fb58d00
--- /dev/null
+++ b/media/characters/ivan/front.svg
@@ -0,0 +1,1081 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index efd199ac..1b8c9f47 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1856,6 +1856,10 @@ const speciesData = {
name: "Drake",
parents: ["dragon"]
},
+ "okapi": {
+ name: "Okapi",
+ parents: ["giraffe"]
+ },
}
//species
@@ -47530,6 +47534,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ivan", species: ["okapi"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1561, "inches"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ivan/front.svg",
+ extra: 1126/1071,
+ bottom: 26/1152
+ }
+ },
+ back: {
+ height: math.unit(1561, "inches"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ivan/back.svg",
+ extra: 1134/1079,
+ bottom: 30/1164
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1561, "inches"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {