diff --git a/media/attribution.js b/media/attribution.js index 3e15ee08..fc03ba3f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13504,6 +13504,42 @@ const attributionData = { "ayukoti" ] }, + { + prefix: "./media/characters/tululi/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, + { + prefix: "./media/characters/star/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32858222/" } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, + { + prefix: "./media/characters/comet/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33309917/" } + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/comet/front.svg b/media/characters/comet/front.svg new file mode 100644 index 00000000..d48891c3 --- /dev/null +++ b/media/characters/comet/front.svg @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/star/front.svg b/media/characters/star/front.svg new file mode 100644 index 00000000..c2d4c55b --- /dev/null +++ b/media/characters/star/front.svg @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tululi/front.svg b/media/characters/tululi/front.svg new file mode 100644 index 00000000..7c38412b --- /dev/null +++ b/media/characters/tululi/front.svg @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b76c8840..84b366f7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1539,6 +1539,14 @@ const speciesData = { name: "Valais Blacknose Sheep", parents: ["sheep"] }, + "novaleit": { + name: "Novaleit", + parents: ["mammal"] + }, + "dunnoh": { + name: "Dunnoh", + parents: ["mammal"] + }, } //species @@ -35326,6 +35334,74 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tululi", species: ["dunnoh"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "inches"), + name: "Front", + image: { + source: "./media/characters/tululi/front.svg", + extra: 1997/1876, + bottom: 20/2017 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "inches"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Star", species: ["novaleit"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 1/12, "feet"), + name: "Front", + image: { + source: "./media/characters/star/front.svg", + extra: 1493/1189, + bottom: 48/1541 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 1/12, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Comet", species: ["novaleit"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + name: "Front", + image: { + source: "./media/characters/comet/front.svg", + extra: 1681/1462, + bottom: 26/1707 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + + + //characters function makeCharacters() {