diff --git a/media/attribution.js b/media/attribution.js index da80032f..8210db72 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10082,6 +10082,18 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/sweet-bit/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33669356/" } + ], + authors: [ + "lapinousmalice" + ], + owners: [ + "geordibyrdy" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13920,6 +13932,14 @@ const attributionData = { "name": "Shecatigans", "url": "https://www.furaffinity.net/user/shecatigans/", }, + "lapinousmalice": { + "name": "lapinousmalice", + "url": "https://www.furaffinity.net/user/lapinousmalice", + }, + "geordibyrdy": { + "name": "geordibyrdy", + "url": "https://www.furaffinity.net/user/geordibyrdy/", + }, } } diff --git a/media/characters/sweet-bit/front.svg b/media/characters/sweet-bit/front.svg new file mode 100644 index 00000000..389f85c8 --- /dev/null +++ b/media/characters/sweet-bit/front.svg @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9f7f44aa..8f70225a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -828,7 +828,7 @@ const speciesData = { }, "construct": { name: "Construct", - parents: ["machine"] + parents: [] }, "mexican-wolf": { name: "Mexican Wolf", @@ -1250,11 +1250,15 @@ const speciesData = { name: "Mollusk", parents: ["animal"] }, + "chimera": { + name: "Chimera", + parents: ["monster"] + }, + "gestalt": { + name: "Gestalt", + parents: ["construct"] + }, - - - - } //species @@ -25022,7 +25026,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Weatley" }, + { name: "Weatley", species: ["chimera"], tags: ["anthro"] }, { front: { height: math.unit(2 + 11/12, "feet"), @@ -25054,6 +25058,30 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sweet Bit", species: ["gestalt"], tags: ["anthro"] }, + { + front: { + height: math.unit(3, "feet"), + weight: math.unit(30, "kg"), + name: "Front", + image: { + source: "./media/characters/sweet-bit/front.svg", + extra: 675/567, + bottom: 27.7/703 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "feet"), + default: true + }, + ] +)) + + //characters function makeCharacters() {