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")
},
]
))