diff --git a/media/attribution.js b/media/attribution.js index 4464665b..74613ba5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2338,6 +2338,19 @@ const attributionData = { "libragonslvr" ] }, + { + prefix: "./media/characters/ilisha-devya/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/12295130/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/12295130/" }, + ], + authors: [ + "keedot" + ], + owners: [ + "neopuc" + ] + }, { prefix: "./media/characters/ikideru/", files: [ @@ -6348,6 +6361,10 @@ const attributionData = { "name": "Redthegamr", "url": "https://www.furaffinity.net/user/redthegamr", }, + "keedot": { + "name": "Keedot", + "url": "https://www.furaffinity.net/user/keedot/", + }, } } diff --git a/media/characters/ilisha-devya/back.svg b/media/characters/ilisha-devya/back.svg new file mode 100644 index 00000000..c7a5b02c --- /dev/null +++ b/media/characters/ilisha-devya/back.svg @@ -0,0 +1,68 @@ + + + + + + + + + diff --git a/media/characters/ilisha-devya/front.svg b/media/characters/ilisha-devya/front.svg new file mode 100644 index 00000000..1bce69e4 --- /dev/null +++ b/media/characters/ilisha-devya/front.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7acd3dd3..2aada637 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11170,6 +11170,63 @@ characterMakers["Mocha Aura"] = () => { ) }; +characterMakers["Ilisha Devya"] = () => { + return makeCharacter( + "Ilisha Devya", + "Neopuc", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/ilisha-devya/front.svg", + extra: (1 / (1 - 0.175)), + bottom: 0.175 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/ilisha-devya/back.svg", + extra: (1 / (1 - 0.015)), + bottom: 0.015 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(500, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(10, "miles") + }, + { + name: "Gigamacro", + height: math.unit(100000, "miles") + }, + { + name: "Examacro", + height: math.unit(1e9, "lightyears") + }, + { + name: "Omniversal", + height: math.unit(1e33, "lightyears") + }, + { + name: "Beyond Infinite", + height: math.unit(1e100, "lightyears") + }, + ] + ) +}; + + function makeCharacters() { const results = []; results.push({