diff --git a/media/attribution.js b/media/attribution.js
index 576df9a1..41de8912 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -4020,7 +4020,10 @@ const attributionData = {
{
prefix: "./media/characters/nomaxice/",
files: [
- { name: "front.svg", source: null }
+ { name: "front-dressed.svg", source: null },
+ { name: "front-shorts.svg", source: null },
+ { name: "back.svg", source: null },
+ { name: "hand.svg", source: null },
],
authors: [
"dracodare"
diff --git a/media/characters/nomaxice/back.svg b/media/characters/nomaxice/back.svg
new file mode 100644
index 00000000..38888a94
--- /dev/null
+++ b/media/characters/nomaxice/back.svg
@@ -0,0 +1,400 @@
+
+
+
diff --git a/media/characters/nomaxice/foot.svg b/media/characters/nomaxice/foot.svg
index 457cbbc6..6e5a9084 100644
--- a/media/characters/nomaxice/foot.svg
+++ b/media/characters/nomaxice/foot.svg
@@ -1,393 +1,435 @@
-
+
diff --git a/media/characters/nomaxice/front-dressed.svg b/media/characters/nomaxice/front-dressed.svg
new file mode 100644
index 00000000..93104376
--- /dev/null
+++ b/media/characters/nomaxice/front-dressed.svg
@@ -0,0 +1,624 @@
+
+
+
diff --git a/media/characters/nomaxice/front-shorts.svg b/media/characters/nomaxice/front-shorts.svg
new file mode 100644
index 00000000..323fb2cc
--- /dev/null
+++ b/media/characters/nomaxice/front-shorts.svg
@@ -0,0 +1,660 @@
+
+
+
diff --git a/media/characters/nomaxice/hand.svg b/media/characters/nomaxice/hand.svg
new file mode 100644
index 00000000..82db34c5
--- /dev/null
+++ b/media/characters/nomaxice/hand.svg
@@ -0,0 +1,345 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8154f7cb..b2efbcdd 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -11280,18 +11280,45 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Nomaxice", species: ["lynx", "raccoon"], tags: ["anthro"] },
{
- front: {
+ frontDressed: {
height: math.unit(6, "feet"),
weight: math.unit(68, "kg"),
- name: "Front",
+ name: "Front (Dressed)",
image: {
- source: "./media/characters/nomaxice/front.svg",
- extra: 1498 / 1073,
- bottom: 0.075
+ source: "./media/characters/nomaxice/front-dressed.svg",
+ extra: 1137/824,
+ bottom: 74/1211
+ }
+ },
+ frontShorts: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(68, "kg"),
+ name: "Front (Shorts)",
+ image: {
+ source: "./media/characters/nomaxice/front-shorts.svg",
+ extra: 1137/824,
+ bottom: 74/1211
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(68, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nomaxice/back.svg",
+ extra: 822/786,
+ bottom: 39/861
+ }
+ },
+ hand: {
+ height: math.unit(0.565, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/nomaxice/hand.svg"
}
},
foot: {
- height: math.unit(1.1, "feet"),
+ height: math.unit(1, "feet"),
name: "Foot",
image: {
source: "./media/characters/nomaxice/foot.svg"
@@ -11309,12 +11336,12 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Norm+",
- height: math.unit(8.8, "feet")
+ height: math.unit(8.8, "feet"),
+ default: true
},
{
name: "Big",
- height: math.unit(8, "meters"),
- default: true
+ height: math.unit(8, "meters")
},
{
name: "Macro",