From b81564c86f54e6fab05ac5331701a4fef7dd7be4 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 6 Dec 2024 00:11:55 +0000 Subject: [PATCH] Mark Nilla Wafer as retired --- package-lock.json | 4 +-- package.json | 2 +- src/ambassadors/core.ts | 58 ++++++++++++++++++++--------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22be0c6..b28ca70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.44.0", + "version": "0.45.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.44.0", + "version": "0.45.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index 180e2b1..6f46681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.44.0", + "version": "0.45.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { diff --git a/src/ambassadors/core.ts b/src/ambassadors/core.ts index c9c0dd4..155bf21 100644 --- a/src/ambassadors/core.ts +++ b/src/ambassadors/core.ts @@ -1030,35 +1030,6 @@ const ambassadors = { homepage: null, plush: null, }, - nillaWafer: { - name: "Nilla Wafer", - alternate: [], - commands: ["nilla", "nillawafer"], - class: Class.Mammalia, - species: "Domestic Rat", - scientific: "Rattus norvegicus f. domestica", - sex: "Female", - birth: null, - arrival: "2022-12", - retired: null, - iucn: { - id: 19353, - status: "LC", - }, - enclosure: "nutrition", - story: - "Nilla Wafer was bred as a feeder rat for snakes, but she will now live out her full life at Alveus.", - mission: - "She is an ambassador for how rodenticide use and outdoor cats affect all levels of wildlife.", - native: { - text: "Worldwide (Domesticated)", - source: "https://en.wikipedia.org/wiki/Fancy_rat", - }, - lifespan: lifespans.domesticRat, - clips: [{ id: "C2Ob-gQ_9os", caption: "Target Training With The Rats" }], - homepage: null, - plush: null, - }, pushPop: { name: "Push Pop", alternate: ["Poppy"], @@ -1269,6 +1240,35 @@ const ambassadors = { homepage: null, plush: null, }, + nillaWafer: { + name: "Nilla Wafer", + alternate: [], + commands: ["nilla", "nillawafer"], + class: Class.Mammalia, + species: "Domestic Rat", + scientific: "Rattus norvegicus f. domestica", + sex: "Female", + birth: null, + arrival: "2022-12", + retired: "2024-12-05", + iucn: { + id: 19353, + status: "LC", + }, + enclosure: "nutrition", + story: + "Nilla Wafer was bred as a feeder rat for snakes, but she will now live out her full life at Alveus.", + mission: + "She is an ambassador for how rodenticide use and outdoor cats affect all levels of wildlife.", + native: { + text: "Worldwide (Domesticated)", + source: "https://en.wikipedia.org/wiki/Fancy_rat", + }, + lifespan: lifespans.domesticRat, + clips: [{ id: "C2Ob-gQ_9os", caption: "Target Training With The Rats" }], + homepage: null, + plush: null, + }, } as const satisfies Record; const ambassadorKeys = Object.keys(ambassadors) as AmbassadorKey[];