diff --git a/media/attribution.js b/media/attribution.js
index cd38e458..c2302f23 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12842,6 +12842,21 @@ const attributionData = {
"lux-leo"
]
},
+ {
+ prefix: "./media/characters/softpurr/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/29666164/" },
+ { name: "front.svg", source: "https://www.furaffinity.net/view/29666164/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/29666164/" },
+ ],
+ authors: [
+ "aliena-cordis",
+ "softpurr"
+ ],
+ owners: [
+ "softpurr"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17708,6 +17723,14 @@ const attributionData = {
"name": "Lux-Leo",
"url": "https://www.furaffinity.net/user/lux-leo/"
},
+ "aliena-cordis": {
+ "name": "Aliena-Cordis",
+ "url": "https://www.furaffinity.net/user/aliena-cordis"
+ },
+ "softpurr": {
+ "name": "softpurr",
+ "url": "https://www.furaffinity.net/user/softpurr/"
+ },
}
}
diff --git a/media/characters/softpurr/front.svg b/media/characters/softpurr/front.svg
new file mode 100644
index 00000000..b29542a3
--- /dev/null
+++ b/media/characters/softpurr/front.svg
@@ -0,0 +1,479 @@
+
+
+
diff --git a/media/characters/softpurr/paw.svg b/media/characters/softpurr/paw.svg
new file mode 100644
index 00000000..e3f92348
--- /dev/null
+++ b/media/characters/softpurr/paw.svg
@@ -0,0 +1,76 @@
+
+
+
diff --git a/media/characters/softpurr/side.svg b/media/characters/softpurr/side.svg
new file mode 100644
index 00000000..d28ae241
--- /dev/null
+++ b/media/characters/softpurr/side.svg
@@ -0,0 +1,483 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e030d769..16eb0a09 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1483,6 +1483,18 @@ const speciesData = {
"name": "Leviathan",
"url": "sea-monster"
},
+ "bull": {
+ name: "Bull",
+ parents: ["mammal"]
+ },
+ "tanuki": {
+ name: "Tanuki",
+ parents: ["monster"]
+ },
+ "chakat": {
+ name: "Chakat",
+ parents: ["cat"]
+ },
}
//species
@@ -33576,6 +33588,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Softpurr", species: ["chakat"], tags: ["taur"] },
+ {
+ side: {
+ height: math.unit(5 + 1/12, "feet"),
+ weight: math.unit(418, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/softpurr/side.svg",
+ extra: 1993/1945,
+ bottom: 134/2127
+ }
+ },
+ front: {
+ height: math.unit(5 + 1/12, "feet"),
+ weight: math.unit(418, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/softpurr/front.svg",
+ extra: 1950/1856,
+ bottom: 174/2124
+ }
+ },
+ paw: {
+ height: math.unit(1, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/softpurr/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 1/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {