diff --git a/media/attribution.js b/media/attribution.js index fa94eb2f..2564c1e6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8523,6 +8523,42 @@ const attributionData = { "eremitic" ] }, + { + prefix: "./media/characters/equus-silvermane/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/15648375/" } + ], + authors: [ + "venlightchaser" + ], + owners: [ + "equussilvermane" + ] + }, + { + prefix: "./media/characters/equus-silvermane/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21839963/" } + ], + authors: [ + "exto" + ], + owners: [ + "equussilvermane" + ] + }, + { + prefix: "./media/characters/equus-silvermane/", + files: [ + { name: "side-stepping.svg", source: "https://www.furaffinity.net/view/32404813/" } + ], + authors: [ + "tanutanuki" + ], + owners: [ + "equussilvermane" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11809,6 +11845,22 @@ const attributionData = { "name": "Kuppy", "url": "https://www.furaffinity.net/user/kuppy", }, + "equussilvermane": { + "name": "Equus Silvermane", + "url": "https://twitter.com/EquusSilvermane", + }, + "venlightchaser": { + "name": "VenLightChaser", + "url": "https://www.furaffinity.net/user/venlightchaser/", + }, + "exto": { + "name": "ExTo", + "url": "https://www.furaffinity.net/user/exto/", + }, + "tanutanuki": { + "name": "tanutanuki", + "url": " https://www.furaffinity.net/user/tanutanuki/", + }, } } diff --git a/media/characters/equus-silvermane/front.svg b/media/characters/equus-silvermane/front.svg new file mode 100644 index 00000000..276e0e37 --- /dev/null +++ b/media/characters/equus-silvermane/front.svg @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/equus-silvermane/side-stepping.svg b/media/characters/equus-silvermane/side-stepping.svg new file mode 100644 index 00000000..c45ea6bf --- /dev/null +++ b/media/characters/equus-silvermane/side-stepping.svg @@ -0,0 +1,1476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/equus-silvermane/side.svg b/media/characters/equus-silvermane/side.svg new file mode 100644 index 00000000..817cae30 --- /dev/null +++ b/media/characters/equus-silvermane/side.svg @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e1befd4f..a3ed1697 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19147,6 +19147,65 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Equus Silvermane" }, + { + side: { + height: math.unit(8, "feet"), + weight: math.unit(300, "lb"), + name: "Side", + image: { + source: "./media/characters/equus-silvermane/side.svg", + extra: 2176/2050, + bottom: 65.7/2245 + } + }, + front: { + height: math.unit(8, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/equus-silvermane/front.svg", + extra: 4633/4400, + bottom: 71.3/4706.915 + } + }, + sideStepping: { + height: math.unit(8, "feet"), + weight: math.unit(300, "lb"), + name: "Side (Stepping)", + image: { + source: "./media/characters/equus-silvermane/side-stepping.svg", + extra: 1968/1860, + bottom: 16.4/1989 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet") + }, + { + name: "Minimacro", + height: math.unit(75, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Macro+", + height: math.unit(1000, "feet") + }, + { + name: "Megamacro", + height: math.unit(1, "mile") + }, + ] +)) + //characters function makeCharacters() {