diff --git a/media/attribution.js b/media/attribution.js
index 31101fc3..449e00f9 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12803,6 +12803,20 @@ const attributionData = {
"midbattales"
]
},
+ {
+ prefix: "./media/characters/argon/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/benevorelent/status/1313894101448876032" },
+ { name: "back.svg", source: "https://twitter.com/benevorelent/status/1313894101448876032" },
+ { name: "front-dressed.svg", source: "https://twitter.com/benevorelent/status/1313894101448876032" },
+ ],
+ authors: [
+ "arabeano"
+ ],
+ owners: [
+ "benevorelent"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17649,6 +17663,14 @@ const attributionData = {
"name": "dizzythebat",
"url": "https://twitter.com/dizzythebat"
},
+ "arabeano": {
+ "name": "Arabean",
+ "url": "https://twitter.com/arebeano"
+ },
+ "benevorelent": {
+ "name": "Benevorelent",
+ "url": "https://twitter.com/benevorelent"
+ },
}
}
diff --git a/media/characters/argon/back.svg b/media/characters/argon/back.svg
new file mode 100644
index 00000000..2fb72b8d
--- /dev/null
+++ b/media/characters/argon/back.svg
@@ -0,0 +1,728 @@
+
+
+
diff --git a/media/characters/argon/front-dressed.svg b/media/characters/argon/front-dressed.svg
new file mode 100644
index 00000000..ef36c966
--- /dev/null
+++ b/media/characters/argon/front-dressed.svg
@@ -0,0 +1,1319 @@
+
+
+
diff --git a/media/characters/argon/front.svg b/media/characters/argon/front.svg
new file mode 100644
index 00000000..7e5c7cb7
--- /dev/null
+++ b/media/characters/argon/front.svg
@@ -0,0 +1,950 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e29d9b88..4948474f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -33468,6 +33468,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Argon", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/argon/front.svg",
+ extra: 2009/1935,
+ bottom: 118/2127
+ }
+ },
+ back: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/argon/back.svg",
+ extra: 2047/1992,
+ bottom: 20/2067
+ }
+ },
+ frontDressed: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/argon/front-dressed.svg",
+ extra: 2009/1935,
+ bottom: 118/2127
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {