diff --git a/media/attribution.js b/media/attribution.js index e68ede9d..6325019e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8919,6 +8919,18 @@ const attributionData = { "bunsen-dragon" ] }, + { + prefix: "./media/characters/sesh/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33932659" } + ], + authors: [ + "ritsukaxan" + ], + owners: [ + "seshormerow" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12341,6 +12353,14 @@ const attributionData = { "name": "bunsen.dragon", "url": "https://www.furaffinity.net/user/bunsen.dragon/", }, + "ritsukaxan": { + "name": "ritsukaxan", + "url": "https://www.furaffinity.net/user/ritsukaxan", + }, + "seshormerow": { + "name": "seshormerow", + "url": "https://www.furaffinity.net/user/seshormerow/", + }, } } diff --git a/media/characters/sesh/front.svg b/media/characters/sesh/front.svg new file mode 100644 index 00000000..7f442ae9 --- /dev/null +++ b/media/characters/sesh/front.svg @@ -0,0 +1,590 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2fea96f2..f358e8c6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20178,6 +20178,57 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sesh" }, + { + front: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/sesh/front.svg", + extra: 3420/3231, + bottom: 72/3949.5 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 11/12, "feet") + }, + { + name: "Grown", + height: math.unit(15, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1500, "feet") + }, + { + name: "Megamacro", + height: math.unit(30, "miles") + }, + { + name: "Continental", + height: math.unit(3000, "miles") + }, + { + name: "Gravity Mass", + height: math.unit(300000, "miles") + }, + { + name: "Planet Buster", + height: math.unit(30000000, "miles") + }, + { + name: "Big", + height: math.unit(3000000000, "miles") + }, + ] +)) + //characters function makeCharacters() {