diff --git a/media/attribution.js b/media/attribution.js index 7f76f841..29a1ad4c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6123,6 +6123,46 @@ const attributionData = { "dragondruid" ] }, + { + prefix: "./media/characters/ian-corvid/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/7288950/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/7288950/" }, + { name: "stomping.svg", source: "https://www.furaffinity.net/view/7288950/" }, + ], + authors: [ + "rickgriffin" + ], + owners: [ + "ian-corvid" + ] + }, + { + prefix: "./media/characters/ian-corvid/", + files: [ + { name: "sitting.svg", source: "https://www.furaffinity.net/view/11725274/" }, + ], + authors: [ + "krowy" + ], + owners: [ + "ian-corvid" + ] + }, + { + prefix: "./media/characters/anna/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34785198/" }, + { name: "full.svg", source: "https://www.furaffinity.net/view/34785198/" }, + { name: "tongue.svg", source: "https://www.furaffinity.net/view/34785198/" }, + ], + authors: [ + "shikaro" + ], + owners: [ + "dragondruid" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8471,6 +8511,22 @@ const attributionData = { "name": "dragondruid", "url": "https://www.furaffinity.net/user/dragondruid/", }, + "rickgriffin": { + "name": "rickgriffin", + "url": "https://www.furaffinity.net/user/rickgriffin", + }, + "ian-corvid": { + "name": "Ian_Corvid", + "url": "https://www.furaffinity.net/user/iancorvid", + }, + "shikaro": { + "name": "Shikaro", + "url": "https://www.furaffinity.net/user/shikaro", + }, + "krowy": { + "name": "krowy", + "url": "https://www.furaffinity.net/user/krowy", + }, } } diff --git a/media/characters/anna/front.svg b/media/characters/anna/front.svg new file mode 100644 index 00000000..e04bc913 --- /dev/null +++ b/media/characters/anna/front.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/anna/full.svg b/media/characters/anna/full.svg new file mode 100644 index 00000000..85665d66 --- /dev/null +++ b/media/characters/anna/full.svg @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/anna/tongue.svg b/media/characters/anna/tongue.svg new file mode 100644 index 00000000..8207287f --- /dev/null +++ b/media/characters/anna/tongue.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/ian-corvid/back.svg b/media/characters/ian-corvid/back.svg new file mode 100644 index 00000000..0f28d8bf --- /dev/null +++ b/media/characters/ian-corvid/back.svg @@ -0,0 +1,499 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ian-corvid/front.svg b/media/characters/ian-corvid/front.svg new file mode 100644 index 00000000..69c4758b --- /dev/null +++ b/media/characters/ian-corvid/front.svg @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ian-corvid/sitting.svg b/media/characters/ian-corvid/sitting.svg new file mode 100644 index 00000000..36398c39 --- /dev/null +++ b/media/characters/ian-corvid/sitting.svg @@ -0,0 +1,830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ian-corvid/stomping.svg b/media/characters/ian-corvid/stomping.svg new file mode 100644 index 00000000..e8818364 --- /dev/null +++ b/media/characters/ian-corvid/stomping.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7a4e30ca..f9492bed 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14731,6 +14731,112 @@ characterMakers["Hanzo"] = () => { ] ) }; + +characterMakers["Anna"] = () => { + return makeCharacter( + "Anna", + "dragondruid", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/anna/front.svg", + extra: 169/145, + bottom: 0.06 + } + }, + full: { + height: math.unit(4.96, "feet"), + weight: math.unit(220, "lb"), + name: "Full", + image: { + source: "./media/characters/anna/full.svg", + extra: 138/114, + bottom: 0.15 + } + }, + tongue: { + height: math.unit(2.53, "feet"), + name: "Tongue", + image: { + source: "./media/characters/anna/tongue.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] + ) +}; + +characterMakers["Ian Corvid"] = () => { + return makeCharacter( + "Ian Corvid", + "IanCorvid", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/ian-corvid/front.svg", + extra: 150/142, + bottom: 0.02 + } + }, + back: { + height: math.unit(7, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/ian-corvid/back.svg", + extra: 150/143, + bottom: 0.01 + } + }, + stomping: { + height: math.unit(7, "feet"), + weight: math.unit(150, "lb"), + name: "Stomping", + image: { + source: "./media/characters/ian-corvid/stomping.svg", + extra: 76/72 + } + }, + sitting: { + height: math.unit(7/1.8, "feet"), + weight: math.unit(150, "lb"), + name: "Sitting", + image: { + source: "./media/characters/ian-corvid/sitting.svg", + extra: 1400/1269, + bottom: 0.15 + } + }, + }, + [ + { + name: "Microw", + height: math.unit(1, "inch") + }, + { + name: "Crow", + height: math.unit(7 + 1/12, "feet"), + default: true + }, + { + name: "Macrow", + height: math.unit(176, "feet") + }, + ] + ) +}; //characters function makeCharacters() {