diff --git a/media/attribution.js b/media/attribution.js
index e5eb1d22..e401da4f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15142,6 +15142,42 @@ const attributionData = {
"colliecuon"
]
},
+ {
+ prefix: "./media/characters/ariz/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Amazon-Armour-858049076" }
+ ],
+ authors: [
+ "epicoart"
+ ],
+ owners: [
+ "epicoart"
+ ]
+ },
+ {
+ prefix: "./media/characters/sigrun/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Valkyrie-Armour-858049188" }
+ ],
+ authors: [
+ "epicoart"
+ ],
+ owners: [
+ "epicoart"
+ ]
+ },
+ {
+ prefix: "./media/characters/numin/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Titan-Minor-Armour-858049391" }
+ ],
+ authors: [
+ "epicoart"
+ ],
+ owners: [
+ "epicoart"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/ariz/front.svg b/media/characters/ariz/front.svg
new file mode 100644
index 00000000..64d7ed66
--- /dev/null
+++ b/media/characters/ariz/front.svg
@@ -0,0 +1,613 @@
+
+
+
diff --git a/media/characters/numin/front.svg b/media/characters/numin/front.svg
new file mode 100644
index 00000000..35aea174
--- /dev/null
+++ b/media/characters/numin/front.svg
@@ -0,0 +1,1147 @@
+
+
+
diff --git a/media/characters/sigrun/front.svg b/media/characters/sigrun/front.svg
new file mode 100644
index 00000000..d3ce019f
--- /dev/null
+++ b/media/characters/sigrun/front.svg
@@ -0,0 +1,1156 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 25c7ad65..3318083e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -40045,6 +40045,75 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ariz", species: ["peacekeeper"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ariz/front.svg",
+ extra: 1401/1346,
+ bottom: 5/1406
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(10, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Sigrun", species: ["peacekeeper"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(140, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sigrun/front.svg",
+ extra: 1418/1359,
+ bottom: 27/1445
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(35, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Numin", species: ["peacekeeper"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/numin/front.svg",
+ extra: 1433/1388,
+ bottom: 12/1445
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(21.5, "km"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {