diff --git a/media/LICENSES.md b/media/LICENSES.md index 7eec56e6..f43bddcc 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -47,6 +47,12 @@ https://www.deviantart.com/natsuakai/art/Comm-Big-Guy-558510348 * front.svg +**https://twitter.com/watchout4dragon** + +(no link) + +* foot.svg + ## Noir **https://www.furaffinity.net/user/kclt** diff --git a/media/characters/march/foot.svg b/media/characters/march/foot.svg new file mode 100644 index 00000000..3cf10fa1 --- /dev/null +++ b/media/characters/march/foot.svg @@ -0,0 +1,30 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f5e2c38b..9a97c817 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -153,6 +153,20 @@ function makeMarch() { source: "./media/characters/march/front.svg" }, name: "Front" + }, + foot: { + attributes: { + height: { + name: "Height", + power: 1, + type: "length", + base: math.unit(0.9, "feet") + } + }, + image: { + source: "./media/characters/march/foot.svg" + }, + name: "Foot" } };