diff --git a/media/attribution.js b/media/attribution.js
index de9653b8..3dbde4cc 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17778,6 +17778,20 @@ const attributionData = {
"faas"
]
},
+ {
+ prefix: "./media/characters/nyterious-daligdig/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/Nyterious1/status/1372759596331278349" },
+ { name: "back.svg", source: "https://twitter.com/Nyterious1/status/1372759596331278349" },
+ { name: "mouth.svg", source: "https://twitter.com/Nyterious1/status/1372759596331278349" },
+ ],
+ authors: [
+ "jerberjer"
+ ],
+ owners: [
+ "nyterious"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -24593,6 +24607,14 @@ const attributionData = {
"name": "FAAS",
"url": "https://www.furaffinity.net/user/faas/"
},
+ "nyterious": {
+ "name": "Nyterious",
+ "url": "https://twitter.com/Nyterious1"
+ },
+ "jerberjer": {
+ "name": "jerberjer",
+ "url": "https://www.furaffinity.net/user/jerberjer"
+ },
}
}
diff --git a/media/characters/nyterious-daligdig/back.svg b/media/characters/nyterious-daligdig/back.svg
new file mode 100644
index 00000000..8ad963ac
--- /dev/null
+++ b/media/characters/nyterious-daligdig/back.svg
@@ -0,0 +1,721 @@
+
+
+
diff --git a/media/characters/nyterious-daligdig/front.svg b/media/characters/nyterious-daligdig/front.svg
new file mode 100644
index 00000000..9c74541c
--- /dev/null
+++ b/media/characters/nyterious-daligdig/front.svg
@@ -0,0 +1,863 @@
+
+
+
diff --git a/media/characters/nyterious-daligdig/mouth.svg b/media/characters/nyterious-daligdig/mouth.svg
new file mode 100644
index 00000000..99f1c747
--- /dev/null
+++ b/media/characters/nyterious-daligdig/mouth.svg
@@ -0,0 +1,623 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 21212273..8ebe6b88 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1848,6 +1848,10 @@ const speciesData = {
name: "Golden Retriever",
parents: ["dog"]
},
+ "triceratops": {
+ name: "Triceratops",
+ parents: ["dinosaur"]
+ },
}
//species
@@ -47361,6 +47365,54 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Nyterious Daligdig", species: ["triceratops"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(1200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nyterious-daligdig/front.svg",
+ extra: 1284/1094,
+ bottom: 84/1368
+ }
+ },
+ back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(1200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nyterious-daligdig/back.svg",
+ extra: 1301/1121,
+ bottom: 129/1430
+ }
+ },
+ mouth: {
+ height: math.unit(1.464, "feet"),
+ name: "Mouth",
+ image: {
+ source: "./media/characters/nyterious-daligdig/mouth.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ {
+ name: "Normal",
+ height: math.unit(15, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(90, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {