diff --git a/media/attribution.js b/media/attribution.js
index 479fb082..0c127ed1 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19799,6 +19799,22 @@ const attributionData = {
"natedgecomb"
]
},
+ {
+ prefix: "./media/characters/ash´iika/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/45339054/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/45339054/" },
+ { name: "dressed.svg", source: "https://www.furaffinity.net/view/45339054/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/45339054/" },
+ { name: "feral.svg", source: "https://www.furaffinity.net/view/45339054/" },
+ ],
+ authors: [
+ "flores-nanny"
+ ],
+ owners: [
+ "azteck"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27586,6 +27602,10 @@ const attributionData = {
"name": "Times Square NYE",
"url": "https://www.timessquarenyc.org/"
},
+ "flores-nanny": {
+ "name": "flores_nanny",
+ "url": "https://twitter.com/flores_nanny"
+ },
}
}
diff --git a/media/characters/ash´iika/dressed.svg b/media/characters/ash´iika/dressed.svg
new file mode 100644
index 00000000..f2a74e66
--- /dev/null
+++ b/media/characters/ash´iika/dressed.svg
@@ -0,0 +1,1844 @@
+
+
+
diff --git a/media/characters/ash´iika/feral.svg b/media/characters/ash´iika/feral.svg
new file mode 100644
index 00000000..9157c786
--- /dev/null
+++ b/media/characters/ash´iika/feral.svg
@@ -0,0 +1,1185 @@
+
+
+
diff --git a/media/characters/ash´iika/front.svg b/media/characters/ash´iika/front.svg
new file mode 100644
index 00000000..996aa613
--- /dev/null
+++ b/media/characters/ash´iika/front.svg
@@ -0,0 +1,1545 @@
+
+
+
diff --git a/media/characters/ash´iika/head.svg b/media/characters/ash´iika/head.svg
new file mode 100644
index 00000000..a84df460
--- /dev/null
+++ b/media/characters/ash´iika/head.svg
@@ -0,0 +1,1049 @@
+
+
+
diff --git a/media/characters/ash´iika/side.svg b/media/characters/ash´iika/side.svg
new file mode 100644
index 00000000..1af62693
--- /dev/null
+++ b/media/characters/ash´iika/side.svg
@@ -0,0 +1,1353 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 84639b25..1e59b120 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -54217,6 +54217,101 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ash´iika", species: ["dragon"], tags: ["anthro", "feral"] },
+ {
+ anthroFront: {
+ height: math.unit(556, "cm"),
+ weight: math.unit(2650, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ash´iika/front.svg",
+ extra: 710/673,
+ bottom: 15/725
+ },
+ form: "anthro",
+ default: true
+ },
+ anthroSide: {
+ height: math.unit(556, "cm"),
+ weight: math.unit(2650, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/ash´iika/side.svg",
+ extra: 696/676,
+ bottom: 13/709
+ },
+ form: "anthro"
+ },
+ anthroDressed: {
+ height: math.unit(556, "cm"),
+ weight: math.unit(2650, "kg"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/ash´iika/dressed.svg",
+ extra: 710/673,
+ bottom: 15/725
+ },
+ form: "anthro"
+ },
+ anthroHead: {
+ height: math.unit(3.5, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/ash´iika/head.svg",
+ extra: 348/291,
+ bottom: 45/393
+ },
+ form: "anthro"
+ },
+ feralSide: {
+ height: math.unit(870, "cm"),
+ weight: math.unit(17500, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/ash´iika/feral.svg",
+ extra: 595/199,
+ bottom: 7/602
+ },
+ form: "feral",
+ default: true,
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(556, "cm"),
+ default: true,
+ form: "anthro"
+ },
+ {
+ name: "Macro",
+ height: math.unit(88, "meters"),
+ form: "anthro"
+ },
+ {
+ name: "Normal",
+ height: math.unit(870, "cm"),
+ default: true,
+ form: "feral"
+ },
+ {
+ name: "Large",
+ height: math.unit(25, "meters"),
+ form: "feral"
+ },
+ ],
+ {
+ "anthro": {
+ name: "Anthro",
+ default: true
+ },
+ "feral": {
+ name: "Feral",
+ },
+ }
+))
+
//characters
function makeCharacters() {