diff --git a/media/attribution.js b/media/attribution.js index 90bacc18..4329a06c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4296,6 +4296,21 @@ const attributionData = { "lobo-raptor-lo" ] }, + { + prefix: "./media/characters/xanthos/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32008581/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/32008581/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/32008581/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/32008581/" }, + ], + authors: [ + "adalfyre" + ], + owners: [ + "argentvz" + ] + }, { prefix: "./media/characters/xavier/", files: [ @@ -6288,6 +6303,10 @@ const attributionData = { "name": "kei100", "url": "https://www.furaffinity.net/user/kei100", }, + "adalfyre": { + "name": "Adalfyre", + "url": "https://www.furaffinity.net/user/adalfyre", + }, } } diff --git a/media/characters/xanthos/back.svg b/media/characters/xanthos/back.svg new file mode 100644 index 00000000..fe3523af --- /dev/null +++ b/media/characters/xanthos/back.svg @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xanthos/foot.svg b/media/characters/xanthos/foot.svg new file mode 100644 index 00000000..9342dfef --- /dev/null +++ b/media/characters/xanthos/foot.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/media/characters/xanthos/front.svg b/media/characters/xanthos/front.svg new file mode 100644 index 00000000..e6642076 --- /dev/null +++ b/media/characters/xanthos/front.svg @@ -0,0 +1,224 @@ + + + + + + + + diff --git a/media/characters/xanthos/hand.svg b/media/characters/xanthos/hand.svg new file mode 100644 index 00000000..a7702301 --- /dev/null +++ b/media/characters/xanthos/hand.svg @@ -0,0 +1,57 @@ + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e6dcd7f5..5adab20f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10982,6 +10982,76 @@ characterMakers["Dayza"] = () => { ) }; +characterMakers["Xanthos"] = () => { + return makeCharacter( + "Xanthos", + "ArgentVZ", + { + front: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/xanthos/front.svg", + extra: (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + back: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(160, "lb"), + name: "Back", + image: { + source: "./media/characters/xanthos/back.svg", + extra: (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + hand: { + height: math.unit(0.928, "feet"), + name: "Hand", + image: { + source: "./media/characters/xanthos/hand.svg" + } + }, + foot: { + height: math.unit(1.286, "feet"), + name: "Foot", + image: { + source: "./media/characters/xanthos/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + { + name: "Normal+", + height: math.unit(6, "meters") + }, + { + name: "Macro", + height: math.unit(40, "feet") + }, + { + name: "Macro+", + height: math.unit(200, "meters") + }, + { + name: "Megamacro", + height: math.unit(20, "km") + }, + { + name: "Megamacro+", + height: math.unit(100, "km") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({