diff --git a/media/attribution.js b/media/attribution.js index 4de2da6d..7a93ea68 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7803,6 +7803,19 @@ const attributionData = { "taluthus" ] }, + { + prefix: "./media/characters/dawn/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27707123/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/27707123/" }, + ], + authors: [ + "fidchell" + ], + owners: [ + "radarn" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/dawn/back.svg b/media/characters/dawn/back.svg new file mode 100644 index 00000000..301f4e79 --- /dev/null +++ b/media/characters/dawn/back.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + diff --git a/media/characters/dawn/front.svg b/media/characters/dawn/front.svg new file mode 100644 index 00000000..acec11a4 --- /dev/null +++ b/media/characters/dawn/front.svg @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 22d19d8a..fa9426ec 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18912,6 +18912,44 @@ characterMakers["Taluthus"] = () => { ) }; +characterMakers["Dawn"] = () => { + return makeCharacter( + "Dawn", + "Radarn", + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(145, "lb"), + name: "Front", + image: { + source: "./media/characters/dawn/front.svg", + extra: 2094/2016, + bottom: 0.025 + } + }, + back: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(160, "lb"), + name: "Back", + image: { + source: "./media/characters/dawn/back.svg", + extra: 2112/2080, + bottom: 0.005 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 7/12, "feet"), + default: true + }, + ] + ) +}; + + + //characters function makeCharacters() {