diff --git a/media/attribution.js b/media/attribution.js index 8746f9e1..c70661e8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6623,6 +6623,19 @@ const attributionData = { "sdocat" ] }, + { + prefix: "./media/characters/adinia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34126723/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34126723/" }, + ], + authors: [ + "lunamente" + ], + owners: [ + "sdocat" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9123,6 +9136,10 @@ const attributionData = { "name": "RuNNoLa", "url": "https://www.furaffinity.net/user/emoile", }, + "lunamente": { + "name": "Lunamente", + "url": "https://www.furaffinity.net/user/lunamente", + }, } } diff --git a/media/characters/adinia/back.svg b/media/characters/adinia/back.svg new file mode 100644 index 00000000..ea6d0eda --- /dev/null +++ b/media/characters/adinia/back.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adinia/front.svg b/media/characters/adinia/front.svg new file mode 100644 index 00000000..fce559cb --- /dev/null +++ b/media/characters/adinia/front.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 13b139fe..1f241abc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16024,8 +16024,8 @@ characterMakers["Bianca"] = () => { "Sdocat", { front: { - height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + height: math.unit(8, "feet"), + weight: math.unit(350, "lb"), name: "Front", image: { source: "./media/characters/bianca/front.svg", @@ -16037,11 +16037,48 @@ characterMakers["Bianca"] = () => { [ { name: "Normal", - height: math.unit(8, "feet") + height: math.unit(8, "feet"), + default: true }, ] ) -};c +}; + +characterMakers["Adinia"] = () => { + return makeCharacter( + "Adinia", + "Sdocat", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/adinia/front.svg", + extra: 1845/1672, + bottom: 0.02 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/adinia/back.svg", + extra: 1845/1672, + bottom: 0.002 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11 + 5/12, "feet"), + default: true + }, + ] + ) +}; //characters