From cd149ebca90a59b6aa4ff69cd22c2f10c3750377 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 1 Mar 2020 09:02:16 -0500 Subject: [PATCH] Add Rook Kitara --- media/attribution.js | 16 ++ media/characters/rook-kitara/front.svg | 233 +++++++++++++++++++++++++ presets/characters.js | 38 ++++ 3 files changed, 287 insertions(+) create mode 100644 media/characters/rook-kitara/front.svg diff --git a/media/attribution.js b/media/attribution.js index f5253ebb..a9430324 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2297,6 +2297,18 @@ const attributionData = { "rook" ] }, + { + prefix: "./media/characters/rook-kitara/", + files: [ + { name: "front.svg", source: "https://twitter.com/Tails_High_/status/1234046697958850560?s=19" } + ], + authors: [ + "tailshigh" + ], + owners: [ + "tailshigh" + ] + }, { prefix: "./media/characters/rose-lion/", files: [ @@ -3685,6 +3697,10 @@ const attributionData = { "name": "spiralingstaircase", "url": "https://www.deviantart.com/spiralingstaircase", }, + "tailshigh": { + "name": "Rookie", + "url": "https://twitter.com/Tails_High_", + }, } } diff --git a/media/characters/rook-kitara/front.svg b/media/characters/rook-kitara/front.svg new file mode 100644 index 00000000..a3696b67 --- /dev/null +++ b/media/characters/rook-kitara/front.svg @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 247a2a7e..bdaedf9e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7144,6 +7144,44 @@ characterMakers["Amelia Rosie"] = () => { ) }; +characterMakers["Rook Kitara"] = () => { + return makeCharacter( + "Rook Kitara", + "TailsHigh", + { + front: { + height: math.unit(5 + 11/12, "feet"), + weight: math.unit(65, "kg"), + name: "Front", + image: { + source: "./media/characters/rook-kitara/front.svg", + extra: 1347/1274 * (1 / (1 - 0.005)), + bottom: 0.005 + } + }, + }, + [ + { + name: "Totally Unfair", + height: math.unit(1.8, "mm") + }, + { + name: "Lap Rookie", + height: math.unit(1.4, "feet") + }, + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + { + name: "How Did This Happen", + height: math.unit(80, "miles") + } + ] + ) +}; + function makeCharacters() { const results = []; results.push({