diff --git a/media/attribution.js b/media/attribution.js index e5dc481c..dd15e159 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3397,7 +3397,7 @@ const attributionData = { { name: "back.svg", source: "https://www.furaffinity.net/view/24771284/" } ], authors: [ - "blur-the-fur" + "blurthefur" ], owners: [ "dialuca" @@ -12462,6 +12462,18 @@ const attributionData = { "eldritchheart" ] }, + { + prefix: "./media/characters/xander/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38479954" } + ], + authors: [ + "blurthefur" + ], + owners: [ + "kurrikage" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13113,8 +13125,8 @@ const attributionData = { "name": "Beherit", "url": "https://www.furaffinity.net/user/beherit/" }, - "blur-the-fur": { - "name": "blur-the-fur", + "blurthefur": { + "name": "BlurThefur", "url": "https://www.furaffinity.net/user/blurthefur/" }, "bossvoss": { diff --git a/media/characters/xander/front.svg b/media/characters/xander/front.svg new file mode 100644 index 00000000..b40e8072 --- /dev/null +++ b/media/characters/xander/front.svg @@ -0,0 +1,856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eaf05140..9e5a8cee 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1442,6 +1442,10 @@ const speciesData = { name: "Ghost", parents: ["monster"] }, + "false-vampire-bat": { + name: "False Vampire Bat", + parents: ["bat"] + }, } //species @@ -32190,6 +32194,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Xander", species: ["false-vampire-bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 9/12, "feet"), + name: "Front", + image: { + source: "./media/characters/xander/front.svg", + extra: 848/673, + bottom: 62/910 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 9/12, "feet"), + default: true + }, + { + name: "Gaze Grabber", + height: math.unit(13 + 8/12, "feet") + }, + { + name: "Jaw Dropper", + height: math.unit(27, "feet") + }, + { + name: "Show Stopper", + height: math.unit(136, "feet") + }, + { + name: "Superstar", + height: math.unit(1.9e6, "miles") + }, + ] +)) + //characters function makeCharacters() {