diff --git a/media/attribution.js b/media/attribution.js index 4a8b8a6c..76508f11 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1286,6 +1286,18 @@ const attributionData = { "arcturax" ] }, + { + prefix: "./media/characters/argent/", + files: [ + { name: "front.svg", source: "https://twitter.com/WagaDraws/status/1229208821072924672" } + ], + authors: [ + "wagadraws" + ], + owners: [ + "argentvz" + ] + }, { prefix: "./media/characters/asana/", files: [ @@ -3328,6 +3340,10 @@ const attributionData = { "name": "CHeeki", "url": "https://www.furaffinity.net/user/cheeki", }, + "argentvz": { + "name": "Argent", + "url": "https://www.furaffinity.net/user/argentvz/", + }, } } diff --git a/media/characters/argent/front.svg b/media/characters/argent/front.svg new file mode 100644 index 00000000..1ffbafab --- /dev/null +++ b/media/characters/argent/front.svg @@ -0,0 +1,114 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5f16a2f9..d6ff14e5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6425,6 +6425,40 @@ characterMakers["Nova"] = () => { ) }; +characterMakers["Argent"] = () => { + return makeCharacter( + "Argent", + "ArgentVZ", + { + front: { + height: math.unit(3 + 1/12, "feet"), + weight: math.unit(21.7, "lbs"), + name: "Front", + image: { + source: "./media/characters/argent/front.svg", + extra: 1565/1416 * (1 / (1 - 0.01)), + bottom: 0.01 + } + } + }, + [ + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(3 + 1/12, "feet"), + normal: true + }, + { + name: "Macro", + height: math.unit(120, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = [];