diff --git a/media/attribution.js b/media/attribution.js index bd36b915..73973f96 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6498,6 +6498,33 @@ const attributionData = { "dalken" ] }, + { + prefix: "./media/characters/caylex/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31279345/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31279345/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/31279345/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/31279345/" }, + ], + authors: [ + "clawdore" + ], + owners: [ + "argentvz" + ] + }, + { + prefix: "./media/characters/caylex/", + files: [ + { name: "armored.svg", source: "https://www.furaffinity.net/view/32097906/" }, + ], + authors: [ + "fandroit" + ], + owners: [ + "argentvz" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8950,6 +8977,10 @@ const attributionData = { "name": "ITS-ME", "url": "https://www.furaffinity.net/user/its-me/", }, + "clawdore": { + "name": "Clawdore", + "url": "https://www.furaffinity.net/user/clawdore/", + }, } } diff --git a/media/characters/caylex/armored.svg b/media/characters/caylex/armored.svg new file mode 100644 index 00000000..b5c3da0f --- /dev/null +++ b/media/characters/caylex/armored.svg @@ -0,0 +1,1225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/caylex/back.svg b/media/characters/caylex/back.svg new file mode 100644 index 00000000..4333c5b2 --- /dev/null +++ b/media/characters/caylex/back.svg @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/caylex/foot.svg b/media/characters/caylex/foot.svg new file mode 100644 index 00000000..8f499d1b --- /dev/null +++ b/media/characters/caylex/foot.svg @@ -0,0 +1,65 @@ + + + + + + + + + diff --git a/media/characters/caylex/front.svg b/media/characters/caylex/front.svg new file mode 100644 index 00000000..e5f415f9 --- /dev/null +++ b/media/characters/caylex/front.svg @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/caylex/hand.svg b/media/characters/caylex/hand.svg new file mode 100644 index 00000000..a4a6fdf5 --- /dev/null +++ b/media/characters/caylex/hand.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 90113d20..1453d726 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15714,6 +15714,70 @@ characterMakers["Linda"] = () => { ) }; +characterMakers["Caylex"] = () => { + return makeCharacter( + "Caylex", + "ArgentVZ", + { + front: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(220, "lb"), + name: "Front", + image: { + source: "./media/characters/caylex/front.svg", + extra: 821/772, + bottom: 0.07 + } + }, + back: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(220, "lb"), + name: "Back", + image: { + source: "./media/characters/caylex/back.svg", + extra: 821/772, + bottom: 0.022 + } + }, + hand: { + height: math.unit(1.25, "feet"), + name: "Hand", + image: { + source: "./media/characters/caylex/hand.svg" + } + }, + foot: { + height: math.unit(1.6, "feet"), + name: "Foot", + image: { + source: "./media/characters/caylex/foot.svg" + } + }, + armored: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(250, "lb"), + name: "Armored", + image: { + source: "./media/characters/caylex/armored.svg", + extra: 1420/1310, + bottom: 0.045 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 8/12, "feet"), + default: true + }, + { + name: "Normal+", + height: math.unit(12, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {