diff --git a/media/attribution.js b/media/attribution.js index 9915030b..bce34ea2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4133,6 +4133,18 @@ const attributionData = { "okuri" ] }, + { + prefix: "./media/characters/okuri/", + files: [ + { name: "sitting.svg", source: "https://www.furaffinity.net/view/42918927" } + ], + authors: [ + "edmiester" + ], + owners: [ + "okuri" + ] + }, { prefix: "./media/characters/ona/", files: [ @@ -25160,6 +25172,10 @@ const attributionData = { "name": "Natel", "url": "https://twitter.com/Mr_Natel" }, + "edmiester": { + "name": "Edmiester", + "url": "https://www.furaffinity.net/user/edmiester" + }, } } diff --git a/media/characters/okuri/back.svg b/media/characters/okuri/back.svg index ef5f6228..3a05ec3c 100644 --- a/media/characters/okuri/back.svg +++ b/media/characters/okuri/back.svg @@ -1,159 +1,661 @@ - + + width="600.274" height="747.618" viewBox="0 0 600.274 747.618" style="enable-background:new 0 0 600.274 747.618;" xml:space="preserve"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/okuri/front.svg b/media/characters/okuri/front.svg index 77e6b847..d26afc93 100644 --- a/media/characters/okuri/front.svg +++ b/media/characters/okuri/front.svg @@ -1,180 +1,1427 @@ - + + width="875.517" height="777.996" viewBox="0 0 875.517 777.996" style="enable-background:new 0 0 875.517 777.996;" xml:space="preserve"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/okuri/sitting.svg b/media/characters/okuri/sitting.svg new file mode 100644 index 00000000..e25ec7ec --- /dev/null +++ b/media/characters/okuri/sitting.svg @@ -0,0 +1,1155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 21b6881b..0d3fea25 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2274,8 +2274,8 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/okuri/front.svg", - extra: 1, - bottom: 0.037 + extra: 739/665, + bottom: 39/778 } }, back: { @@ -2284,17 +2284,63 @@ characterMakers.push(() => makeCharacter( name: "Back", image: { source: "./media/characters/okuri/back.svg", - extra: 1, - bottom: 0.007 + extra: 734/653, + bottom: 13/747 + } + }, + sitting: { + height: math.unit(2.95, "feet"), + weight: math.unit(100, "kg"), + name: "Sitting", + image: { + source: "./media/characters/okuri/sitting.svg", + extra: 370/318, + bottom: 99/469 } }, }, [ { - name: "Megamacro", - height: math.unit(100, "miles"), + name: "Smallest", + height: math.unit(5 + 2/12, "feet") + }, + { + name: "Smaller", + height: math.unit(300, "feet") + }, + { + name: "Small", + height: math.unit(1000, "feet") + }, + { + name: "Macro", + height: math.unit(1, "mile") + }, + { + name: "Mega Macro (Small)", + height: math.unit(20, "km") + }, + { + name: "Mega Macro (Large)", + height: math.unit(600, "km") + }, + { + name: "Giga Macro", + height: math.unit(10000, "km") + }, + { + name: "Normal", + height: math.unit(577560, "km"), default: true }, + { + name: "Large", + height: math.unit(4, "galaxies") + }, + { + name: "Largest", + height: math.unit(15, "multiverses") + }, ] ))