diff --git a/media/attribution.js b/media/attribution.js index 52eab2a9..49271052 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6562,6 +6562,30 @@ const attributionData = { "ich" ] }, + { + prefix: "./media/characters/deja/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23641526/" } + ], + authors: [ + "furrybob" + ], + owners: [ + "dejaroo" + ] + }, + { + prefix: "./media/characters/shiriko/", + files: [ + { name: "front.svg", source: "https://twitter.com/heavysetkobold/status/1188623991436480517" } + ], + authors: [ + "spottycheeks" + ], + owners: [ + "shiriko" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9034,6 +9058,22 @@ const attributionData = { "name": "Diaminerre", "url": "https://www.furaffinity.net/user/diaminerre/", }, + "furrybob": { + "name": "furrybob", + "url": "https://www.furaffinity.net/user/furrybob", + }, + "dejaroo": { + "name": "dejaroo", + "url": "https://www.furaffinity.net/user/dejaroo", + }, + "shiriko": { + "name": "Shiriko", + "url": "https://twitter.com/heavysetkobold", + }, + "spottycheeks": { + "name": "Momo", + "url": "https://twitter.com/Spottycheeks", + }, } } diff --git a/media/characters/shiriko/front.svg b/media/characters/shiriko/front.svg new file mode 100644 index 00000000..7b7d1c97 --- /dev/null +++ b/media/characters/shiriko/front.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 39046fba..268e3fe3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15914,6 +15914,31 @@ characterMakers["Nita"] = () => { ) }; +characterMakers["Shiriko"] = () => { + return makeCharacter( + "Shiriko", + "Shiriko", + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/shiriko/front.svg", + extra: 195/188 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {