diff --git a/media/characters/natasha/paw.svg b/media/characters/natasha/paw.svg index d448389b..0a3846e2 100644 --- a/media/characters/natasha/paw.svg +++ b/media/characters/natasha/paw.svg @@ -1,177 +1,508 @@ - + + width="735.422" height="942.707" viewBox="0 0 735.422 942.707" style="enable-background:new 0 0 735.422 942.707;" xml:space="preserve"> - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ff7ea5a9..6d98d83e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3315,6 +3315,26 @@ characterMakers.push(() => makeCharacter( name: "Paw", image: { source: "./media/characters/natasha/paw.svg" + }, + extraAttributes: { + "toeSize": { + name: "Toe Size", + power: 2, + type: "area", + base: math.unit(0.0024, "m^2") + }, + "padSize": { + name: "Pad Size", + power: 2, + type: "area", + base: math.unit(0.00889, "m^2") + }, + "pawSize": { + name: "Paw Size", + power: 2, + type: "area", + base: math.unit(0.023667, "m^2") + }, } }, },