diff --git a/media/LICENSES.md b/media/LICENSES.md index db5d3f3e..bd347aed 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -862,6 +862,12 @@ https://www.furaffinity.net/view/34278152/ * front.svg * foot.svg +**https://www.furaffinity.net/user/k437** + +https://www.furaffinity.net/view/34794072/ + +* sole.svg + ## Guy **https://www.furaffinity.net/user/bluecatangry** diff --git a/media/characters/gin/sole.svg b/media/characters/gin/sole.svg new file mode 100644 index 00000000..5a340c47 --- /dev/null +++ b/media/characters/gin/sole.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e8c17a35..c2a35e2a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3855,12 +3855,18 @@ characterMakers["Gin"] = () => { }, foot: { height: math.unit(6/4.25, "feet"), - weight: math.unit(170, "lbs"), name: "Foot", image: { source: "./media/characters/gin/foot.svg" } }, + sole: { + height: math.unit(6/4.40, "feet"), + name: "Sole", + image: { + source: "./media/characters/gin/sole.svg" + } + }, }, [ { @@ -3875,6 +3881,14 @@ characterMakers["Gin"] = () => { name: "Megamacro", height: math.unit(200, "miles"), default: true + }, + { + name: "Gigamacro", + height: math.unit(500, "megameters") + }, + { + name: "Teramacro", + height: math.unit(15, "lightyears") } ] )