diff --git a/media/attribution.js b/media/attribution.js
index 7f1000f7..518be7ab 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21276,6 +21276,24 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/adelaide/",
+ files: [
+ { name: "anthro-front.svg", source: "https://toyhou.se/11533015.adelaide" },
+ { name: "feral-side.svg", source: "https://toyhou.se/11533015.adelaide" },
+ { name: "hand.svg", source: "https://toyhou.se/11533015.adelaide" },
+ { name: "foot.svg", source: "https://toyhou.se/11533015.adelaide" },
+ { name: "feather.svg", source: "https://toyhou.se/11533015.adelaide" },
+ ],
+ authors: [
+ "daggerleonelli",
+ "greyl0ng",
+ "mieno"
+ ],
+ owners: [
+ "myriad"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29590,6 +29608,18 @@ const attributionData = {
"name": "mythaw",
"url": "https://www.furaffinity.net/user/mythaw"
},
+ "daggerleonelli": {
+ "name": "DaggerLeonelli",
+ "url": "https://www.furaffinity.net/user/daggerleonelli"
+ },
+ "greyl0ng": {
+ "name": "Greyl0ng",
+ "url": "https://www.furaffinity.net/user/greyl0ng"
+ },
+ "mieno": {
+ "name": "Mieno",
+ "url": "https://www.furaffinity.net/user/mieno"
+ },
}
}
diff --git a/media/characters/adelaide/anthro-front.svg b/media/characters/adelaide/anthro-front.svg
new file mode 100644
index 00000000..16019cd7
--- /dev/null
+++ b/media/characters/adelaide/anthro-front.svg
@@ -0,0 +1,2806 @@
+
+
+
diff --git a/media/characters/adelaide/feather.svg b/media/characters/adelaide/feather.svg
new file mode 100644
index 00000000..4f986d40
--- /dev/null
+++ b/media/characters/adelaide/feather.svg
@@ -0,0 +1,295 @@
+
+
+
diff --git a/media/characters/adelaide/feral-side.svg b/media/characters/adelaide/feral-side.svg
new file mode 100644
index 00000000..d38e6824
--- /dev/null
+++ b/media/characters/adelaide/feral-side.svg
@@ -0,0 +1,2350 @@
+
+
+
diff --git a/media/characters/adelaide/foot.svg b/media/characters/adelaide/foot.svg
new file mode 100644
index 00000000..f281ad5f
--- /dev/null
+++ b/media/characters/adelaide/foot.svg
@@ -0,0 +1,342 @@
+
+
+
diff --git a/media/characters/adelaide/hand.svg b/media/characters/adelaide/hand.svg
new file mode 100644
index 00000000..368ac660
--- /dev/null
+++ b/media/characters/adelaide/hand.svg
@@ -0,0 +1,233 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 446a0c8c..b7b23084 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1054,7 +1054,7 @@ const speciesData = {
},
"t-rex": {
name: "Tyrannosaurus Rex",
- parents: ["dinosaur"]
+ parents: ["theropod"]
},
"mactarian": {
name: "Mactarian",
@@ -2232,6 +2232,14 @@ const speciesData = {
name: "Peregrine Falcon",
parents: ["falcon"]
},
+ "deinonychus": {
+ name: "Deinonychus",
+ parents: ["theropod"]
+ },
+ "theropod": {
+ name: "Theropod",
+ parents: ["dinosaur"]
+ },
}
//species
@@ -60418,6 +60426,109 @@ characterMakers.push(() => makeCharacter(
}
))
+characterMakers.push(() => makeCharacter(
+ { name: "Adelaide", species: ["deinonychus"], tags: ["anthro", "feral"] },
+ {
+ anthro_front: {
+ height: math.unit(1.5, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/adelaide/anthro-front.svg",
+ extra: 860/783,
+ bottom: 60/920
+ },
+ form: "anthro",
+ default: true
+ },
+ hand: {
+ height: math.unit(0.65, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/adelaide/hand.svg"
+ },
+ form: "anthro"
+ },
+ foot: {
+ height: math.unit(1.38 * 259 / 314, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/adelaide/foot.svg",
+ extra: 259/259,
+ bottom: 55/314
+ },
+ form: "anthro"
+ },
+ feather: {
+ height: math.unit(0.85, "feet"),
+ name: "Feather",
+ image: {
+ source: "./media/characters/adelaide/feather.svg"
+ },
+ form: "anthro"
+ },
+ feral_side: {
+ height: math.unit(1, "meters"),
+ name: "Side",
+ image: {
+ source: "./media/characters/adelaide/feral-side.svg",
+ extra: 550/467,
+ bottom: 37/587
+ },
+ form: "feral",
+ default: true
+ },
+ feral_hand: {
+ height: math.unit(0.58, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/adelaide/hand.svg"
+ },
+ form: "feral"
+ },
+ feral_foot: {
+ height: math.unit(1.2 * 259 / 314, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/adelaide/foot.svg",
+ extra: 259/259,
+ bottom: 55/314
+ },
+ form: "feral"
+ },
+ feral_feather: {
+ height: math.unit(0.63, "feet"),
+ name: "Feather",
+ image: {
+ source: "./media/characters/adelaide/feather.svg"
+ },
+ form: "feral"
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1.5, "meters"),
+ form: "anthro",
+ default: true
+ },
+ {
+ name: "Normal",
+ height: math.unit(1, "meters"),
+ form: "feral",
+ default: true
+ },
+ ],
+ {
+ "anthro": {
+ name: "Anthro",
+ default: true
+ },
+ "feral": {
+ name: "Feral",
+ },
+ }
+))
+
//characters
function makeCharacters() {