From 89e585e515d23a136eda91944e8d35bc454161ec Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 2 Apr 2021 13:40:55 -0400 Subject: [PATCH] Add Vorrel Harroc --- media/attribution.js | 16 + media/characters/vorrel-harroc/front.svg | 4171 ++++++++++++++++++++++ presets/characters.js | 37 +- 3 files changed, 4223 insertions(+), 1 deletion(-) create mode 100644 media/characters/vorrel-harroc/front.svg diff --git a/media/attribution.js b/media/attribution.js index 96632385..34fa0575 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15302,6 +15302,18 @@ const attributionData = { "magpi" ] }, + { + prefix: "./media/characters/vorrel-harroc/", + files: [ + { name: "front.svg", source: "https://twitter.com/VeritableCalam/status/1265811733542776835" } + ], + authors: [ + "sixsydes" + ], + owners: [ + "veritablecalamity" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20983,6 +20995,10 @@ const attributionData = { "name": "Magπ", "url": "https://www.furaffinity.net/user/magpi/" }, + "veritablecalamity": { + "name": "VeritableCalamity", + "url": "https://twitter.com/VeritableCalam/" + }, } } diff --git a/media/characters/vorrel-harroc/front.svg b/media/characters/vorrel-harroc/front.svg new file mode 100644 index 00000000..ca6522a1 --- /dev/null +++ b/media/characters/vorrel-harroc/front.svg @@ -0,0 +1,4171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4fbc1e86..e51f78af 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1024,7 +1024,7 @@ const speciesData = { parents: ["avian"] }, "t-rex": { - name: "T Rex", + name: "Tyrannosaurus Rex", parents: ["dinosaur"] }, "mactarian": { @@ -40589,6 +40589,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vorrel Harroc", species: ["t-rex"], tags: ["anthro"] }, + { + front: { + height: math.unit(512, "feet"), + weight: math.unit(63509, "tonnes"), + name: "Front", + image: { + source: "./media/characters/vorrel-harroc/front.svg", + extra: 1075/1063, + bottom: 62/1137 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet") + }, + { + name: "Macro", + height: math.unit(512, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(256, "miles") + }, + { + name: "Gigamacro", + height: math.unit(4096, "miles") + }, + ] +)) + //characters function makeCharacters() {