From 154a7cf5489e8eade36c1d61ff733f3e89c6e119 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Mar 2020 16:06:35 -0400 Subject: [PATCH] Add Dharsi --- media/attribution.js | 20 ++ media/characters/dharsi/front.svg | 329 ++++++++++++++++++++++++++++++ presets/characters.js | 53 +++++ 3 files changed, 402 insertions(+) create mode 100644 media/characters/dharsi/front.svg diff --git a/media/attribution.js b/media/attribution.js index d69a0396..427ac571 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7829,6 +7829,18 @@ const attributionData = { "aradortd" ] }, + { + prefix: "./media/characters/dharsi/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35608995/" } + ], + authors: [ + "gwp" + ], + owners: [ + "dharsi" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10798,6 +10810,14 @@ const attributionData = { "name": "AradorTD", "url": "https://twitter.com/AradorTD", }, + "dharsi": { + "name": "Dharsi", + "url": "https://www.furaffinity.net/user/dharsi/", + }, + "gwp": { + "name": "gwp", + "url": "https://www.furaffinity.net/user/gwp", + }, } } diff --git a/media/characters/dharsi/front.svg b/media/characters/dharsi/front.svg new file mode 100644 index 00000000..5bfb8c50 --- /dev/null +++ b/media/characters/dharsi/front.svg @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index aa8bbb07..614eb209 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18988,6 +18988,59 @@ characterMakers["Arador"] = () => { ) }; +characterMakers["Dharsi"] = () => { + return makeCharacter( + "Dharsi", + "Dharsi", + { + front: { + height: math.unit(5 + 10/12, "feet"), + weight: math.unit(125, "lb"), + name: "Front", + image: { + source: "./media/characters/dharsi/front.svg", + extra: 716/630, + bottom: 0.035 + } + }, + }, + [ + { + name: "Nano", + height: math.unit(100, "nm") + }, + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 10/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1000, "feet") + }, + { + name: "Megamacro", + height: math.unit(10, "miles") + }, + { + name: "Gigamacro", + height: math.unit(3000, "miles") + }, + { + name: "Teramacro", + height: math.unit(500000, "miles") + }, + { + name: "Teramacro+", + height: math.unit(30, "galaxies") + }, + ] + ) +}; //characters