diff --git a/media/attribution.js b/media/attribution.js index cfbd2338..89ace6c5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16821,6 +16821,19 @@ const attributionData = { "pudask-baguette" ] }, + { + prefix: "./media/characters/ramita/", + files: [ + { name: "front.svg", source: "https://twitter.com/JazzSmaller/status/1282671722450366465" }, + { name: "dressed.svg", source: "https://twitter.com/JazzSmaller/status/1282671722450366465" }, + ], + authors: [ + "jazzsmaller" + ], + owners: [ + "kotetsu" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23152,6 +23165,10 @@ const attributionData = { "name": "Pudask", "url": "https://www.furaffinity.net/user/pudaskbaguette/" }, + "jazzsmaller": { + "name": "JazzSmaller", + "url": "https://twitter.com/JazzSmaller/" + }, } } diff --git a/media/characters/ramita/dressed.svg b/media/characters/ramita/dressed.svg new file mode 100644 index 00000000..c48d6875 --- /dev/null +++ b/media/characters/ramita/dressed.svg @@ -0,0 +1,1041 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ramita/front.svg b/media/characters/ramita/front.svg new file mode 100644 index 00000000..61b50b09 --- /dev/null +++ b/media/characters/ramita/front.svg @@ -0,0 +1,825 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 97ae5167..1c76b9c3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1787,6 +1787,10 @@ const speciesData = { name: "European Polecat", parents: ["mustelid"] }, + "teshari": { + name: "Teshari", + parents: ["avian", "raptor"] + }, } //species @@ -44174,6 +44178,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ramita", species: ["teshari"], tags: ["anthro"] }, + { + front: { + height: math.unit(3 + 6/12, "feet"), + weight: math.unit(60, "lb"), + name: "Front", + image: { + source: "./media/characters/ramita/front.svg", + extra: 1402/1232, + bottom: 62/1464 + } + }, + dressed: { + height: math.unit(3 + 6/12, "feet"), + weight: math.unit(60, "lb"), + name: "Dressed", + image: { + source: "./media/characters/ramita/dressed.svg", + extra: 1534/1249, + bottom: 50/1584 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {