From 521a3fd80211a7abd8ae8f51a7ac51b053e01473 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 11 Mar 2020 11:27:38 -0400 Subject: [PATCH] Add Tobo --- media/attribution.js | 21 ++++++ media/characters/tobo/back.svg | 117 ++++++++++++++++++++++++++++++ media/characters/tobo/front.svg | 121 ++++++++++++++++++++++++++++++++ presets/characters.js | 63 +++++++++++++++++ 4 files changed, 322 insertions(+) create mode 100644 media/characters/tobo/back.svg create mode 100644 media/characters/tobo/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6f444d20..5cdf3e01 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4611,6 +4611,19 @@ const attributionData = { "ranger" ] }, + { + prefix: "./media/characters/tobo/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/28647736/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/28647736/" }, + ], + authors: [ + "nanicreates" + ], + owners: [ + "naoya-raichi" + ] + }, { prefix: "./media/characters/torvid/", files: [ @@ -7146,6 +7159,14 @@ const attributionData = { "name": "IndiWolfOnline", "url": "https://www.furaffinity.net/user/indiwolfonline", }, + "naoya-raichi": { + "name": "Naoya_Raichi", + "url": "https://www.furaffinity.net/user/naoyaraichi/", + }, + "nanicreates": { + "name": "nanicreates", + "url": "https://www.furaffinity.net/user/nanicreates", + }, } } diff --git a/media/characters/tobo/back.svg b/media/characters/tobo/back.svg new file mode 100644 index 00000000..d13ef95d --- /dev/null +++ b/media/characters/tobo/back.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + diff --git a/media/characters/tobo/front.svg b/media/characters/tobo/front.svg new file mode 100644 index 00000000..b2a00236 --- /dev/null +++ b/media/characters/tobo/front.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2e8b09f7..f8c94aca 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13080,6 +13080,69 @@ characterMakers["Felix"] = () => { ) }; +characterMakers["Tobo"] = () => { + return makeCharacter( + "Tobo", + "Naoya_Raichi", + { + front: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/tobo/front.svg", + extra: 608/586 * (1 / (1 - 0.023)), + bottom: 0.023 + } + }, + back: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(250, "lb"), + name: "Back", + image: { + source: "./media/characters/tobo/back.svg", + extra: 608/586 + } + }, + }, + [ + { + name: "Nano", + height: math.unit(2, "nm") + }, + { + name: "Megamicro", + height: math.unit(0.1, "mm") + }, + { + name: "Micro", + height: math.unit(1, "inch"), + default: true + }, + { + name: "Human-sized", + height: math.unit(6 + 1/12, "feet") + }, + { + name: "Macro", + height: math.unit(250, "feet") + }, + { + name: "Megamacro", + height: math.unit(75, "miles") + }, + { + name: "Texas-sized", + height: math.unit(750, "miles") + }, + { + name: "Teramacro", + height: math.unit(50000, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({