diff --git a/media/attribution.js b/media/attribution.js index 368ecc1c..99280098 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1817,10 +1817,11 @@ const attributionData = { { prefix: "./media/characters/cimmaron/", files: [ - { name: "front-clothed.svg", source: "https://www.furaffinity.net/user/cimmaronspirit11/" }, - { name: "back-clothed.svg", source: "https://www.furaffinity.net/user/cimmaronspirit11/" }, - { name: "front-nude.svg", source: "https://www.furaffinity.net/user/cimmaronspirit11/" }, - { name: "back-nude.svg", source: "https://www.furaffinity.net/user/cimmaronspirit11/" }, + { name: "front-sfw.svg", source: "https://www.furaffinity.net/view/20339383/" }, + { name: "back-sfw.svg", source: "https://www.furaffinity.net/view/20339383/" }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/20339383/", nsfw: true }, + { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/20339383/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/20339383/", nsfw: true }, ], authors: [ "vallhund" diff --git a/media/characters/cimmaron/back-clothed.svg b/media/characters/cimmaron/back-clothed.svg deleted file mode 100644 index 0b17faba..00000000 --- a/media/characters/cimmaron/back-clothed.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - diff --git a/media/characters/cimmaron/back-nsfw.svg b/media/characters/cimmaron/back-nsfw.svg new file mode 100644 index 00000000..57fd83ba --- /dev/null +++ b/media/characters/cimmaron/back-nsfw.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cimmaron/back-nude.svg b/media/characters/cimmaron/back-nude.svg deleted file mode 100644 index 1ee3fd41..00000000 --- a/media/characters/cimmaron/back-nude.svg +++ /dev/null @@ -1,51 +0,0 @@ - - - - - diff --git a/media/characters/cimmaron/back-sfw.svg b/media/characters/cimmaron/back-sfw.svg new file mode 100644 index 00000000..17bc2601 --- /dev/null +++ b/media/characters/cimmaron/back-sfw.svg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cimmaron/dick.svg b/media/characters/cimmaron/dick.svg new file mode 100644 index 00000000..1feb67c8 --- /dev/null +++ b/media/characters/cimmaron/dick.svg @@ -0,0 +1,90 @@ + + + + + + + + + diff --git a/media/characters/cimmaron/front-clothed.svg b/media/characters/cimmaron/front-clothed.svg deleted file mode 100644 index c3cb9fe1..00000000 --- a/media/characters/cimmaron/front-clothed.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/media/characters/cimmaron/front-nsfw.svg b/media/characters/cimmaron/front-nsfw.svg new file mode 100644 index 00000000..0291987a --- /dev/null +++ b/media/characters/cimmaron/front-nsfw.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cimmaron/front-nude.svg b/media/characters/cimmaron/front-nude.svg deleted file mode 100644 index 4b9af187..00000000 --- a/media/characters/cimmaron/front-nude.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - - diff --git a/media/characters/cimmaron/front-sfw.svg b/media/characters/cimmaron/front-sfw.svg new file mode 100644 index 00000000..e58d06ff --- /dev/null +++ b/media/characters/cimmaron/front-sfw.svg @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6c305df3..fcee79f5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3576,46 +3576,53 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Cimmaron" }, { - frontClothed: { + front: { height: math.unit(6, "feet"), weight: math.unit(210, "lbs"), - name: "Front (Clothed)", + name: "Front", image: { - source: "./media/characters/cimmaron/front-clothed.svg", + source: "./media/characters/cimmaron/front-sfw.svg", extra: 701 / 676, bottom: 0.046 } }, - backClothed: { + back: { height: math.unit(6, "feet"), weight: math.unit(210, "lbs"), - name: "Back (Clothed)", + name: "Back", image: { - source: "./media/characters/cimmaron/back-clothed.svg", + source: "./media/characters/cimmaron/back-sfw.svg", extra: 701 / 676, bottom: 0.046 } }, - frontNude: { + frontNsfw: { height: math.unit(6, "feet"), weight: math.unit(210, "lbs"), - name: "Front (Nude)", + name: "Front (NSFW)", image: { - source: "./media/characters/cimmaron/front-nude.svg", + source: "./media/characters/cimmaron/front-nsfw.svg", extra: 701 / 676, bottom: 0.046 } }, - backNude: { + backNsfw: { height: math.unit(6, "feet"), weight: math.unit(210, "lbs"), - name: "Back (Nude)", + name: "Back (NSFW)", image: { - source: "./media/characters/cimmaron/back-nude.svg", + source: "./media/characters/cimmaron/back-nsfw.svg", extra: 701 / 676, bottom: 0.046 } - } + }, + dick: { + height: math.unit(1.714, "feet"), + name: "Dick", + image: { + source: "./media/characters/cimmaron/dick.svg" + } + }, }, [ {