diff --git a/media/attribution.js b/media/attribution.js index 0612b728..66a98951 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -76,6 +76,34 @@ const attributionData = { ] }, + { + prefix: "./media/characters/alicia/", + files: [ + { name: "anthro.svg", source: "https://www.furaffinity.net/view/31363235/" } + + ], + authors: [ + "helisa-adopts", + "chesta" + ], + owners: [ + "little-big-x110" + ] + }, + { + prefix: "./media/characters/alicia/", + files: [ + { name: "feral.svg", source: "https://www.furaffinity.net/view/34138885/" } + ], + authors: [ + "little-big-x110", + "helisa-adopts", + "chesta" + ], + owners: [ + "little-big-x110" + ] + }, { prefix: "./media/characters/andy/", files: [ @@ -394,6 +422,10 @@ const attributionData = { name: "chemicalcrux", url: "https://www.furaffinity.net/user/chemicalcrux" }, + "chesta": { + name: "Chesta", + url: "https://www.furaffinity.net/user/chesta" + }, "clown-grin": { name: "clown-grin", url: "https://www.furaffinity.net/user/clown-grin" @@ -434,6 +466,10 @@ const attributionData = { name: "geminimacro", url: "https://www.furaffinity.net/user/lajay" }, + "helisa-adopts": { + name: "Helisa", + url: "https://www.furaffinity.net/user/HelisaAdopts" + }, "jaro-the-dragon": { name: "Jaro", url: "https://www.furaffinity.net/user/jarothedragon/" @@ -458,6 +494,10 @@ const attributionData = { name: "labratkuma", url: "https://www.furaffinity.net/user/labratkuma" }, + "little-big-x110": { + name: "LittleBig", + url: "https://www.furaffinity.net/user/LittlebigX110" + }, "malakhael": { name: "Malakhael", url: "https://www.furaffinity.net/user/malakhael" diff --git a/media/characters/alicia/anthro.svg b/media/characters/alicia/anthro.svg new file mode 100644 index 00000000..5de15798 --- /dev/null +++ b/media/characters/alicia/anthro.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/alicia/feral.svg b/media/characters/alicia/feral.svg new file mode 100644 index 00000000..9d530798 --- /dev/null +++ b/media/characters/alicia/feral.svg @@ -0,0 +1,294 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cc14baa0..ceef90f4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4294,6 +4294,46 @@ characterMakers["Gemini"] = () => { ) }; +characterMakers["Alicia"] = () => { + return makeCharacter( + "Alicia", + "lajay", + { + anthro: { + height: math.unit(2.35, "meters"), + weight: math.unit(73, "kg"), + name: "Anthro", + image: { + source: "./media/characters/alicia/anthro.svg" + } + }, + feral: { + height: math.unit(1.69, "meters"), + weight: math.unit(73, "kg"), + name: "Feral", + image: { + source: "./media/characters/alicia/feral.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.35, "meters") + }, + { + name: "Macro", + height: math.unit(60, "meters"), + default: true + }, + { + name: "Megamacro", + height: math.unit(3.334, "kilometers") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({