diff --git a/media/attribution.js b/media/attribution.js index 3c974af4..c5172d6f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11420,6 +11420,21 @@ const attributionData = { "datastains" ] }, + { + prefix: "./media/characters/en/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + { name: "front-dressed.svg", source: null }, + { name: "back-dressed.svg", source: null }, + ], + authors: [ + "babble-brook" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15739,6 +15754,10 @@ const attributionData = { "name": "TerraTimberWolf", "url": "https://www.furaffinity.net/user/terrawolfdog/" }, + "babble-brook": { + "name": "Babble-Brook", + "url": null + }, } } diff --git a/media/characters/en/back-dressed.svg b/media/characters/en/back-dressed.svg new file mode 100644 index 00000000..b8bbab3b --- /dev/null +++ b/media/characters/en/back-dressed.svg @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/en/back.svg b/media/characters/en/back.svg new file mode 100644 index 00000000..2a42ad40 --- /dev/null +++ b/media/characters/en/back.svg @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/en/front-dressed.svg b/media/characters/en/front-dressed.svg new file mode 100644 index 00000000..b7f1ade9 --- /dev/null +++ b/media/characters/en/front-dressed.svg @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/en/front.svg b/media/characters/en/front.svg new file mode 100644 index 00000000..82218788 --- /dev/null +++ b/media/characters/en/front.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/gene-zeta/front.svg b/media/characters/gene-zeta/front.svg index 5807a53b..32a4773f 100644 --- a/media/characters/gene-zeta/front.svg +++ b/media/characters/gene-zeta/front.svg @@ -1,106 +1,530 @@ - + + viewBox="0 0 1990.12 3187.79" style="enable-background:new 0 0 1990.12 3187.79;" xml:space="preserve"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c4f75cb6..a4e936d2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1362,6 +1362,10 @@ const speciesData = { name: "Naga", parents: ["snake", "monster"] }, + "undead": { + name: "Undead", + parents: ["monster"] + }, } @@ -6647,17 +6651,29 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/gene-zeta/front.svg", - bottom: 0.03, - extra: 1 + extra: 3006/2826, + bottom: 182/3188 } } }, [ + { + name: "Micro", + height: math.unit(6, "inches") + }, { name: "Normal", - height: math.unit(6.25, "foot"), + height: math.unit(5 + 11/12, "foot"), default: true }, + { + name: "Macro", + height: math.unit(140, "feet") + }, + { + name: "Supercharged", + height: math.unit(2500, "feet") + }, ] )) @@ -28939,6 +28955,59 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "En", species: ["maned-wolf", "undead"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/en/front.svg", + extra: 1697/1563, + bottom: 103/1800 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/en/back.svg", + extra: 1700/1570, + bottom: 51/1751 + } + }, + frontDressed: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/en/front-dressed.svg", + extra: 1697/1563, + bottom: 103/1800 + } + }, + backDressed: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back (Dressed)", + image: { + source: "./media/characters/en/back-dressed.svg", + extra: 1700/1570, + bottom: 51/1751 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(210, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {