diff --git a/media/attribution.js b/media/attribution.js index b578478c..99a0e72d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17910,6 +17910,19 @@ const attributionData = { "beherit" ] }, + { + prefix: "./media/characters/naomi/", + files: [ + { name: "front.svg", source: "https://twitter.com/Cassettewaves/status/1350239246544756736" }, + { name: "back.svg", source: "https://twitter.com/Cassettewaves/status/1350239246544756736" }, + ], + authors: [ + "cassettewaves" + ], + owners: [ + "speckario" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24761,6 +24774,10 @@ const attributionData = { "name": "a3skales", "url": "https://www.furaffinity.net/user/a3skales/" }, + "speckario": { + "name": "Speckario", + "url": "https://twitter.com/speckario" + }, } } diff --git a/media/characters/naomi/back.svg b/media/characters/naomi/back.svg new file mode 100644 index 00000000..c89767d0 --- /dev/null +++ b/media/characters/naomi/back.svg @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/naomi/front.svg b/media/characters/naomi/front.svg new file mode 100644 index 00000000..d5d81954 --- /dev/null +++ b/media/characters/naomi/front.svg @@ -0,0 +1,693 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c70cb067..49e9bb88 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47743,6 +47743,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Naomi", species: ["mienshao"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(135, "lb"), + name: "Front", + image: { + source: "./media/characters/naomi/front.svg", + extra: 1209/1154, + bottom: 129/1338 + } + }, + back: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(135, "lb"), + name: "Back", + image: { + source: "./media/characters/naomi/back.svg", + extra: 1252/1190, + bottom: 23/1275 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 7 /12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {