diff --git a/media/LICENSES.md b/media/LICENSES.md index dc6e73bd..acdc7a1d 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -819,6 +819,17 @@ https://www.furaffinity.net/view/21787301/ * front.svg +## Cimmaron + +**https://www.furaffinity.net/user/vallhund/** + +https://www.furaffinity.net/view/20308475/ + +* front-clothed.svg +* back-clothed.svg +* front-nude.svg +* back-nude.svg + # Naturals * front.svg diff --git a/media/characters/cimmaron/back-clothed.svg b/media/characters/cimmaron/back-clothed.svg new file mode 100644 index 00000000..0b17faba --- /dev/null +++ b/media/characters/cimmaron/back-clothed.svg @@ -0,0 +1,37 @@ + + + + + diff --git a/media/characters/cimmaron/back-nude.svg b/media/characters/cimmaron/back-nude.svg new file mode 100644 index 00000000..1ee3fd41 --- /dev/null +++ b/media/characters/cimmaron/back-nude.svg @@ -0,0 +1,51 @@ + + + + + diff --git a/media/characters/cimmaron/front-clothed.svg b/media/characters/cimmaron/front-clothed.svg new file mode 100644 index 00000000..c3cb9fe1 --- /dev/null +++ b/media/characters/cimmaron/front-clothed.svg @@ -0,0 +1,46 @@ + + + + + diff --git a/media/characters/cimmaron/front-nude.svg b/media/characters/cimmaron/front-nude.svg new file mode 100644 index 00000000..4b9af187 --- /dev/null +++ b/media/characters/cimmaron/front-nude.svg @@ -0,0 +1,54 @@ + + + + + diff --git a/presets/characters.js b/presets/characters.js index 545f4848..49b343cc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3708,6 +3708,58 @@ characterMakers["Andy"] = () => { ) }; +characterMakers["Cimmaron"] = () => { + return makeCharacter( + "Cimmaron", + "Cimmaron", + { + frontClothed: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Front (Clothed)", + image: { + source: "./media/characters/cimmaron/front-clothed.svg", + extra: 701/676 + } + }, + backClothed: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Back (Clothed)", + image: { + source: "./media/characters/cimmaron/back-clothed.svg", + extra: 701/676 + } + }, + frontNude: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Front (Nude)", + image: { + source: "./media/characters/cimmaron/front-nude.svg", + extra: 701/676 + } + }, + backNude: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Back (Nude)", + image: { + source: "./media/characters/cimmaron/back-nude.svg", + extra: 701/676 + } + } + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + } + ] + ) +}; + function makeCharacters() { const results = []; results.push({