diff --git a/media/attribution.js b/media/attribution.js index 55c2ac04..2717bd6f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4630,6 +4630,7 @@ const attributionData = { prefix: "./media/characters/rose/", files: [ { name: "front.svg", source: null }, + { name: "front-sporty.svg", source: null }, { name: "front-alt.svg", source: null }, { name: "plush.svg", source: null }, ], diff --git a/media/characters/rose/front-sporty.svg b/media/characters/rose/front-sporty.svg new file mode 100644 index 00000000..0ff2c0bf --- /dev/null +++ b/media/characters/rose/front-sporty.svg @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rose/front.svg b/media/characters/rose/front.svg index 0ff2c0bf..6562a042 100644 --- a/media/characters/rose/front.svg +++ b/media/characters/rose/front.svg @@ -1,365 +1,502 @@ - + + width="2168.98" height="1815.27" viewBox="0 0 2168.98 1815.27" style="enable-background:new 0 0 2168.98 1815.27;" xml:space="preserve"> + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d7836e9c..027ba189 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6643,6 +6643,16 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/rose/front.svg", + extra: 1785/1636, + bottom: 30/1815 + } + }, + frontSporty: { + height: math.unit(2, "meters"), + weight: math.unit(86, "kg"), + name: "Front (Sporty)", + image: { + source: "./media/characters/rose/front-sporty.svg", extra: 350/335, bottom: 10/360 } @@ -6670,21 +6680,33 @@ characterMakers.push(() => makeCharacter( }, [ { - name: "Mini-Micro", - height: math.unit(1, "cm") + name: "True Micro", + height: math.unit(9, "cm") }, { name: "Micro", - height: math.unit(3.5, "inches"), - default: true + height: math.unit(16, "cm") }, { name: "Normal", - height: math.unit(6 + 1 / 6, "feet") + height: math.unit(1.85, "meters"), + default: true }, { name: "Mini-Macro", - height: math.unit(9 + 10 / 12, "feet") + height: math.unit(5, "meters") + }, + { + name: "Macro", + height: math.unit(15, "meters") + }, + { + name: "True Macro", + height: math.unit(40, "meters") + }, + { + name: "City Scale", + height: math.unit(1, "km") }, ] ))