From b3965902833b18edca9043a941e407948db8166e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Apr 2020 17:56:19 -0400 Subject: [PATCH] Add Draganta --- media/attribution.js | 20 +++ media/characters/draganta/front.svg | 229 ++++++++++++++++++++++++++++ presets/characters.js | 31 ++++ 3 files changed, 280 insertions(+) create mode 100644 media/characters/draganta/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8a143ada..0290d119 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8795,6 +8795,18 @@ const attributionData = { "logangrey" ] }, + { + prefix: "./media/characters/draganta/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30077488/" } + ], + authors: [ + "rottweiler" + ], + owners: [ + "draganta" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12152,6 +12164,14 @@ const attributionData = { "name": "ofuscado", "url": "https://blendswap.com/profile/18998", }, + "rottweiler": { + "name": "ROTTWEILER", + "url": "https://www.furaffinity.net/user/rottweiler/", + }, + "draganta": { + "name": "Draganta", + "url": "https://twitter.com/DragantaStar", + }, } } diff --git a/media/characters/draganta/front.svg b/media/characters/draganta/front.svg new file mode 100644 index 00000000..686c8868 --- /dev/null +++ b/media/characters/draganta/front.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9556cb21..c8c1b52d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19793,6 +19793,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Draganta" }, + { + front: { + height: math.unit(8 + 2/12, "feet"), + weight: math.unit(275, "lb"), + name: "Front", + image: { + source: "./media/characters/draganta/front.svg", + extra: 1177/1135, + bottom: 33.46/1212.1 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 6/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Megamacro", + height: math.unit(1000, "miles") + }, + ] +)) + //characters function makeCharacters() {