diff --git a/media/attribution.js b/media/attribution.js
index 653b0254..8c740501 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -23042,6 +23042,19 @@ const attributionData = {
"argondergad"
]
},
+ {
+ prefix: "./media/characters/taylor-dilophosaurus/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/fromjaf/status/1489734087715606529" },
+ { name: "maw.svg", source: "https://twitter.com/fromjaf/status/1489734087715606529" },
+ ],
+ authors: [
+ "tehnonto"
+ ],
+ owners: [
+ "fromjaf"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31850,6 +31863,10 @@ const attributionData = {
"name": "FiggDraws",
"url": "https://twitter.com/FiggDraws"
},
+ "tehnonto": {
+ "name": "tonto",
+ "url": "https://twitter.com/tehnonto"
+ },
}
}
diff --git a/media/characters/taylor-dilophosaurus/front.svg b/media/characters/taylor-dilophosaurus/front.svg
new file mode 100644
index 00000000..1b922496
--- /dev/null
+++ b/media/characters/taylor-dilophosaurus/front.svg
@@ -0,0 +1,2704 @@
+
+
+
diff --git a/media/characters/taylor-dilophosaurus/maw.svg b/media/characters/taylor-dilophosaurus/maw.svg
new file mode 100644
index 00000000..baff9df3
--- /dev/null
+++ b/media/characters/taylor-dilophosaurus/maw.svg
@@ -0,0 +1,1204 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 348f8671..356da9a6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2453,6 +2453,10 @@ const speciesData = {
name: "Vampire Bat",
parents: ["bat"]
},
+ "dilophosaurus": {
+ name: "Dilophosaurus",
+ parents: ["theropod"]
+ },
}
//species
@@ -67324,6 +67328,43 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Taylor (Dilophosaurus)", species: ["dilophosaurus"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 3/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/taylor-dilophosaurus/front.svg",
+ extra: 1209/1159,
+ bottom: 33/1242
+ }
+ },
+ maw: {
+ height: math.unit(1.75, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/taylor-dilophosaurus/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(3, "inches")
+ },
+ {
+ name: "Regular",
+ height: math.unit(5 + 3/12, "feet"),
+ default: true
+ },
+ {
+ name: "Imagined",
+ height: math.unit(90, "meters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {