diff --git a/media/attribution.js b/media/attribution.js index e60c1acc..e4c88626 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9406,6 +9406,30 @@ const attributionData = { "renadyne" ] }, + { + prefix: "./media/characters/ariam/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32246987" } + ], + authors: [ + "adalfyre" + ], + owners: [ + "argentvz" + ] + }, + { + prefix: "./media/characters/ariam/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/18162738" } + ], + authors: [ + "khael" + ], + owners: [ + "argentvz" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13082,6 +13106,10 @@ const attributionData = { "name": "box-cat", "url": "https://www.furaffinity.net/user/box-cat", }, + "khael": { + "name": "Khael", + "url": "https://www.furaffinity.net/user/khael/", + }, } } diff --git a/media/characters/ariam/front.svg b/media/characters/ariam/front.svg new file mode 100644 index 00000000..dcfd6959 --- /dev/null +++ b/media/characters/ariam/front.svg @@ -0,0 +1,599 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ariam/squatting.svg b/media/characters/ariam/squatting.svg new file mode 100644 index 00000000..807d6b47 --- /dev/null +++ b/media/characters/ariam/squatting.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f9bc313b..6d962a7b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21666,6 +21666,55 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ariam" }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/ariam/front.svg", + extra: 714/617, + bottom: 23.4/737, + } + }, + squatting: { + height: math.unit(4.1, "feet"), + weight: math.unit(160, "lb"), + name: "Squatting", + image: { + source: "./media/characters/ariam/squatting.svg", + extra: 2617/2112, + bottom: 61.2/2681, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Normal+", + height: math.unit(4, "meters") + }, + { + name: "Macro", + height: math.unit(50, "meters") + }, + { + name: "Macro+", + height: math.unit(100, "meters") + }, + { + name: "Megamacro", + height: math.unit(20, "km") + }, + ] +)) + //characters function makeCharacters() {