diff --git a/media/attribution.js b/media/attribution.js index ac591f6b..63214e28 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1809,6 +1809,18 @@ const attributionData = { "darkietehjester" ] }, + { + prefix: "./media/characters/hector/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32081932/" } + ], + authors: [ + "dantethebeast" + ], + owners: [ + "libragonslvr" + ] + }, { prefix: "./media/characters/jaro/", files: [ @@ -4002,6 +4014,14 @@ const attributionData = { "name": "HawkeyedElite", "url": "https://www.furaffinity.net/user/hawkeyedelite/", }, + "dantethebeast": { + "name": "Dante the Beast", + "url": "https://www.furaffinity.net/user/dantethebeast/", + }, + "libragonslvr": { + "name": "LibragonSlvr", + "url": "https://twitter.com/LibragonSlvr", + }, } } diff --git a/media/characters/hector/front.svg b/media/characters/hector/front.svg new file mode 100644 index 00000000..ecb18623 --- /dev/null +++ b/media/characters/hector/front.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d6b2793b..8da4f331 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7572,6 +7572,36 @@ characterMakers["Abbott Absol"] = () => { ) }; +characterMakers["Hector"] = () => { + return makeCharacter( + "Hector", + "LibragonSlvr", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(264, "lb"), + name: "Front", + image: { + source: "./media/characters/hector/front.svg", + extra: 2280/2130 * (1 / (1 - 0.07)), + bottom: 0.07 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12.25, "foot"), + default: true + }, + { + name: "Macro", + height: math.unit(160, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({