diff --git a/media/attribution.js b/media/attribution.js
index 440cd263..a1eacd97 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3492,6 +3492,19 @@ const attributionData = {
"colwag"
]
},
+ {
+ prefix: "./media/characters/sammy-mouse/",
+ files: [
+ { name: "feminine.svg", source: null },
+ { name: "masculine.svg", source: null },
+ ],
+ authors: [
+ "piedunk"
+ ],
+ owners: [
+ "piedunk"
+ ]
+ },
{
prefix: "./media/characters/scales/",
files: [
@@ -6014,6 +6027,10 @@ const attributionData = {
"name": "Cake",
"url": "https://t.me/CakeyCake",
},
+ "piedunk": {
+ "name": "Piedunk",
+ "url": "https://www.furaffinity.net/gallery/piedunk/",
+ },
}
}
diff --git a/media/characters/sammy-mouse/feminine.svg b/media/characters/sammy-mouse/feminine.svg
new file mode 100644
index 00000000..b9b83c8c
--- /dev/null
+++ b/media/characters/sammy-mouse/feminine.svg
@@ -0,0 +1,298 @@
+
+
+
diff --git a/media/characters/sammy-mouse/front.svg b/media/characters/sammy-mouse/front.svg
new file mode 100644
index 00000000..458254c9
--- /dev/null
+++ b/media/characters/sammy-mouse/front.svg
@@ -0,0 +1,298 @@
+
+
+
diff --git a/media/characters/sammy-mouse/masculine.svg b/media/characters/sammy-mouse/masculine.svg
new file mode 100644
index 00000000..653c7e7c
--- /dev/null
+++ b/media/characters/sammy-mouse/masculine.svg
@@ -0,0 +1,300 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 83bd75c2..62830674 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -10426,6 +10426,50 @@ characterMakers["Neos"] = () => {
)
};
+characterMakers["Sammy Mouse"] = () => {
+ return makeCharacter(
+ "Sammy Mouse",
+ "Piedunk",
+ {
+ feminine: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Feminine",
+ image: {
+ source: "./media/characters/sammy-mouse/feminine.svg",
+ extra: 2526/2425 * (1 / (1 - 0.123)),
+ bottom: 0.123
+ }
+ },
+ masculine: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Masculine",
+ image: {
+ source: "./media/characters/sammy-mouse/masculine.svg",
+ extra: 2526/2425 * (1 / (1 - 0.123)),
+ bottom: 0.123
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(5, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(60, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({