diff --git a/media/attribution.js b/media/attribution.js index 99280098..1678f7f8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8987,6 +8987,21 @@ const attributionData = { "geldazane" ] }, + { + prefix: "./media/characters/maksio/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/8465048/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/8465048/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/8465048/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/8465048/" }, + ], + authors: [ + "flam" + ], + owners: [ + "maksio" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12429,6 +12444,14 @@ const attributionData = { "name": "miss-avens", "url": "https://www.furaffinity.net/user/miss-avens", }, + "flam": { + "name": "Flam", + "url": "https://www.furaffinity.net/user/flam/", + }, + "maksio": { + "name": "Maksio", + "url": "https://www.furaffinity.net/user/maksio5", + }, } } diff --git a/media/characters/maksio/back.svg b/media/characters/maksio/back.svg new file mode 100644 index 00000000..c0b4b2ba --- /dev/null +++ b/media/characters/maksio/back.svg @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/maksio/foot.svg b/media/characters/maksio/foot.svg new file mode 100644 index 00000000..6d5dbdcf --- /dev/null +++ b/media/characters/maksio/foot.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/maksio/front.svg b/media/characters/maksio/front.svg new file mode 100644 index 00000000..5f45fbcf --- /dev/null +++ b/media/characters/maksio/front.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/maksio/hand.svg b/media/characters/maksio/hand.svg new file mode 100644 index 00000000..a69f0f61 --- /dev/null +++ b/media/characters/maksio/hand.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fcee79f5..88530db1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20401,6 +20401,57 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Maksio" }, + { + front: { + height: math.unit(1.5, "meters"), + weight: math.unit(100, "lb"), + name: "Front", + image: { + source: "./media/characters/maksio/front.svg", + extra: 1549/1531, + bottom: 123.7/1674.5429 + } + }, + back: { + height: math.unit(1.5, "meters"), + weight: math.unit(100, "lb"), + name: "Back", + image: { + source: "./media/characters/maksio/back.svg", + extra: 1541/1509, + bottom: 97/1639 + } + }, + hand: { + height: math.unit(0.621, "feet"), + name: "Hand", + image: { + source: "./media/characters/maksio/hand.svg" + } + }, + foot: { + height: math.unit(1.611, "feet"), + name: "Foot", + image: { + source: "./media/characters/maksio/foot.svg" + } + }, + }, + [ + { + name: "Shrunken", + height: math.unit(10, "cm") + }, + { + name: "Normal", + height: math.unit(150, "cm"), + default: true + }, + ] +)) //characters function makeCharacters() {