diff --git a/media/attribution.js b/media/attribution.js index f6896b89..5b5a1fbe 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8278,6 +8278,19 @@ const attributionData = { "amethyst-lumisade" ] }, + { + prefix: "./media/characters/yumi-akiyama/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/28881947/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/28881947/" }, + ], + authors: [ + "yumiakiyama" + ], + owners: [ + "yumiakiyama" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11431,6 +11444,10 @@ const attributionData = { "name": "Amethyst Lumisade", "url": "https://www.furaffinity.net/user/amethystlumisade/", }, + "yumiakiyama": { + "name": "Yuki Akiyama", + "url": "https://www.furaffinity.net/user/yumiakiyama/", + }, } } diff --git a/media/characters/yumi-akiyama/back.svg b/media/characters/yumi-akiyama/back.svg new file mode 100644 index 00000000..2e1fe317 --- /dev/null +++ b/media/characters/yumi-akiyama/back.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/yumi-akiyama/front.svg b/media/characters/yumi-akiyama/front.svg new file mode 100644 index 00000000..cb6cc6bd --- /dev/null +++ b/media/characters/yumi-akiyama/front.svg @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 85d47325..80490351 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20114,6 +20114,46 @@ characterMakers["Amethyst"] = () => { ) }; +characterMakers["Yumi Akiyama"] = () => { + return makeCharacter( + "Yumi Akiyama", + "Yumi Akiyama", + { + front: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/yumi-akiyama/front.svg", + extra: 1327/1235, + bottom: 0.02 + } + }, + back: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/yumi-akiyama/back.svg", + extra: 1287/1245, + bottom: 0.002 + } + }, + }, + [ + { + name: "Galactic", + height: math.unit(50, "galaxies"), + default: true + }, + { + name: "Universal", + height: math.unit(100, "universes") + }, + ] + ) +}; + //characters function makeCharacters() {