diff --git a/media/attribution.js b/media/attribution.js
index 04a103fe..335b5b74 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15259,6 +15259,20 @@ const attributionData = {
"freneticsqueak"
]
},
+ {
+ prefix: "./media/characters/archinger/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/20795657/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/20795657/", nsfw: false },
+ { name: "cock.svg", source: "https://www.furaffinity.net/view/20795657/", nsfw: true },
+ ],
+ authors: [
+ "gothwolf"
+ ],
+ owners: [
+ "ich"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/archinger/back.svg b/media/characters/archinger/back.svg
new file mode 100644
index 00000000..27f428a1
--- /dev/null
+++ b/media/characters/archinger/back.svg
@@ -0,0 +1,427 @@
+
+
+
diff --git a/media/characters/archinger/cock.svg b/media/characters/archinger/cock.svg
new file mode 100644
index 00000000..a124d42b
--- /dev/null
+++ b/media/characters/archinger/cock.svg
@@ -0,0 +1,107 @@
+
+
+
diff --git a/media/characters/archinger/front.svg b/media/characters/archinger/front.svg
new file mode 100644
index 00000000..6f56dc3e
--- /dev/null
+++ b/media/characters/archinger/front.svg
@@ -0,0 +1,794 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 43357885..ec1630c4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1679,6 +1679,10 @@ const speciesData = {
name: "Townsend Big-eared Bat",
parents: ["bat"]
},
+ "squirrel": {
+ name: "Squirrel",
+ parents: ["rodent"]
+ },
}
//species
@@ -40438,6 +40442,68 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Archinger", species: ["squirrel"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1.72, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/archinger/front.svg",
+ extra: 1861/1675,
+ bottom: 125/1986
+ }
+ },
+ back: {
+ height: math.unit(1.72, "meters"),
+ name: "Back",
+ image: {
+ source: "./media/characters/archinger/back.svg",
+ extra: 1844/1701,
+ bottom: 104/1948
+ }
+ },
+ cock: {
+ height: math.unit(0.59, "feet"),
+ name: "Cock",
+ image: {
+ source: "./media/characters/archinger/cock.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1.72, "meters"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(84, "meters")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(112, "meters")
+ },
+ {
+ name: "Macro++",
+ height: math.unit(960, "meters")
+ },
+ {
+ name: "Macro+++",
+ height: math.unit(4, "km")
+ },
+ {
+ name: "Macro++++",
+ height: math.unit(48, "km")
+ },
+ {
+ name: "Macro+++++",
+ height: math.unit(4500, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {