diff --git a/media/attribution.js b/media/attribution.js index 4840e3ed..5960a7b7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6648,6 +6648,20 @@ const attributionData = { "roxas00137" ] }, + { + prefix: "./media/characters/malfaren/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31371269/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/31371269/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/31371269/" }, + ], + authors: [ + "morca" + ], + owners: [ + "malfaren" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9152,6 +9166,14 @@ const attributionData = { "name": "Lunamente", "url": "https://www.furaffinity.net/user/lunamente", }, + "malfaren": { + "name": "Malfaren", + "url": "https://www.furaffinity.net/user/malfaren/", + }, + "morca": { + "name": "Morca", + "url": "https://www.furaffinity.net/user/morca", + }, } } diff --git a/media/characters/malfaren/front.svg b/media/characters/malfaren/front.svg new file mode 100644 index 00000000..28e4664e --- /dev/null +++ b/media/characters/malfaren/front.svg @@ -0,0 +1,454 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/malfaren/maw.svg b/media/characters/malfaren/maw.svg new file mode 100644 index 00000000..f1791d79 --- /dev/null +++ b/media/characters/malfaren/maw.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/malfaren/side.svg b/media/characters/malfaren/side.svg new file mode 100644 index 00000000..22f7b9cc --- /dev/null +++ b/media/characters/malfaren/side.svg @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 12e77375..76a11d35 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16125,6 +16125,49 @@ characterMakers["Lykasa"] = () => { ] ) }; + +characterMakers["Malfaren"] = () => { + return makeCharacter( + "Malfaren", + "Malfaren", + { + front: { + height: math.unit(22.36, "feet"), + weight: math.unit(35000, "lb"), + name: "Front", + image: { + source: "./media/characters/malfaren/front.svg", + extra: 1631/1476, + bottom: 0.01 + } + }, + side: { + height: math.unit(15.439, "feet"), + weight: math.unit(35000, "lb"), + name: "Side", + image: { + source: "./media/characters/malfaren/side.svg", + extra: 2500/1010, + bottom: 0.01 + } + }, + maw: { + height: math.unit(6.9, "feet"), + name: "Maw", + image: { + source: "./media/characters/malfaren/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(22.36, "feet"), + default: true + }, + ] + ) +}; //characters function makeCharacters() {