diff --git a/media/attribution.js b/media/attribution.js index fbbedefa..e1643101 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2251,6 +2251,19 @@ const attributionData = { "libragonslvr" ] }, + { + prefix: "./media/characters/ikideru/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23702428/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/23702428/" }, + ], + authors: [ + "tankh" + ], + owners: [ + "ikideru" + ] + }, { prefix: "./media/characters/ine/", files: [ @@ -5802,6 +5815,14 @@ const attributionData = { "name": "Alklys Chaser", "url": "https://twitter.com/DownbeatMetal", }, + "tankh": { + "name": "TankH", + "url": "https://www.furaffinity.net/user/tankh", + }, + "ikideru": { + "name": "Ikideru", + "url": "https://www.furaffinity.net/user/ikiderusheppy/", + }, } } diff --git a/media/characters/ikideru/back.svg b/media/characters/ikideru/back.svg new file mode 100644 index 00000000..567fcb70 --- /dev/null +++ b/media/characters/ikideru/back.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + diff --git a/media/characters/ikideru/front.svg b/media/characters/ikideru/front.svg new file mode 100644 index 00000000..e753b63b --- /dev/null +++ b/media/characters/ikideru/front.svg @@ -0,0 +1,105 @@ + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 29967679..7d121099 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9912,6 +9912,70 @@ characterMakers["Xylrem"] = () => { ) }; +characterMakers["Ikideru"] = () => { + return makeCharacter( + "Ikideru", + "Ikideru", + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(250, "kg"), + name: "Front", + image: { + source: "./media/characters/ikideru/front.svg", + extra: 930/870 * (1 / (1 - 0.087)), + bottom: 0.087 + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(250, "kg"), + name: "Back", + image: { + source: "./media/characters/ikideru/back.svg", + extra: 919/852 * (1 / (1 - 0.055)), + bottom: 0.055 + } + }, + }, + [ + { + name: "Rare", + height: math.unit(8, "feet"), + default: true + }, + { + name: "Playful Loom", + height: math.unit(80, "feet") + }, + { + name: "City Leaner", + height: math.unit(230, "feet") + }, + { + name: "Megamacro", + height: math.unit(2500, "feet") + }, + { + name: "Gigamacro", + height: math.unit(26400, "feet") + }, + { + name: "Tectonic Shifter", + height: math.unit(1.7, "megameters") + }, + { + name: "Planet Carer", + height: math.unit(21, "megameters") + }, + { + name: "God", + height: math.unit(11157.22, "parsecs") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({