From 8dd07e160f0917fa14bdf08b9d7ec612cbdf142f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Mar 2020 14:30:21 -0400 Subject: [PATCH] Add Ilia --- media/attribution.js | 16 ++ media/characters/ilia/front.svg | 457 ++++++++++++++++++++++++++++++++ presets/characters.js | 34 +++ 3 files changed, 507 insertions(+) create mode 100644 media/characters/ilia/front.svg diff --git a/media/attribution.js b/media/attribution.js index bce421c9..5dfcf9ce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7019,6 +7019,18 @@ const attributionData = { "thunderbum" ] }, + { + prefix: "./media/characters/ilia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35373097/" } + ], + authors: [ + "ilia" + ], + owners: [ + "ilia" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9686,6 +9698,10 @@ const attributionData = { "name": "BobbyLontra", "url": "https://twitter.com/BobbyLontra", }, + "ilia": { + "name": "Ilia", + "url": "https://www.furaffinity.net/user/iliavulpie/", + }, } } diff --git a/media/characters/ilia/front.svg b/media/characters/ilia/front.svg new file mode 100644 index 00000000..83d52ae4 --- /dev/null +++ b/media/characters/ilia/front.svg @@ -0,0 +1,457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 505cfb6a..cfd90dce 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17122,6 +17122,40 @@ characterMakers["Storm Alystar"] = () => { ) }; +characterMakers["Ilia"] = () => { + return makeCharacter( + "Ilia", + "IliaVulpine", + { + front: { + height: math.unit(2.35, "meters"), + weight: math.unit(119, "kg"), + name: "Front", + image: { + source: "./media/characters/ilia/front.svg", + extra: 1285/1255, + bottom: 0.06 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.35, "meters") + }, + { + name: "Macro", + height: math.unit(140, "meters"), + default: true + }, + { + name: "Megamacro", + height: math.unit(100, "miles") + }, + ] + ) +}; + //characters