diff --git a/package-lock.json b/package-lock.json index e3540e0..a8eb211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.51.0", + "version": "0.52.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.51.0", + "version": "0.52.0-1", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@types/node": "^22.5.5", diff --git a/package.json b/package.json index f0e5834..f838c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.51.0", + "version": "0.52.0-1", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", diff --git a/src/ambassadors/core.ts b/src/ambassadors/core.ts index fdd8d84..1d2ec67 100644 --- a/src/ambassadors/core.ts +++ b/src/ambassadors/core.ts @@ -454,6 +454,42 @@ const ambassadors = { homepage: null, plush: null, }, + awa: { + name: "Awa", + alternate: [], + commands: ["awa"], + species: "wolfHybrid", + sex: "Female", + birth: "2014", + arrival: "2024-05-04", + retired: null, + enclosure: "wolves", + story: + "Awa was rescued from a facility that has received numerous USDA citations based on violations of the Animal Welfare Act.", + mission: + "She is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.", + clips: [], + homepage: null, + plush: null, + }, + akela: { + name: "Akela", + alternate: [], + commands: ["akela", "akila"], + species: "wolfHybrid", + sex: "Male", + birth: "2018-01-26", + arrival: "2025-01-27", + retired: null, + enclosure: "wolves", + story: + "Akela was originally purchased for breeding by a private owner, living on his own, before being rehomed to Alveus.", + mission: + "He is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.", + clips: [], + homepage: null, + plush: null, + }, snork: { name: "Snork", alternate: [], @@ -685,24 +721,6 @@ const ambassadors = { homepage: null, plush: null, }, - awa: { - name: "Awa", - alternate: [], - commands: ["awa"], - species: "wolfHybrid", - sex: "Female", - birth: "2014", - arrival: "2024-05-04", - retired: null, - enclosure: "wolves", - story: - "Awa was rescued from a facility that has received numerous USDA citations based on violations of the Animal Welfare Act.", - mission: - "She is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.", - clips: [], - homepage: null, - plush: null, - }, polly: { name: "Polly", alternate: [], diff --git a/src/ambassadors/images.ts b/src/ambassadors/images.ts index 7a63c72..8f3ce06 100644 --- a/src/ambassadors/images.ts +++ b/src/ambassadors/images.ts @@ -11,6 +11,9 @@ import abbottImage2 from "../assets/ambassadors/abbott/02.jpg"; import abbottImage3 from "../assets/ambassadors/abbott/03.png"; import abbottImageIcon from "../assets/ambassadors/abbott/icon.png"; +import akelaImage1 from "../assets/ambassadors/akela/01.png"; +import akelaImage2 from "../assets/ambassadors/akela/02.png"; + import appaImage1 from "../assets/ambassadors/appa/01.jpg"; import appaImage2 from "../assets/ambassadors/appa/02.jpg"; import appaImage3 from "../assets/ambassadors/appa/03.jpg"; @@ -256,6 +259,10 @@ const ambassadorImages: { { src: abbottImage2, alt: "Abbott the American Crow" }, { src: abbottImage3, alt: "Abbott the American Crow", position: "0% 0%" }, ], + akela: [ + { src: akelaImage1, alt: "Akela the Wolfdog" }, + { src: akelaImage2, alt: "Akela the Wolfdog" }, + ], appa: [ { src: appaImage1, alt: "Appa the Common Marmoset", position: "50% 25%" }, { src: appaImage2, alt: "Appa the Common Marmoset", position: "50% 0%" }, diff --git a/src/assets/ambassadors/akela/01.png b/src/assets/ambassadors/akela/01.png new file mode 100644 index 0000000..51d2393 Binary files /dev/null and b/src/assets/ambassadors/akela/01.png differ diff --git a/src/assets/ambassadors/akela/02.png b/src/assets/ambassadors/akela/02.png new file mode 100644 index 0000000..2cb179d Binary files /dev/null and b/src/assets/ambassadors/akela/02.png differ