diff --git a/media/attribution.js b/media/attribution.js
index b1aefe78..d16b799a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20682,6 +20682,19 @@ const attributionData = {
"fiodeer"
]
},
+ {
+ prefix: "./media/characters/hass/",
+ files: [
+ { name: "side.svg", source: "https://twitter.com/pterobitch/status/1478425443686621189" },
+ { name: "feeding.svg", source: "https://twitter.com/pterobitch/status/1478425443686621189" },
+ ],
+ authors: [
+ "pterobitch"
+ ],
+ owners: [
+ "pterobitch"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28851,6 +28864,10 @@ const attributionData = {
"name": "Fio",
"url": "https://twitter.com/FioDeer"
},
+ "pterobitch": {
+ "name": "pterobitch",
+ "url": "https://twitter.com/pterobitch"
+ },
}
}
diff --git a/media/characters/hass/feeding.svg b/media/characters/hass/feeding.svg
new file mode 100644
index 00000000..8c6932e8
--- /dev/null
+++ b/media/characters/hass/feeding.svg
@@ -0,0 +1,1537 @@
+
+
+
diff --git a/media/characters/hass/side.svg b/media/characters/hass/side.svg
new file mode 100644
index 00000000..123129e8
--- /dev/null
+++ b/media/characters/hass/side.svg
@@ -0,0 +1,1352 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index fb5ce2a1..238a83df 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2184,6 +2184,10 @@ const speciesData = {
name: "Black Tip Reef Shark",
parents: ["shark"]
},
+ "quetzalcoatlus-northropi": {
+ name: "Quetzalcoatlus Northropi",
+ parents: ["dinosaur"]
+ },
}
//species
@@ -57454,6 +57458,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Hass", species: ["quetzalcoatlus-northropi"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(6, "meters"),
+ weight: math.unit(300, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/hass/side.svg",
+ extra: 1058/997,
+ bottom: 177/1235
+ }
+ },
+ feeding: {
+ height: math.unit(6, "meters"),
+ weight: math.unit(300, "kg"),
+ name: "Feeding",
+ image: {
+ source: "./media/characters/hass/feeding.svg",
+ extra: 689/579,
+ bottom: 146/835
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {