diff --git a/media/attribution.js b/media/attribution.js index 45ee1075..3d8ffcd7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9370,6 +9370,18 @@ const attributionData = { "rezavax" ] }, + { + prefix: "./media/characters/shadow-blade/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/25434573/" } + ], + authors: [ + "ashthemare" + ], + owners: [ + "christopherdavies" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13032,6 +13044,14 @@ const attributionData = { "name": "Scruff", "url": "https://twitter.com/ScruffKerfluff", }, + "ashthemare": { + "name": "AshTheMare", + "url": "https://www.furaffinity.net/user/ashthemare", + }, + "christopherdavies": { + "name": "ChristopherDavies", + "url": "https://www.furaffinity.net/user/christopherdavies/", + }, } } diff --git a/media/characters/shadow-blade/side.svg b/media/characters/shadow-blade/side.svg new file mode 100644 index 00000000..bb36a9d8 --- /dev/null +++ b/media/characters/shadow-blade/side.svg @@ -0,0 +1,528 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index da354666..883f9dc3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21609,6 +21609,30 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Shadow Blade" }, + { + side: { + height: math.unit(5 + 11/12, "feet"), + weight: math.unit(1400, "lb"), + name: "Side", + image: { + source: "./media/characters/shadow-blade/side.svg", + extra: 1726/1267, + bottom: 58.4/1785 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {