diff --git a/media/attribution.js b/media/attribution.js index 5f844e70..18969d02 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15036,6 +15036,22 @@ const attributionData = { "maru-ark" ] }, + { + prefix: "./media/characters/xenon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34439263/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34439263/", nsfw: true }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/34439263/", nsfw: false }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/34439263/", nsfw: false }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/34439263/", nsfw: false }, + ], + authors: [ + "hazakyaracely" + ], + owners: [ + "xenonotter" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20612,6 +20628,10 @@ const attributionData = { "name": "TwistedHound", "url": "https://www.furaffinity.net/user/twistedhound" }, + "xenonotter": { + "name": "XenonOtter", + "url": "https://twitter.com/XenonOtter" + }, } } diff --git a/media/characters/xenon/back.svg b/media/characters/xenon/back.svg new file mode 100644 index 00000000..e005ae5e --- /dev/null +++ b/media/characters/xenon/back.svg @@ -0,0 +1,727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xenon/foot.svg b/media/characters/xenon/foot.svg new file mode 100644 index 00000000..0f5c360e --- /dev/null +++ b/media/characters/xenon/foot.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xenon/front.svg b/media/characters/xenon/front.svg new file mode 100644 index 00000000..11ca65f4 --- /dev/null +++ b/media/characters/xenon/front.svg @@ -0,0 +1,1047 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xenon/hand.svg b/media/characters/xenon/hand.svg new file mode 100644 index 00000000..19763762 --- /dev/null +++ b/media/characters/xenon/hand.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xenon/maw.svg b/media/characters/xenon/maw.svg new file mode 100644 index 00000000..68fcb355 --- /dev/null +++ b/media/characters/xenon/maw.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 463044fe..d42dd085 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1659,6 +1659,10 @@ const speciesData = { name: "Peacekeeper", parents: ["human"] }, + "river-otter": { + name: "River Otter", + parents: ["otter"] + }, } //species @@ -39736,6 +39740,76 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Xenon", species: ["river-otter", "wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(170, "lb"), + name: "Front", + image: { + source: "./media/characters/xenon/front.svg", + extra: 1376/1305, + bottom: 56/1432 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(170, "lb"), + name: "Back", + image: { + source: "./media/characters/xenon/back.svg", + extra: 1328/1259, + bottom: 95/1423 + } + }, + maw: { + height: math.unit(0.52, "feet"), + name: "Maw", + image: { + source: "./media/characters/xenon/maw.svg" + } + }, + hand: { + height: math.unit(0.82, "feet"), + name: "Hand", + image: { + source: "./media/characters/xenon/hand.svg" + } + }, + foot: { + height: math.unit(1.13, "feet"), + name: "Foot", + image: { + source: "./media/characters/xenon/foot.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(0.8, "inches") + }, + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Macro", + height: math.unit(50, "feet"), + default: true + }, + { + name: "Macro+", + height: math.unit(250, "feet") + }, + { + name: "Megamacro", + height: math.unit(1500, "feet") + }, + ] +)) + //characters function makeCharacters() {