diff --git a/media/attribution.js b/media/attribution.js index 10b69d29..81991fe9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9927,10 +9927,12 @@ const attributionData = { { prefix: "./media/characters/ariam/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/32246987" } + { name: "front.svg", source: "https://www.furaffinity.net/view/43607708" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/43607708" }, + { name: "dressed.svg", source: "https://www.furaffinity.net/view/43607708" }, ], authors: [ - "adalfyre" + "5ushiroll" ], owners: [ "argentvz" @@ -23526,6 +23528,10 @@ const attributionData = { "name": "GreasyMojo", "url": "https://www.furaffinity.net/user/greasymojo/" }, + "5ushiroll": { + "name": "5ushiRoll", + "url": "https://www.furaffinity.net/user/5ushiroll/" + }, } } diff --git a/media/characters/ariam/back.svg b/media/characters/ariam/back.svg new file mode 100644 index 00000000..32930b14 --- /dev/null +++ b/media/characters/ariam/back.svg @@ -0,0 +1,652 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ariam/dressed.svg b/media/characters/ariam/dressed.svg new file mode 100644 index 00000000..af5b557c --- /dev/null +++ b/media/characters/ariam/dressed.svg @@ -0,0 +1,973 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ariam/front.svg b/media/characters/ariam/front.svg index eedef040..26cafb50 100644 --- a/media/characters/ariam/front.svg +++ b/media/characters/ariam/front.svg @@ -1,599 +1,951 @@ - + + width="584.63" height="1124.53" viewBox="0 0 584.63 1124.53" style="enable-background:new 0 0 584.63 1124.53;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 31f14883..5e2a99dd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -24641,8 +24641,28 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/ariam/front.svg", - extra: 714 / 617, - bottom: 23.4 / 737, + extra: 1073/976, + bottom: 52/1125 + } + }, + back: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(160, "lb"), + name: "Back", + image: { + source: "./media/characters/ariam/back.svg", + extra: 1103/1023, + bottom: 9/1112 + } + }, + dressed: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(160, "lb"), + name: "Dressed", + image: { + source: "./media/characters/ariam/dressed.svg", + extra: 1099/1009, + bottom: 25/1124 } }, squatting: { @@ -24678,6 +24698,10 @@ characterMakers.push(() => makeCharacter( name: "Megamacro", height: math.unit(20, "km") }, + { + name: "Caretaker", + height: math.unit(444, "megameters") + }, ] ))