diff --git a/media/attribution.js b/media/attribution.js index ed354eb9..00f4fac8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -237,6 +237,18 @@ const attributionData = { "movler" ] }, + { + prefix: "./media/characters/piper/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/22964778/" } + ], + authors: [ + "brit-bork" + ], + owners: [ + "flyhar" + ] + }, { prefix: "./media/characters/rikky/", files: [ @@ -345,6 +357,10 @@ const attributionData = { name: "Beao", url: "https://commons.wikimedia.org/wiki/User:Beao" }, + "brit-bork": { + name: "Koijot", + url: "https://twitter.com/Brit_Bork", + }, "cardboardhead": { name: "cardboardhead", url: "https://twitter.com/cardboardhead" @@ -377,6 +393,10 @@ const attributionData = { name: "Ethan64", url: "https://www.furaffinity.net/user/ethan64/" }, + "flyhar": { + name: "Flyhar", + url: "https://www.furaffinity.net/user/flyfeline/" + }, "gaiawolfess": { name: "Gaiawolfess", url: "https://www.furaffinity.net/user/gaiawolfess" diff --git a/media/characters/piper/front.svg b/media/characters/piper/front.svg new file mode 100644 index 00000000..500964bd --- /dev/null +++ b/media/characters/piper/front.svg @@ -0,0 +1,257 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d2118e3f..953df39a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4212,6 +4212,43 @@ characterMakers["Rogue"] = () => { ) }; +characterMakers["Piper"] = () => { + return makeCharacter( + "Piper", + "Flyhar", + { + front: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/piper/front.svg", + extra: 3928/3681 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 8/12, "feet") + }, + { + name: "Macro", + height: math.unit(250, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(7, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({