From b96dea8d7d441978e2f4a3c3aa01dafb39ea551c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 18 Apr 2020 12:09:25 -0400 Subject: [PATCH] Add more views for Elijah --- media/attribution.js | 21 ++ media/characters/elijah/back.svg | 322 ++++++++++++++++ media/characters/elijah/beak.svg | 55 +++ media/characters/elijah/dick.svg | 109 ++++++ media/characters/elijah/foot-flexing.svg | 118 ++++++ media/characters/elijah/foot-stepping.svg | 92 +++++ media/characters/elijah/front.svg | 423 ++++++++++++++++++++++ presets/characters.js | 52 ++- 8 files changed, 1190 insertions(+), 2 deletions(-) create mode 100644 media/characters/elijah/back.svg create mode 100644 media/characters/elijah/beak.svg create mode 100644 media/characters/elijah/dick.svg create mode 100644 media/characters/elijah/foot-flexing.svg create mode 100644 media/characters/elijah/foot-stepping.svg create mode 100644 media/characters/elijah/front.svg diff --git a/media/attribution.js b/media/attribution.js index b48c00ae..aec9b8d2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2198,6 +2198,23 @@ const attributionData = { "someoneepic" ] }, + { + prefix: "./media/characters/elijah/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/22413364/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/22413364/" }, + { name: "foot-flexing.svg", source: "https://www.furaffinity.net/view/22413364/" }, + { name: "foot-stepping.svg", source: "https://www.furaffinity.net/view/22413364/" }, + { name: "beak.svg", source: "https://www.furaffinity.net/view/22413364/" }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/22413364/" }, + ], + authors: [ + "gothwolf" + ], + owners: [ + "someoneepic" + ] + }, { prefix: "./media/characters/elory/", files: [ @@ -12056,6 +12073,10 @@ const attributionData = { "name": "imperatorcaesar", "url": "https://www.furaffinity.net/user/imperatorcaesar/", }, + "gothwolf": { + "name": "gothwolf", + "url": "https://www.furaffinity.net/user/gothwolf", + }, } } diff --git a/media/characters/elijah/back.svg b/media/characters/elijah/back.svg new file mode 100644 index 00000000..2b7851ec --- /dev/null +++ b/media/characters/elijah/back.svg @@ -0,0 +1,322 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/elijah/beak.svg b/media/characters/elijah/beak.svg new file mode 100644 index 00000000..684b540f --- /dev/null +++ b/media/characters/elijah/beak.svg @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/media/characters/elijah/dick.svg b/media/characters/elijah/dick.svg new file mode 100644 index 00000000..31bb3d9d --- /dev/null +++ b/media/characters/elijah/dick.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + diff --git a/media/characters/elijah/foot-flexing.svg b/media/characters/elijah/foot-flexing.svg new file mode 100644 index 00000000..d1ce2088 --- /dev/null +++ b/media/characters/elijah/foot-flexing.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/elijah/foot-stepping.svg b/media/characters/elijah/foot-stepping.svg new file mode 100644 index 00000000..58bbb599 --- /dev/null +++ b/media/characters/elijah/foot-stepping.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/elijah/front.svg b/media/characters/elijah/front.svg new file mode 100644 index 00000000..c7158f12 --- /dev/null +++ b/media/characters/elijah/front.svg @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 19ddcd08..c40a426c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -426,8 +426,18 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Elijah" }, { + front: { + height: math.unit(1.65, "meters"), + weight: math.unit(50, "kg"), + name: "Front", + image: { + source: "./media/characters/elijah/front.svg", + extra: 639/626, + bottom: 58.7/697.8 + } + }, side: { - height: math.unit(7, "feet"), + height: math.unit(1.65, "meters"), weight: math.unit(50, "kg"), name: "Side", image: { @@ -436,13 +446,51 @@ characterMakers.push(() => makeCharacter( bottom: 106/1943 } }, + back: { + height: math.unit(1.65, "meters"), + weight: math.unit(50, "kg"), + name: "Back", + image: { + source: "./media/characters/elijah/back.svg", + extra: 661.2/639.5, + bottom: 21.2/682.5 + } + }, foot: { - height: math.unit(2.05, "feet"), + height: math.unit(1.4, "feet"), name: "Foot", image: { source: "./media/characters/elijah/foot.svg" } }, + footFlexing: { + height: math.unit(1.243, "feet"), + name: "Foot (Flexing)", + image: { + source: "./media/characters/elijah/foot-flexing.svg" + } + }, + footStepping: { + height: math.unit(1.3, "feet"), + name: "Foot (Stepping)", + image: { + source: "./media/characters/elijah/foot-stepping.svg" + } + }, + beak: { + height: math.unit(0.666, "feet"), + name: "Beak", + image: { + source: "./media/characters/elijah/beak.svg" + } + }, + dick: { + height: math.unit(0.85, "feet"), + name: "Dick", + image: { + source: "./media/characters/elijah/dick.svg" + } + }, }, [ {