diff --git a/media/attribution.js b/media/attribution.js
index c7edc504..2ec65563 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9258,7 +9258,8 @@ const attributionData = {
{
prefix: "./media/characters/windera/",
files: [
- { name: "front.svg", source: null },
+ { name: "armored-front.svg", source: null },
+ { name: "macro-front.svg", source: null },
],
authors: [
"winderus"
diff --git a/media/characters/windera/armored-front.svg b/media/characters/windera/armored-front.svg
new file mode 100644
index 00000000..6af50cc6
--- /dev/null
+++ b/media/characters/windera/armored-front.svg
@@ -0,0 +1,2170 @@
+
+
+
diff --git a/media/characters/windera/front.svg b/media/characters/windera/front.svg
deleted file mode 100644
index 4070eaea..00000000
--- a/media/characters/windera/front.svg
+++ /dev/null
@@ -1,1493 +0,0 @@
-
-
-
diff --git a/media/characters/windera/macro-front.svg b/media/characters/windera/macro-front.svg
new file mode 100644
index 00000000..ff10bc0d
--- /dev/null
+++ b/media/characters/windera/macro-front.svg
@@ -0,0 +1,1160 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index b6e6fcf1..c4bd284b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -23530,24 +23530,54 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Windera", species: ["dragon"], tags: ["anthro"] },
{
- front: {
+ armoredFront: {
height: math.unit(8, "feet"),
weight: math.unit(325, "lb"),
name: "Front",
image: {
- source: "./media/characters/windera/front.svg",
- extra: 3180 / 2845,
- bottom: 178 / 3365
- }
+ source: "./media/characters/windera/armored-front.svg",
+ extra: 1830/1598,
+ bottom: 151/1981
+ },
+ form: "armored",
+ default: true
+ },
+ macroFront: {
+ height: math.unit(70, "feet"),
+ weight: math.unit(315453, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/windera/macro-front.svg",
+ extra: 963/883,
+ bottom: 23/986
+ },
+ form: "macro",
+ default: true
},
},
[
{
name: "Normal",
height: math.unit(8, "feet"),
+ default: true,
+ form: "armored"
+ },
+ {
+ name: "Normal",
+ height: math.unit(70, "feet"),
+ default: true,
+ form: "macro"
+ },
+ ],
+ {
+ "armored": {
+ name: "Armored",
default: true
},
- ]
+ "macro": {
+ name: "Macro",
+ },
+ }
))
characterMakers.push(() => makeCharacter(