diff --git a/media/attribution.js b/media/attribution.js index 92aceaf5..ed354eb9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -249,6 +249,18 @@ const attributionData = { "quake-yote" ] }, + { + prefix: "./media/characters/rogue/", + files: [ + { name: "front.svg", source: "http://rogue.macrophile.com/ken" } + ], + authors: [ + "cougr" + ], + owners: [ + "rogue" + ] + }, { prefix: "./media/characters/surgo/", files: [ @@ -345,6 +357,10 @@ const attributionData = { name: "clown-grin", url: "https://www.furaffinity.net/user/clown-grin" }, + "cougr": { + name: "Cougr", + url: "https://www.furaffinity.net/user/cougr" + }, "d-eath-tail": { name: "Deathy", url: "https://www.furaffinity.net/user/d-eath-tail" @@ -421,6 +437,10 @@ const attributionData = { name: "Rebonica", url: "https://www.furaffinity.net/user/rebonica" }, + "rogue": { + name: "Rogue Megawolf", + url: "https://twitter.com/roguemegawolf" + }, "scareye": { name: "Scareye", url: "https://www.furaffinity.net/user/scareye/" diff --git a/media/characters/rogue/front.svg b/media/characters/rogue/front.svg new file mode 100644 index 00000000..4046b4a1 --- /dev/null +++ b/media/characters/rogue/front.svg @@ -0,0 +1,211 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 50bd9c67..d2118e3f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4188,6 +4188,30 @@ characterMakers["Jaro"] = () => { ) }; +characterMakers["Rogue"] = () => { + return makeCharacter( + "Rogue", + "Rogue", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(195, "lb"), + name: "Front", + image: { + source: "./media/characters/rogue/front.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(90, "feet"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({