diff --git a/media/attribution.js b/media/attribution.js
index 90580674..b7787575 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18255,6 +18255,19 @@ const attributionData = {
"kal278"
]
},
+ {
+ prefix: "./media/characters/dee-ditto/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/38478705/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/38478705/", nsfw: true },
+ ],
+ authors: [
+ "soulgryn"
+ ],
+ owners: [
+ "kal278"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/dee-ditto/back.svg b/media/characters/dee-ditto/back.svg
new file mode 100644
index 00000000..ff855a98
--- /dev/null
+++ b/media/characters/dee-ditto/back.svg
@@ -0,0 +1,302 @@
+
+
+
diff --git a/media/characters/dee-ditto/front.svg b/media/characters/dee-ditto/front.svg
new file mode 100644
index 00000000..09bf3ae8
--- /dev/null
+++ b/media/characters/dee-ditto/front.svg
@@ -0,0 +1,375 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index bc79844e..72ddb418 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1908,6 +1908,10 @@ const speciesData = {
name: "Sabresune",
parents: ["kitsune", "sabertooth-tiger"]
},
+ "ditto": {
+ name: "Ditto",
+ parents: ["pokemon", "goo"]
+ },
}
//species
@@ -49109,6 +49113,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Dee (Ditto)", species: ["ditto"], tags: ["anthro", "goo"] },
+ {
+ front: {
+ height: math.unit(5 + 8/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/dee-ditto/front.svg",
+ extra: 1874/1785,
+ bottom: 68/1942
+ }
+ },
+ back: {
+ height: math.unit(5 + 8/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/dee-ditto/back.svg",
+ extra: 1870/1783,
+ bottom: 77/1947
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 8/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {