diff --git a/media/attribution.js b/media/attribution.js
index e157bdef..bffbe3f0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14049,6 +14049,19 @@ const attributionData = {
"essynkardi"
]
},
+ {
+ prefix: "./media/characters/icky/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/ickyburd/status/1248278302952955906" },
+ { name: "back.svg", source: "https://twitter.com/ickyburd/status/1248278302952955906" },
+ ],
+ authors: [
+ "ickyburd"
+ ],
+ owners: [
+ "jac-fox"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19280,6 +19293,14 @@ const attributionData = {
"name": "Essynkardi",
"url": "https://www.furaffinity.net/user/essynkardi/"
},
+ "ickyburd": {
+ "name": "ickyburd",
+ "url": "https://twitter.com/ickyburd"
+ },
+ "jac-fox": {
+ "name": "jac_fox",
+ "url": "https://twitter.com/jac_fox"
+ },
}
}
diff --git a/media/characters/icky/back.svg b/media/characters/icky/back.svg
new file mode 100644
index 00000000..c6c18b4e
--- /dev/null
+++ b/media/characters/icky/back.svg
@@ -0,0 +1,383 @@
+
+
+
diff --git a/media/characters/icky/front.svg b/media/characters/icky/front.svg
new file mode 100644
index 00000000..1e6b8a2c
--- /dev/null
+++ b/media/characters/icky/front.svg
@@ -0,0 +1,383 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3bbd11ff..79efcc20 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1584,6 +1584,10 @@ const speciesData = {
name: "Folf",
parents: ["fox", "wolf"]
},
+ "pooltoy": {
+ name: "Pooltoy",
+ parents: ["pooltoy"]
+ },
}
//species
@@ -36534,6 +36538,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Icky", species: ["raven", "pooltoy"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 6/12, "feet"),
+ weight: math.unit(7, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/icky/front.svg",
+ extra: 813/782,
+ bottom: 66/879
+ }
+ },
+ back: {
+ height: math.unit(6 + 6/12, "feet"),
+ weight: math.unit(7, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/icky/back.svg",
+ extra: 754/735,
+ bottom: 56/810
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 6/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {