diff --git a/media/attribution.js b/media/attribution.js
index 2c42b147..f76f5826 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12869,6 +12869,20 @@ const attributionData = {
"gasmaskfox"
]
},
+ {
+ prefix: "./media/characters/chip-mouse/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34550417/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/34550451/", nsfw: true }
+ ],
+ authors: [
+ "waitress",
+ "sonderrr"
+ ],
+ owners: [
+ "rhyslonde"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/chip-mouse/front-nsfw.svg b/media/characters/chip-mouse/front-nsfw.svg
new file mode 100644
index 00000000..79fb31ca
--- /dev/null
+++ b/media/characters/chip-mouse/front-nsfw.svg
@@ -0,0 +1,351 @@
+
+
+
diff --git a/media/characters/chip-mouse/front.svg b/media/characters/chip-mouse/front.svg
new file mode 100644
index 00000000..4d3b8966
--- /dev/null
+++ b/media/characters/chip-mouse/front.svg
@@ -0,0 +1,317 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 71183b33..178acfa6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -33650,6 +33650,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Chip (Mouse)", species: ["mouse"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(4 + 10/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/chip-mouse/front.svg",
+ extra: 3528/3408,
+ bottom: 0/3528
+ }
+ },
+ frontNsfw: {
+ height: math.unit(4 + 10/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/chip-mouse/front-nsfw.svg",
+ extra: 3528/3408,
+ bottom: 0/3528
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(4 + 10/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {