diff --git a/media/attribution.js b/media/attribution.js
index 93a910d0..1cae5a77 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14810,6 +14810,18 @@ const attributionData = {
"killersylv"
]
},
+ {
+ prefix: "./media/characters/vivian-sylveon/",
+ files: [
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/33106983" }
+ ],
+ authors: [
+ "gmodmacroarts"
+ ],
+ owners: [
+ "killersylv"
+ ]
+ },
{
prefix: "./media/characters/daiki/",
files: [
@@ -22122,6 +22134,20 @@ const attributionData = {
"espeonad"
]
},
+ {
+ prefix: "./media/characters/asher-heulfyrn/",
+ files: [
+ { name: "anthro-front.svg", source: "https://twitter.com/InfernalSpectre/status/1514015765212667904" },
+ { name: "anthro-back.svg", source: "https://twitter.com/InfernalSpectre/status/1514015765212667904" },
+ { name: "taur-side.svg", source: "https://twitter.com/InfernalSpectre/status/1514015765212667904" },
+ ],
+ authors: [
+
+ ],
+ owners: [
+ "infernalspecter"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30624,6 +30650,14 @@ const attributionData = {
"name": "EspeonAD",
"url": "https://twitter.com/EspeonAD/"
},
+ "infernalspecter": {
+ "name": "InfernalSpecter",
+ "url": "https://www.furaffinity.net/user/InfernalSpecter"
+ },
+ "gmodmacroarts": {
+ "name": "GmodMacroArts",
+ "url": "https://www.furaffinity.net/user/gmodmacroarts"
+ },
}
}
diff --git a/media/characters/asher-heulfyrn/anthro-back.svg b/media/characters/asher-heulfyrn/anthro-back.svg
new file mode 100644
index 00000000..f0956ff0
--- /dev/null
+++ b/media/characters/asher-heulfyrn/anthro-back.svg
@@ -0,0 +1,683 @@
+
+
+
diff --git a/media/characters/asher-heulfyrn/anthro-front.svg b/media/characters/asher-heulfyrn/anthro-front.svg
new file mode 100644
index 00000000..c2d33e1c
--- /dev/null
+++ b/media/characters/asher-heulfyrn/anthro-front.svg
@@ -0,0 +1,1012 @@
+
+
+
diff --git a/media/characters/asher-heulfyrn/taur-side.svg b/media/characters/asher-heulfyrn/taur-side.svg
new file mode 100644
index 00000000..5c2ed712
--- /dev/null
+++ b/media/characters/asher-heulfyrn/taur-side.svg
@@ -0,0 +1,1495 @@
+
+
+
diff --git a/media/characters/vivian-sylveon/paw.svg b/media/characters/vivian-sylveon/paw.svg
new file mode 100644
index 00000000..6e2e6d61
--- /dev/null
+++ b/media/characters/vivian-sylveon/paw.svg
@@ -0,0 +1,468 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3ffb168b..69220084 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2341,6 +2341,10 @@ const speciesData = {
name: "Espeon",
parents: ["eeveelution"]
},
+ "skullwolf": {
+ name: "Skullwolf",
+ parents: ["wolf"]
+ },
}
//species
@@ -40585,6 +40589,13 @@ characterMakers.push(() => makeCharacter(
bottom: 0/1853
}
},
+ paw: {
+ height: math.unit(1.8, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/vivian-sylveon/paw.svg"
+ }
+ },
},
[
{
@@ -63808,6 +63819,70 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Asher Heulfyrn", species: ["skullwolf"], tags: ["anthro", "taur"] },
+ {
+ anthro_front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(625, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/asher-heulfyrn/anthro-front.svg",
+ extra: 638/574,
+ bottom: 73/711
+ },
+ form: "anthro",
+ default: true
+ },
+ anthro_back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(625, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/asher-heulfyrn/anthro-back.svg",
+ extra: 674/614,
+ bottom: 7/681
+ },
+ form: "anthro",
+ },
+ taur_side: {
+ height: math.unit(16, "feet"),
+ weight: math.unit(4.5, "tons"),
+ name: "Side",
+ image: {
+ source: "./media/characters/asher-heulfyrn/taur-side.svg",
+ extra: 704/646,
+ bottom: 132/836
+ },
+ form: "taur",
+ default: true
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true,
+ form: "anthro"
+ },
+ {
+ name: "Normal",
+ height: math.unit(16, "feet"),
+ default: true,
+ form: "taur"
+ },
+ ],
+ {
+ "anthro": {
+ name: "Anthro",
+ default: true
+ },
+ "taur": {
+ name: "Taur",
+ },
+ }
+))
+
//characters
function makeCharacters() {