diff --git a/media/attribution.js b/media/attribution.js
index 8a19cdac..f04fe34a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22436,6 +22436,19 @@ const attributionData = {
"burn"
]
},
+ {
+ prefix: "./media/characters/taffy/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/47033790/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/47033790/" },
+ ],
+ authors: [
+ "egkangaroo"
+ ],
+ owners: [
+ "egkangaroo"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/taffy/back.svg b/media/characters/taffy/back.svg
new file mode 100644
index 00000000..270f84a2
--- /dev/null
+++ b/media/characters/taffy/back.svg
@@ -0,0 +1,1129 @@
+
+
+
diff --git a/media/characters/taffy/front.svg b/media/characters/taffy/front.svg
new file mode 100644
index 00000000..f0d8e8b6
--- /dev/null
+++ b/media/characters/taffy/front.svg
@@ -0,0 +1,2059 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a10ea90c..01227cc9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2373,6 +2373,10 @@ const speciesData = {
name: "Allusus",
parents: ["humanoid"]
},
+ "saltwater-crocodile": {
+ name: "Saltwater Crocodile",
+ parents: ["crocodile"]
+ },
}
//species
@@ -64855,6 +64859,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Taffy", species: ["saltwater-crocodile"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/taffy/front.svg",
+ extra: 1666/1618,
+ bottom: 157/1823
+ }
+ },
+ back: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/taffy/back.svg",
+ extra: 1635/1583,
+ bottom: 153/1788
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(2, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {