diff --git a/macrovision.js b/macrovision.js index 2aad8f2e..704b6972 100644 --- a/macrovision.js +++ b/macrovision.js @@ -721,7 +721,6 @@ function displayAttribution(file) { const ownerHolder = document.querySelector("#options-attribution-owners"); const sourceHolder = document.querySelector("#options-attribution-source"); - console.log(file) if (authors === []) { const div = document.createElement("div"); div.innerText = "Unknown"; diff --git a/media/attribution.js b/media/attribution.js index 06ee4f94..99d5367f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1825,6 +1825,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/evander/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/33565709/" } + ], + authors: [ + "klezmer-gryphon" + ], + owners: [ + "klezmer-gryphon" + ] + }, { prefix: "./media/characters/everett/", files: [ @@ -4886,6 +4898,10 @@ const attributionData = { "name": "JazzyWolf", "url": "https://www.furaffinity.net/user/jazzywolf", }, + "klezmer-gryphon": { + "name": "Klezmer", + "url": "http://furaffinity.net/user/klezmergryphon", + }, } } diff --git a/media/characters/evander/side.svg b/media/characters/evander/side.svg new file mode 100644 index 00000000..7294d4c2 --- /dev/null +++ b/media/characters/evander/side.svg @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bf55ad76..13b2f9ed 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7856,6 +7856,30 @@ characterMakers["Tene"] = () => { ) }; +characterMakers["Evander"] = () => { + return makeCharacter( + "Evander", + "KlezmerGryphon", + { + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/evander/side.svg", + extra: 877/477 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(0.9, "meters") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({