diff --git a/media/attribution.js b/media/attribution.js index 85658eef..d0cf0af1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16132,7 +16132,7 @@ const attributionData = { { prefix: "./media/characters/susan-grant/", files: [ - { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Susan-Grant-Fullbody-874313258" } + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Susan-2022-914035734" } ], authors: [ "epicoart" diff --git a/media/characters/susan-grant/front.svg b/media/characters/susan-grant/front.svg index f83944f5..29d77771 100644 --- a/media/characters/susan-grant/front.svg +++ b/media/characters/susan-grant/front.svg @@ -1,801 +1,2089 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ee4c0358..7fddfae5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44691,33 +44691,37 @@ characterMakers.push(() => makeCharacter( { name: "Susan Grant", species: ["human"], tags: ["anthro"] }, { front: { - height: math.unit(6 + 3/12, "feet"), - weight: math.unit(185, "lb"), + height: math.unit(1.96, "meters"), + weight: math.unit(220, "lb"), name: "Front", image: { source: "./media/characters/susan-grant/front.svg", - extra: 1351/1327, - bottom: 26/1377 + extra: 482/478, + bottom: 7/489 } }, }, [ { name: "Normal", - height: math.unit(6 + 3/12, "feet"), + height: math.unit(1.96, "meters"), default: true }, { name: "Macro", - height: math.unit(225, "feet") + height: math.unit(76.2, "meters") }, { - name: "Macro+", - height: math.unit(900, "feet") + name: "MegaMacro", + height: math.unit(305, "meters") }, { - name: "MegaMacro", - height: math.unit(14400, "feet") + name: "GigaMacro", + height: math.unit(1220, "meters") + }, + { + name: "SuperMacro", + height: math.unit(4878, "meters") }, ] ))