diff --git a/media/attribution.js b/media/attribution.js index 427ac571..e7a6657d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7841,6 +7841,20 @@ const attributionData = { "dharsi" ] }, + { + prefix: "./media/characters/deathy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31013307/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/31013307/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31013307/" }, + ], + authors: [ + "frozen-iceblade" + ], + owners: [ + "deathywolfi" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10818,6 +10832,10 @@ const attributionData = { "name": "gwp", "url": "https://www.furaffinity.net/user/gwp", }, + "frozen-iceblade": { + "name": "Frozen-Iceblade", + "url": "https://www.furaffinity.net/user/frozen-iceblade/", + }, } } diff --git a/media/characters/deathy/back.svg b/media/characters/deathy/back.svg new file mode 100644 index 00000000..5e3a4585 --- /dev/null +++ b/media/characters/deathy/back.svg @@ -0,0 +1,116 @@ + + + + + + + + diff --git a/media/characters/deathy/front.svg b/media/characters/deathy/front.svg new file mode 100644 index 00000000..de728e98 --- /dev/null +++ b/media/characters/deathy/front.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + diff --git a/media/characters/deathy/side.svg b/media/characters/deathy/side.svg new file mode 100644 index 00000000..80555099 --- /dev/null +++ b/media/characters/deathy/side.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 614eb209..aefbd26a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19042,6 +19042,56 @@ characterMakers["Dharsi"] = () => { ) }; +characterMakers["Deathy"] = () => { + return makeCharacter( + "Deathy", + "DeathyWolfi", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/deathy/front.svg", + extra: 1552/1463, + bottom: 0.025 + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/deathy/side.svg", + extra: 1604/1455, + bottom: 0.025 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/deathy/back.svg", + extra: 1580/1463, + bottom: 0.005 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(5, "millimeters") + }, + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + ] + ) +}; + //characters