diff --git a/media/attribution.js b/media/attribution.js
index 08495315..747385fe 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10621,6 +10621,20 @@ const attributionData = {
"ardeni"
]
},
+ {
+ prefix: "./media/characters/wild/",
+ files: [
+ { name: "regular.svg", source: "https://twitter.com/Wildyena/status/1263116309769998336" },
+ { name: "biggums.svg", source: "https://twitter.com/Wildyena/status/1263116309769998336" },
+ { name: "maw.svg", source: "https://twitter.com/Wildyena/status/1263116309769998336" },
+ ],
+ authors: [
+ "wildyena"
+ ],
+ owners: [
+ "wildyena"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14637,6 +14651,10 @@ const attributionData = {
"name": "Ardeni",
"url": "https://www.furaffinity.net/user/ardeni/",
},
+ "wildyena": {
+ "name": "Wildyena",
+ "url": "https://twitter.com/Wildyena",
+ },
}
}
diff --git a/media/characters/wild/biggums.svg b/media/characters/wild/biggums.svg
new file mode 100644
index 00000000..9d967b64
--- /dev/null
+++ b/media/characters/wild/biggums.svg
@@ -0,0 +1,735 @@
+
+
+
diff --git a/media/characters/wild/maw.svg b/media/characters/wild/maw.svg
new file mode 100644
index 00000000..01203098
--- /dev/null
+++ b/media/characters/wild/maw.svg
@@ -0,0 +1,239 @@
+
+
+
diff --git a/media/characters/wild/regular.svg b/media/characters/wild/regular.svg
new file mode 100644
index 00000000..630a9a7a
--- /dev/null
+++ b/media/characters/wild/regular.svg
@@ -0,0 +1,626 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5e0a1020..51aebb62 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -26662,6 +26662,53 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Wild", species: ["hyena"], tags: ["anthro"] },
+ {
+ regular: {
+ height: math.unit(7 + 3/12, "feet"),
+ weight: math.unit(260, "lb"),
+ name: "Regular",
+ image: {
+ source: "./media/characters/wild/regular.svg",
+ extra: 97.45/92,
+ bottom: 6.8/104.3
+ }
+ },
+ biggums: {
+ height: math.unit(8 + 6 /12, "feet"),
+ weight: math.unit(425, "lb"),
+ name: "Biggums",
+ image: {
+ source: "./media/characters/wild/biggums.svg",
+ extra: 97.45/92,
+ bottom: 7.5/132.34
+ }
+ },
+ mawRegular: {
+ height: math.unit(1.24, "feet"),
+ name: "Maw (Regular)",
+ image: {
+ source: "./media/characters/wild/maw.svg"
+ }
+ },
+ mawBiggums: {
+ height: math.unit(1.47, "feet"),
+ name: "Maw (Biggums)",
+ image: {
+ source: "./media/characters/wild/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 3/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {