From 5826edd3e87cbc8f95f37115773a894fa4463515 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 9 Feb 2020 08:46:03 -0500 Subject: [PATCH] Add Elijah's foot --- media/LICENSES.md | 8 ++- media/characters/elijah/foot.svg | 95 ++++++++++++++++++++++++++++++++ presets/characters.js | 14 +++++ 3 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 media/characters/elijah/foot.svg diff --git a/media/LICENSES.md b/media/LICENSES.md index c08d238d..435e29b1 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -90,4 +90,10 @@ https://www.furaffinity.net/view/26253324/ (no link) -* side.svg \ No newline at end of file +* side.svg + +**https://www.furaffinity.net/user/luzian** + +https://www.furaffinity.net/view/34269979/ + +* foot.svg \ No newline at end of file diff --git a/media/characters/elijah/foot.svg b/media/characters/elijah/foot.svg new file mode 100644 index 00000000..fe99b852 --- /dev/null +++ b/media/characters/elijah/foot.svg @@ -0,0 +1,95 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 58f5777f..6b4e6eb3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -375,6 +375,20 @@ function makeElijah() { bottom: 0.01 }, name: "Side" + }, + foot: { + attributes: { + height: { + name: "Height", + power: 1, + type: "length", + base: math.unit(2, "feet") + } + }, + image: { + source: "./media/characters/elijah/foot.svg", + }, + name: "Foot" } };