diff --git a/media/attribution.js b/media/attribution.js index 8217fe30..14c080b3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8698,6 +8698,21 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/ofelia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20388192/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/20388192/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/20388192/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/20388192/" }, + ], + authors: [ + "jazzumi" + ], + owners: [ + "neopuc" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/ofelia/back.svg b/media/characters/ofelia/back.svg new file mode 100644 index 00000000..66207cbd --- /dev/null +++ b/media/characters/ofelia/back.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ofelia/foot.svg b/media/characters/ofelia/foot.svg new file mode 100644 index 00000000..8a2f56be --- /dev/null +++ b/media/characters/ofelia/foot.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ofelia/front.svg b/media/characters/ofelia/front.svg new file mode 100644 index 00000000..1c022c69 --- /dev/null +++ b/media/characters/ofelia/front.svg @@ -0,0 +1,788 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ofelia/maw.svg b/media/characters/ofelia/maw.svg new file mode 100644 index 00000000..a8cdbb2c --- /dev/null +++ b/media/characters/ofelia/maw.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9cc8ddcd..9b6f088f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19557,6 +19557,53 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Ofelia" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/ofelia/front.svg", + extra: 546/541, + bottom: 39/583 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/ofelia/back.svg", + extra: 564/559.5, + bottom: 8.69/573.02 + } + }, + maw: { + height: math.unit(1, "feet"), + name: "Maw", + image: { + source: "./media/characters/ofelia/maw.svg" + } + }, + foot: { + height: math.unit(1.949, "feet"), + name: "Foot", + image: { + source: "./media/characters/ofelia/foot.svg" + } + }, + }, + [ + { + name: "Canon Height", + height: math.unit(2000, "miles"), + default: true + }, + ] +)) //characters function makeCharacters() {