From 76cd6be71eee27ab6eefba30336d1e88ebd82a3d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 13 Sep 2021 16:37:03 -0400 Subject: [PATCH] Update Luka; rename to Luka Towers --- media/attribution.js | 4 +- media/characters/luka-towers/front.svg | 764 +++++++++++++++++++++++++ media/characters/luka/front.svg | 122 ---- presets/characters.js | 26 +- 4 files changed, 781 insertions(+), 135 deletions(-) create mode 100644 media/characters/luka-towers/front.svg delete mode 100644 media/characters/luka/front.svg diff --git a/media/attribution.js b/media/attribution.js index 81991fe9..0a8bac78 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3456,9 +3456,9 @@ const attributionData = { ] }, { - prefix: "./media/characters/luka/", + prefix: "./media/characters/luka-towers/", files: [ - { name: "front.svg", source: "https://twitter.com/UmbraHusky/status/1100146009114624000" } + { name: "front.svg", source: "https://twitter.com/UmbraHusky/status/1396571641958649858" } ], authors: [ "umbrahusky" diff --git a/media/characters/luka-towers/front.svg b/media/characters/luka-towers/front.svg new file mode 100644 index 00000000..9666bb04 --- /dev/null +++ b/media/characters/luka-towers/front.svg @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/luka/front.svg b/media/characters/luka/front.svg deleted file mode 100644 index 07f2f68a..00000000 --- a/media/characters/luka/front.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - diff --git a/presets/characters.js b/presets/characters.js index 5e2a99dd..681b6610 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9105,40 +9105,44 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Luka", species: ["husky"], tags: ["anthro"] }, + { name: "Luka Towers", species: ["kangaroo"], tags: ["anthro"] }, { front: { - height: math.unit(6, "feet"), - weight: math.unit(230, "lb"), + height: math.unit(15, "feet"), + weight: math.unit(5026, "lb"), name: "Front", image: { - source: "./media/characters/luka/front.svg", - extra: 1, - bottom: 0.025 + source: "./media/characters/luka-towers/front.svg", + extra: 1269/1133, + bottom: 51/1320 } }, }, [ { name: "Normal", - height: math.unit(12 + 8 / 12, "feet"), + height: math.unit(15, "feet"), default: true }, { name: "Minimacro", - height: math.unit(20, "feet") + height: math.unit(25, "feet") }, { name: "Macro", - height: math.unit(250, "feet") + height: math.unit(320, "feet") }, { name: "Megamacro", - height: math.unit(5, "miles") + height: math.unit(35000, "feet") }, { name: "Gigamacro", - height: math.unit(8000, "miles") + height: math.unit(4000, "miles") + }, + { + name: "Teramacro", + height: math.unit(15000, "miles") }, ] ))