diff --git a/media/attribution.js b/media/attribution.js index 533ef129..d49fc50a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6867,6 +6867,18 @@ const attributionData = { "bruyaglovae" ] }, + { + prefix: "./media/characters/xeauvok/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/34859565/" } + ], + authors: [ + "t-harley" + ], + owners: [ + "bruyaglovae" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9482,6 +9494,10 @@ const attributionData = { "name": "manedfiredrake", "url": "https://www.furaffinity.net/user/manedfiredrake", }, + "t-harley": { + "name": "T-harley", + "url": "https://www.furaffinity.net/user/t-harley", + }, } } diff --git a/media/characters/xeauvok/side.svg b/media/characters/xeauvok/side.svg new file mode 100644 index 00000000..19b5c6fa --- /dev/null +++ b/media/characters/xeauvok/side.svg @@ -0,0 +1,638 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index aa27086f..ccaf7953 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16715,6 +16715,32 @@ characterMakers["Talana"] = () => { ) }; +characterMakers["Xeauvok"] = () => { + return makeCharacter( + "Xeauvok", + "Bruyaglovae", + { + side: { + height: math.unit(7.2, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/xeauvok/side.svg", + extra: 1975/1523, + bottom: 0.07 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7.2, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {