diff --git a/media/attribution.js b/media/attribution.js index cab59bac..457af620 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4618,6 +4618,31 @@ const attributionData = { "aviraptia" ] }, + { + prefix: "./media/characters/xochitl/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/19919950/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/19919950/" }, + ], + authors: [ + "justmegabenewell" + ], + owners: [ + "neopuc" + ] + }, + { + prefix: "./media/characters/xochitl/", + files: [ + { name: "foot.svg", source: "https://www.furaffinity.net/view/22511502/" } + ], + authors: [ + "oppaioppaioppai" + ], + owners: [ + "neopuc" + ] + }, { prefix: "./media/characters/xylrem/", files: [ @@ -6706,6 +6731,14 @@ const attributionData = { "name": "Tendirmuldr", "url": "https://www.furaffinity.net/user/tendirmuldir/", }, + "justmegabenewell": { + "name": "JustMeGabeNewell", + "url": "https://www.furaffinity.net/user/justmegabenewell/", + }, + "oppaioppaioppai": { + "name": "oppaioppaioppai", + "url": "https://www.furaffinity.net/user/oppaioppaioppai", + }, } } diff --git a/media/characters/xochitl/back.svg b/media/characters/xochitl/back.svg new file mode 100644 index 00000000..7149a127 --- /dev/null +++ b/media/characters/xochitl/back.svg @@ -0,0 +1,234 @@ + + + + + + + + + + diff --git a/media/characters/xochitl/foot.svg b/media/characters/xochitl/foot.svg new file mode 100644 index 00000000..c2953caa --- /dev/null +++ b/media/characters/xochitl/foot.svg @@ -0,0 +1,63 @@ + + + + + + diff --git a/media/characters/xochitl/front.svg b/media/characters/xochitl/front.svg new file mode 100644 index 00000000..6d447151 --- /dev/null +++ b/media/characters/xochitl/front.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8d406467..213e846c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -12049,6 +12049,66 @@ characterMakers["Vance"] = () => { ) }; +characterMakers["Xochitl"] = () => { + return makeCharacter( + "Xochitl", + "Neopuc", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/xochitl/front.svg", + extra: 2297/2261 * (1 / (1 - 0.065)), + bottom: 0.065 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Back", + image: { + source: "./media/characters/xochitl/back.svg", + extra: 2386/2354 * (1 / (1 - 0.01)), + bottom: 0.01 + } + }, + foot: { + height: math.unit(6/5 * 1.15, "feet"), + weight: math.unit(150, "lb"), + name: "Foot", + image: { + source: "./media/characters/xochitl/foot.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(80, "feet") + }, + { + name: "Macro+", + height: math.unit(400, "feet"), + default: true + }, + { + name: "Gigamacro", + height: math.unit(80000, "miles") + }, + { + name: "Gigamacro+", + height: math.unit(400000, "miles") + }, + { + name: "Teramacro", + height: math.unit(300, "AU") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({