diff --git a/media/attribution.js b/media/attribution.js index 20ad85ba..80eca654 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16301,6 +16301,18 @@ const attributionData = { "fill783" ] }, + { + prefix: "./media/characters/xena-nebadon/", + files: [ + { name: "front.svg", source: null, nsfw: true } + ], + authors: [ + "voraneske" + ], + owners: [ + "stagdragon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22460,6 +22472,14 @@ const attributionData = { "name": "soft-fir", "url": "https://www.furaffinity.net/user/soft-fir" }, + "voraneske": { + "name": "Voraneske", + "url": "https://www.furaffinity.net/user/voraneske/" + }, + "stagdragon": { + "name": "Stagdragon", + "url": null + }, } } diff --git a/media/characters/xena-nebadon/front.svg b/media/characters/xena-nebadon/front.svg new file mode 100644 index 00000000..7c7a9720 --- /dev/null +++ b/media/characters/xena-nebadon/front.svg @@ -0,0 +1,794 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b201aa85..d709143f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42755,6 +42755,65 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Xena Nebadon", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(5.5, "feet"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/xena-nebadon/front.svg", + extra: 1828/1730, + bottom: 79/1907 + } + }, + }, + [ + { + name: "Tiny Puppy", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(5.5, "feet"), + default: true + }, + { + name: "Lotta Lady", + height: math.unit(12, "feet") + }, + { + name: "Pretty Big", + height: math.unit(100, "feet") + }, + { + name: "Big", + height: math.unit(500, "feet") + }, + { + name: "Skyscraper Toys", + height: math.unit(2500, "feet") + }, + { + name: "Plane Catcher", + height: math.unit(8, "miles") + }, + { + name: "Planet Toys", + height: math.unit(15, "earths") + }, + { + name: "Stardust", + height: math.unit(0.25, "galaxies") + }, + { + name: "Snacks", + height: math.unit(70, "universes") + }, + ] +)) + //characters function makeCharacters() {