Skip to content

Commit

Permalink
Mark Nilla Wafer as retired
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 6, 2024
1 parent ae1d058 commit b81564c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
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

0 comments on commit b81564c

Please sign in to comment.