diff --git a/media/attribution.js b/media/attribution.js
index cfb69c1f..e16628fa 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15710,6 +15710,19 @@ const attributionData = {
"goddessbreanna"
]
},
+ {
+ prefix: "./media/characters/cai/",
+ files: [
+ { name: "front.svg", source: null, nsfw: true },
+ { name: "back.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "anixisarts"
+ ],
+ owners: [
+ "monolithictail"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21673,6 +21686,14 @@ const attributionData = {
"name": "ameliacostanza",
"url": "https://www.furaffinity.net/user/ameliacostanza"
},
+ "anixisarts": {
+ "name": "AnixisArts",
+ "url": "https://twitter.com/AnixisArts"
+ },
+ "monolithictail": {
+ "name": "MonolithicTail",
+ "url": "https://twitter.com/MonolithicTail"
+ },
}
}
diff --git a/media/characters/cai/back.svg b/media/characters/cai/back.svg
new file mode 100644
index 00000000..7356ff1e
--- /dev/null
+++ b/media/characters/cai/back.svg
@@ -0,0 +1,800 @@
+
+
+
diff --git a/media/characters/cai/front.svg b/media/characters/cai/front.svg
new file mode 100644
index 00000000..5e789a0d
--- /dev/null
+++ b/media/characters/cai/front.svg
@@ -0,0 +1,1079 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d3f9342e..4bee8713 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -41267,6 +41267,47 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Cai", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(155, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cai/front.svg",
+ extra: 1823/1702,
+ bottom: 32/1855
+ }
+ },
+ back: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(155, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/cai/back.svg",
+ extra: 1809/1708,
+ bottom: 31/1840
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 11/12, "feet"),
+ default: true
+ },
+ {
+ name: "Big",
+ height: math.unit(15, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(200, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {