diff --git a/media/attribution.js b/media/attribution.js index 59636bf2..67be3aae 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2704,6 +2704,18 @@ const attributionData = { "tegon" ] }, + { + prefix: "./media/characters/tene/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21181722/" } + ], + authors: [ + "claws-and-paws" + ], + owners: [ + "tenebrisdrox" + ] + }, { prefix: "./media/characters/tiberius/", files: [ @@ -4201,6 +4213,14 @@ const attributionData = { "name": "panda-chan", "url": "https://www.furaffinity.net/user/panda-chan", }, + "claws-and-paws": { + "name": "claws-and-paws", + "url": "https://www.furaffinity.net/user/claws-and-paws/", + }, + "tenebrisdrox": { + "name": "TenebrisDrox", + "url": "https://www.furaffinity.net/user/darkninja344", + }, } } diff --git a/media/characters/tene/front.svg b/media/characters/tene/front.svg new file mode 100644 index 00000000..c72479ec --- /dev/null +++ b/media/characters/tene/front.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f186ef22..bf55ad76 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7821,6 +7821,41 @@ characterMakers["Allatia"] = () => { ] ) }; + +characterMakers["Tene"] = () => { + return makeCharacter( + "Tene", + "TenebrisDrox", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/tene/front.svg", + extra: 1728/1578 * (1 / (1 - 0.022)), + bottom: 0.022 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Macro", + height: math.unit(300, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(5, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({