From 6b45d51bda8dd7b2ee154218c499b1cd22165e48 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Oct 2021 11:22:16 -0400 Subject: [PATCH] Add Nyterious Daligdig --- media/attribution.js | 22 + media/characters/nyterious-daligdig/back.svg | 721 +++++++++++++++ media/characters/nyterious-daligdig/front.svg | 863 ++++++++++++++++++ media/characters/nyterious-daligdig/mouth.svg | 623 +++++++++++++ presets/characters.js | 52 ++ 5 files changed, 2281 insertions(+) create mode 100644 media/characters/nyterious-daligdig/back.svg create mode 100644 media/characters/nyterious-daligdig/front.svg create mode 100644 media/characters/nyterious-daligdig/mouth.svg 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() {