Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Nilla Wafer as retired #84

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.44.0",
"version": "0.45.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
58 changes: 29 additions & 29 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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<string, Ambassador>;

const ambassadorKeys = Object.keys(ambassadors) as AmbassadorKey[];
Expand Down
Loading