diff --git a/media/attribution.js b/media/attribution.js index e4632466..6c9acdac 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13061,6 +13061,18 @@ const attributionData = { "jejenazariel" ] }, + { + prefix: "./media/characters/starra/", + files: [ + { name: "front.svg", source: "https://twitter.com/starseeker8749/status/1317590277524135936" } + ], + authors: [ + "cherrysnakecat" + ], + owners: [ + "starseeker8749" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18000,6 +18012,14 @@ const attributionData = { "name": "Nazariel", "url": "https://twitter.com/JejeNazariel" }, + "cherrysnakecat": { + "name": "CherrySnakeCat", + "url": "https://twitter.com/CherrySnakeCat" + }, + "starseeker8749": { + "name": "Starseeker", + "url": "https://twitter.com/starseeker8749" + }, } } diff --git a/media/characters/starra/front.svg b/media/characters/starra/front.svg new file mode 100644 index 00000000..9a9ba3da --- /dev/null +++ b/media/characters/starra/front.svg @@ -0,0 +1,587 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0e0c79f7..cc162c09 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34162,6 +34162,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Starra", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(145, "lb"), + name: "Front", + image: { + source: "./media/characters/starra/front.svg", + extra: 1790/1691, + bottom: 91/1881 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {