diff --git a/media/attribution.js b/media/attribution.js index b996342d..59636bf2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1217,6 +1217,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/allatia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/24429740/" } + ], + authors: [ + "panda-chan" + ], + owners: [ + "ilikefurrystoo" + ] + }, { prefix: "./media/characters/amanda/", files: [ @@ -4179,12 +4191,16 @@ const attributionData = { }, "ilikefurrystoo": { "name": "ilikefurrystoo", - "url": "", + "url": "https://www.furaffinity.net/user/ilikefurrystoo/", }, "gunnerrott": { "name": "GunnerRott", "url": "https://www.furaffinity.net/user/howitzer247/", }, + "panda-chan": { + "name": "panda-chan", + "url": "https://www.furaffinity.net/user/panda-chan", + }, } } diff --git a/media/characters/allatia/front.svg b/media/characters/allatia/front.svg new file mode 100644 index 00000000..90b48c93 --- /dev/null +++ b/media/characters/allatia/front.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 686a7a91..f186ef22 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7788,6 +7788,39 @@ characterMakers["Gunner Rotthbauer"] = () => { ) }; +characterMakers["Allatia"] = () => { + return makeCharacter( + "Allatia", + "ilikefurrystoo", + { + front: { + height: math.unit(5 + 5/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/allatia/front.svg", + extra: 1227/1180 * (1 / (1 - 0.027)), + bottom: 0.027 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 5/12, "feet") + }, + { + name: "Macro", + height: math.unit(250, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(8, "miles") + } + ] + ) +}; function makeCharacters() { const results = []; results.push({