character

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2021 License: MIT Imports: 1 Imported by: 0

README

Character

Character exports the nook.Key references for all nook.Character instances.

The character package also contains all Animal Crossing characters, organised into their own separate packages grouped by animal type.

This was a requirement due to some Animal Crossing characters sharing the same name. It was also a preference when trying to adopt the most scalable and hassle free approach when extending and maintaining the numerous characters that are being added to, and modified with each installment to the series. It also allowed for each character to be placed within its own file, relative to the animal type it has. This makes it easier to extend and test each character, without hundreds of lines of code being grouped into a single file.

Usage

The character package only exports the nook.Key values used within each nook.Character. These values can be used when creating a new map of nook.Character, nook.Resident or nook.Villager.

package main

import (
	"fmt"

	"github.com/lindsaygelle/nook"
	"github.com/lindsaygelle/nook/character"
	"github.com/lindsaygelle/nook/character/pig"
	"golang.org/x/text/language"
)

var (
	// pigs is a map of my current favourite pig characters in Animal Crossing.
	pigs = map[nook.Key]nook.Villager{
		character.Chops: pig.Chops,
		character.Ganon: pig.Ganon}
)

func main() {
	fmt.Println("here are my favourite pig characters in Animal Crossing")
	for _, pig := range pigs {
		name := pig.Name.Must(language.AmericanEnglish).Value
		fmt.Println(fmt.Sprintf("name: %s, birthday: %v/%v", name, pig.Birthday.Day, pig.Birthday.Month))
	}
}

Documentation

Overview

Package character exports the key values for Animal Crossing characters.

Index

Constants

View Source
const (
	Ace          = nook.Key("Ace")
	Admiral      = nook.Key("Admiral")
	AgentS       = nook.Key("AgentS")
	Agnes        = nook.Key("Agnes")
	Aisle        = nook.Key("Aisle")
	Al           = nook.Key("Al")
	Alfonso      = nook.Key("Alfonso")
	Alice        = nook.Key("Alice")
	Alli         = nook.Key("Alli")
	Amelia       = nook.Key("Amelia")
	Anabelle     = nook.Key("Anabelle")
	Analog       = nook.Key("Analog")
	Anchovy      = nook.Key("Anchovy")
	Angus        = nook.Key("Angus")
	Anicotti     = nook.Key("Anicotti")
	Ankha        = nook.Key("Ankha")
	Annalisa     = nook.Key("Annalisa")
	Annalise     = nook.Key("Annalise")
	Antonio      = nook.Key("Antonio")
	Apollo       = nook.Key("Apollo")
	Apple        = nook.Key("Apple")
	Astrid       = nook.Key("Astrid")
	Audie        = nook.Key("Audie")
	Aurora       = nook.Key("Aurora")
	Ava          = nook.Key("Ava")
	Avery        = nook.Key("Avery")
	Axel         = nook.Key("Axel")
	Aziz         = nook.Key("Aziz")
	Baabara      = nook.Key("Baabara")
	Bam          = nook.Key("Bam")
	Bangle       = nook.Key("Bangle")
	Barold       = nook.Key("Barold")
	Bea          = nook.Key("Bea")
	Beardo       = nook.Key("Beardo")
	Beau         = nook.Key("Beau")
	Becky        = nook.Key("Becky")
	Bella        = nook.Key("Bella")
	Belle        = nook.Key("Belle")
	Benedict     = nook.Key("Benedict")
	Benjamin     = nook.Key("Benjamin")
	Beppe        = nook.Key("Beppe")
	Bertha       = nook.Key("Bertha")
	Bessie       = nook.Key("Bessie")
	Bettina      = nook.Key("Bettina")
	Betty        = nook.Key("Betty")
	Bianca       = nook.Key("Bianca")
	Biff         = nook.Key("Biff")
	BigTop       = nook.Key("BigTop")
	Bill         = nook.Key("Bill")
	Billy        = nook.Key("Billy")
	Biskit       = nook.Key("Biskit")
	Bitty        = nook.Key("Bitty")
	Blaire       = nook.Key("Blaire")
	Blanca       = nook.Key("Blanca")
	Blanche      = nook.Key("Blanche")
	Blathers     = nook.Key("Blathers")
	Bluebear     = nook.Key("Bluebear")
	Bob          = nook.Key("Bob")
	Bonbon       = nook.Key("Bonbon")
	Bones        = nook.Key("Bones")
	Booker       = nook.Key("Booker")
	Boomer       = nook.Key("Boomer")
	Boone        = nook.Key("Boone")
	Boots        = nook.Key("Boots")
	Boris        = nook.Key("Boris")
	Bow          = nook.Key("Bow")
	Boyd         = nook.Key("Boyd")
	Bree         = nook.Key("Bree")
	Brewster     = nook.Key("Brewster")
	Broccolo     = nook.Key("Broccolo")
	Broffina     = nook.Key("Broffina")
	Bruce        = nook.Key("Bruce")
	Bubbles      = nook.Key("Bubbles")
	Buck         = nook.Key("Buck")
	Bud          = nook.Key("Bud")
	Bunnie       = nook.Key("Bunnie")
	Butch        = nook.Key("Butch")
	Buzz         = nook.Key("Buzz")
	CJ           = nook.Key("CJ")
	Cally        = nook.Key("Cally")
	Camofrog     = nook.Key("Camofrog")
	Canberra     = nook.Key("Canberra")
	Candi        = nook.Key("Candi")
	Carlo        = nook.Key("Carlo")
	Carmen       = nook.Key("Carmen")
	Caroline     = nook.Key("Caroline")
	Carrie       = nook.Key("Carrie")
	Carrot       = nook.Key("Carrot")
	Cashmere     = nook.Key("Cashmere")
	Cece         = nook.Key("Cece")
	Celeste      = nook.Key("Celeste")
	Celia        = nook.Key("Celia")
	Cesar        = nook.Key("Cesar")
	Chadder      = nook.Key("Chadder")
	Chai         = nook.Key("Chai")
	Champ        = nook.Key("Champ")
	Champagne    = nook.Key("Champagne")
	Charlise     = nook.Key("Charlise")
	Chelsea      = nook.Key("Chelsea")
	Cheri        = nook.Key("Cheri")
	Cherry       = nook.Key("Cherry")
	Chester      = nook.Key("Chester")
	Chevre       = nook.Key("Chevre")
	Chico        = nook.Key("Chico")
	Chief        = nook.Key("Chief")
	Chip         = nook.Key("Chip")
	Chops        = nook.Key("Chops")
	Chow         = nook.Key("Chow")
	Chrissy      = nook.Key("Chrissy")
	Chuck        = nook.Key("Chuck")
	Clara        = nook.Key("Clara")
	Claude       = nook.Key("Claude")
	Claudia      = nook.Key("Claudia")
	Clay         = nook.Key("Clay")
	Cleo         = nook.Key("Cleo")
	Clyde        = nook.Key("Clyde")
	Coach        = nook.Key("Coach")
	Cobb         = nook.Key("Cobb")
	Coco         = nook.Key("Coco")
	Cole         = nook.Key("Cole")
	Colton       = nook.Key("Colton")
	Cookie       = nook.Key("Cookie")
	Copper       = nook.Key("Copper")
	Cornimer     = nook.Key("Cornimer")
	Cousteau     = nook.Key("Cousteau")
	Cranston     = nook.Key("Cranston")
	Croque       = nook.Key("Croque")
	Cube         = nook.Key("Cube")
	Cupcake      = nook.Key("Cupcake")
	Curlos       = nook.Key("Curlos")
	Curly        = nook.Key("Curly")
	Curt         = nook.Key("Curt")
	Cyd          = nook.Key("Cyd")
	Cyrano       = nook.Key("Cyrano")
	Cyrus        = nook.Key("Cyrus")
	Daisy        = nook.Key("Daisy")
	DaisyMae     = nook.Key("DaisyMae")
	Deena        = nook.Key("Deena")
	Deirdre      = nook.Key("Deirdre")
	Del          = nook.Key("Del")
	Deli         = nook.Key("Deli")
	Derwin       = nook.Key("Derwin")
	Diana        = nook.Key("Diana")
	Digby        = nook.Key("Digby")
	Diva         = nook.Key("Diva")
	Dizzy        = nook.Key("Dizzy")
	Dobie        = nook.Key("Dobie")
	Doc          = nook.Key("Doc")
	Dom          = nook.Key("Dom")
	DonResetti   = nook.Key("DonResetti")
	Dora         = nook.Key("Dora")
	Dotty        = nook.Key("Dotty")
	Dozer        = nook.Key("Dozer")
	DrShrunk     = nook.Key("DrShrunk")
	Drago        = nook.Key("Drago")
	Drake        = nook.Key("Drake")
	Drift        = nook.Key("Drift")
	Ed           = nook.Key("Ed")
	Egbert       = nook.Key("Egbert")
	Elina        = nook.Key("Elina")
	Elise        = nook.Key("Elise")
	Ellie        = nook.Key("Ellie")
	Elmer        = nook.Key("Elmer")
	Eloise       = nook.Key("Eloise")
	Elvis        = nook.Key("Elvis")
	Emerald      = nook.Key("Emerald")
	Epona        = nook.Key("Epona")
	Erik         = nook.Key("Erik")
	Etoile       = nook.Key("Etoile")
	Eugene       = nook.Key("Eugene")
	Eunice       = nook.Key("Eunice")
	Faith        = nook.Key("Faith")
	Fang         = nook.Key("Fang")
	Fauna        = nook.Key("Fauna")
	Felicity     = nook.Key("Felicity")
	Felyne       = nook.Key("Felyne")
	Filbert      = nook.Key("Filbert")
	Filly        = nook.Key("Filly")
	Flash        = nook.Key("Flash")
	Flick        = nook.Key("Flick")
	Flip         = nook.Key("Flip")
	Flo          = nook.Key("Flo")
	Flora        = nook.Key("Flora")
	Flossie      = nook.Key("Flossie")
	Flurry       = nook.Key("Flurry")
	Francine     = nook.Key("Francine")
	Frank        = nook.Key("Frank")
	Franklin     = nook.Key("Franklin")
	Freckles     = nook.Key("Freckles")
	Freya        = nook.Key("Freya")
	Friga        = nook.Key("Friga")
	Frillard     = nook.Key("Frillard")
	Frita        = nook.Key("Frita")
	Frobert      = nook.Key("Frobert")
	Fruity       = nook.Key("Fruity")
	Fuchsia      = nook.Key("Fuchsia")
	Gabi         = nook.Key("Gabi")
	Gala         = nook.Key("Gala")
	Ganon        = nook.Key("Ganon")
	Gaston       = nook.Key("Gaston")
	Gayle        = nook.Key("Gayle")
	Gen          = nook.Key("Gen")
	Genji        = nook.Key("Genji")
	Gigi         = nook.Key("Gigi")
	Giovanni     = nook.Key("Giovanni")
	Gladys       = nook.Key("Gladys")
	Gloria       = nook.Key("Gloria")
	Goldie       = nook.Key("Goldie")
	Gonzo        = nook.Key("Gonzo")
	Goose        = nook.Key("Goose")
	Gracie       = nook.Key("Gracie")
	Graham       = nook.Key("Graham")
	Grams        = nook.Key("Grams")
	Greta        = nook.Key("Greta")
	Grizzly      = nook.Key("Grizzly")
	Groucho      = nook.Key("Groucho")
	Gruff        = nook.Key("Gruff")
	Gullivarrr   = nook.Key("Gullivarrr")
	Gulliver     = nook.Key("Gulliver")
	Gwen         = nook.Key("Gwen")
	Hambo        = nook.Key("Hambo")
	Hamlet       = nook.Key("Hamlet")
	Hamphrey     = nook.Key("Hamphrey")
	Hank         = nook.Key("Hank")
	Hans         = nook.Key("Hans")
	Harriet      = nook.Key("Harriet")
	Harry        = nook.Key("Harry")
	Harvey       = nook.Key("Harvey")
	Hazel        = nook.Key("Hazel")
	Hector       = nook.Key("Hector")
	Henry        = nook.Key("Henry")
	Hippeux      = nook.Key("Hippeux")
	Holden       = nook.Key("Holden")
	Hopkins      = nook.Key("Hopkins")
	Hopper       = nook.Key("Hopper")
	Hornsby      = nook.Key("Hornsby")
	Huck         = nook.Key("Huck")
	Huggy        = nook.Key("Huggy")
	Hugh         = nook.Key("Hugh")
	Iggly        = nook.Key("Iggly")
	Iggy         = nook.Key("Iggy")
	Ike          = nook.Key("Ike")
	Inkwell      = nook.Key("Inkwell")
	Isabelle     = nook.Key("Isabelle")
	Jacob        = nook.Key("Jacob")
	Jacques      = nook.Key("Jacques")
	Jambette     = nook.Key("Jambette")
	Jane         = nook.Key("Jane")
	Jay          = nook.Key("Jay")
	Jeremiah     = nook.Key("Jeremiah")
	Jingle       = nook.Key("Jingle")
	Jitters      = nook.Key("Jitters")
	Joan         = nook.Key("Joan")
	Joe          = nook.Key("Joe")
	Joey         = nook.Key("Joey")
	Jubei        = nook.Key("Jubei")
	Judy         = nook.Key("Judy")
	Julia        = nook.Key("Julia")
	Julian       = nook.Key("Julian")
	June         = nook.Key("June")
	KKSlider     = nook.Key("KKSlider")
	Kabuki       = nook.Key("Kabuki")
	Kaitlin      = nook.Key("Kaitlin")
	Kappn        = nook.Key("Kappn")
	Katie        = nook.Key("Katie")
	Katrina      = nook.Key("Katrina")
	Katt         = nook.Key("Katt")
	Keaton       = nook.Key("Keaton")
	Ken          = nook.Key("Ken")
	Ketchup      = nook.Key("Ketchup")
	Kevin        = nook.Key("Kevin")
	Kicks        = nook.Key("Kicks")
	KidCat       = nook.Key("KidCat")
	Kidd         = nook.Key("Kidd")
	Kiki         = nook.Key("Kiki")
	Kit          = nook.Key("Kit")
	Kitt         = nook.Key("Kitt")
	Kitty        = nook.Key("Kitty")
	Klaus        = nook.Key("Klaus")
	Knox         = nook.Key("Knox")
	Kody         = nook.Key("Kody")
	Koharu       = nook.Key("Koharu")
	Kyle         = nook.Key("Kyle")
	Label        = nook.Key("Label")
	Leif         = nook.Key("Leif")
	Leigh        = nook.Key("Leigh")
	Leila        = nook.Key("Leila")
	Leilani      = nook.Key("Leilani")
	Leonardo     = nook.Key("Leonardo")
	Leopold      = nook.Key("Leopold")
	Lily         = nook.Key("Lily")
	Limberg      = nook.Key("Limberg")
	Lionel       = nook.Key("Lionel")
	Liz          = nook.Key("Liz")
	Lloid        = nook.Key("Lloid")
	Lobo         = nook.Key("Lobo")
	Lolly        = nook.Key("Lolly")
	Lopez        = nook.Key("Lopez")
	Lottie       = nook.Key("Lottie")
	Louie        = nook.Key("Louie")
	Lucha        = nook.Key("Lucha")
	Lucky        = nook.Key("Lucky")
	Lucy         = nook.Key("Lucy")
	Lulu         = nook.Key("Lulu")
	Luna         = nook.Key("Luna")
	Lyle         = nook.Key("Lyle")
	Lyman        = nook.Key("Lyman")
	Mabel        = nook.Key("Mabel")
	Mac          = nook.Key("Mac")
	MadamRosa    = nook.Key("MadamRosa")
	Maddie       = nook.Key("Maddie")
	Maelle       = nook.Key("Maelle")
	Maggie       = nook.Key("Maggie")
	Mallary      = nook.Key("Mallary")
	Maple        = nook.Key("Maple")
	Marcel       = nook.Key("Marcel")
	Marcie       = nook.Key("Marcie")
	Marcy        = nook.Key("Marcy")
	Margie       = nook.Key("Margie")
	Marina       = nook.Key("Marina")
	Marshal      = nook.Key("Marshal")
	Marty        = nook.Key("Marty")
	Masa         = nook.Key("Masa")
	Mathilda     = nook.Key("Mathilda")
	Medli        = nook.Key("Medli")
	Megan        = nook.Key("Megan")
	Megumi       = nook.Key("Megumi")
	Melba        = nook.Key("Melba")
	Meow         = nook.Key("Meow")
	Merengue     = nook.Key("Merengue")
	Merry        = nook.Key("Merry")
	Midge        = nook.Key("Midge")
	Mint         = nook.Key("Mint")
	Mira         = nook.Key("Mira")
	Miranda      = nook.Key("Miranda")
	Mitzi        = nook.Key("Mitzi")
	Moe          = nook.Key("Moe")
	Molly        = nook.Key("Molly")
	Monique      = nook.Key("Monique")
	Monty        = nook.Key("Monty")
	Moose        = nook.Key("Moose")
	Mott         = nook.Key("Mott")
	MrResetti    = nook.Key("MrResetti")
	Muffy        = nook.Key("Muffy")
	Murphy       = nook.Key("Murphy")
	Nan          = nook.Key("Nan")
	Nana         = nook.Key("Nana")
	Naomi        = nook.Key("Naomi")
	Nat          = nook.Key("Nat")
	Nate         = nook.Key("Nate")
	Nibbles      = nook.Key("Nibbles")
	Nindori      = nook.Key("Nindori")
	Nobuo        = nook.Key("Nobuo")
	Norma        = nook.Key("Norma")
	Nosegay      = nook.Key("Nosegay")
	OHare        = nook.Key("OHare")
	Octavian     = nook.Key("Octavian")
	Olaf         = nook.Key("Olaf")
	Olive        = nook.Key("Olive")
	Olivia       = nook.Key("Olivia")
	Opal         = nook.Key("Opal")
	Orville      = nook.Key("Orville")
	Otis         = nook.Key("Otis")
	Oxford       = nook.Key("Oxford")
	Ozzie        = nook.Key("Ozzie")
	Pancetti     = nook.Key("Pancetti")
	Pango        = nook.Key("Pango")
	Paolo        = nook.Key("Paolo")
	Papi         = nook.Key("Papi")
	Pascal       = nook.Key("Pascal")
	Pashmina     = nook.Key("Pashmina")
	Pate         = nook.Key("Pate")
	Patricia     = nook.Key("Patricia")
	Patty        = nook.Key("Patty")
	Paula        = nook.Key("Paula")
	Pave         = nook.Key("Pave")
	Peaches      = nook.Key("Peaches")
	Peanut       = nook.Key("Peanut")
	Pecan        = nook.Key("Pecan")
	Peck         = nook.Key("Peck")
	Peewee       = nook.Key("Peewee")
	Peggy        = nook.Key("Peggy")
	Pekoe        = nook.Key("Pekoe")
	Pelly        = nook.Key("Pelly")
	Penelope     = nook.Key("Penelope")
	Penny        = nook.Key("Penny")
	Pete         = nook.Key("Pete")
	Petunia      = nook.Key("Petunia")
	Phil         = nook.Key("Phil")
	Phineas      = nook.Key("Phineas")
	Phoebe       = nook.Key("Phoebe")
	Phyllis      = nook.Key("Phyllis")
	Pierce       = nook.Key("Pierce")
	Pierre       = nook.Key("Pierre")
	Pietro       = nook.Key("Pietro")
	Pigleg       = nook.Key("Pigleg")
	Pinky        = nook.Key("Pinky")
	Piper        = nook.Key("Piper")
	Pippy        = nook.Key("Pippy")
	Pironkon     = nook.Key("Pironkon")
	Plucky       = nook.Key("Plucky")
	Poko         = nook.Key("Poko")
	Pompom       = nook.Key("Pompom")
	Poncho       = nook.Key("Poncho")
	Poppy        = nook.Key("Poppy")
	Porter       = nook.Key("Porter")
	Portia       = nook.Key("Portia")
	Prince       = nook.Key("Prince")
	Puck         = nook.Key("Puck")
	Puddles      = nook.Key("Puddles")
	Pudge        = nook.Key("Pudge")
	Punchy       = nook.Key("Punchy")
	Purrl        = nook.Key("Purrl")
	Queenie      = nook.Key("Queenie")
	Quetzal      = nook.Key("Quetzal")
	Quillson     = nook.Key("Quillson")
	Raddle       = nook.Key("Raddle")
	Rasher       = nook.Key("Rasher")
	Raymond      = nook.Key("Raymond")
	Redd         = nook.Key("Redd")
	Reese        = nook.Key("Reese")
	Renee        = nook.Key("Renee")
	Reneigh      = nook.Key("Reneigh")
	Rex          = nook.Key("Rex")
	Rhoda        = nook.Key("Rhoda")
	Rhonda       = nook.Key("Rhonda")
	Ribbot       = nook.Key("Ribbot")
	Ricky        = nook.Key("Ricky")
	Rilla        = nook.Key("Rilla")
	Rio          = nook.Key("Rio")
	Rizzo        = nook.Key("Rizzo")
	Roald        = nook.Key("Roald")
	Robin        = nook.Key("Robin")
	Rocco        = nook.Key("Rocco")
	Rocket       = nook.Key("Rocket")
	Rod          = nook.Key("Rod")
	Rodeo        = nook.Key("Rodeo")
	Rodney       = nook.Key("Rodney")
	Rolf         = nook.Key("Rolf")
	Rollo        = nook.Key("Rollo")
	Rooney       = nook.Key("Rooney")
	Rory         = nook.Key("Rory")
	Roscoe       = nook.Key("Roscoe")
	Rosie        = nook.Key("Rosie")
	Rover        = nook.Key("Rover")
	Rowan        = nook.Key("Rowan")
	Ruby         = nook.Key("Ruby")
	Rudy         = nook.Key("Rudy")
	Sable        = nook.Key("Sable")
	Saharah      = nook.Key("Saharah")
	Sally        = nook.Key("Sally")
	Samson       = nook.Key("Samson")
	Sandy        = nook.Key("Sandy")
	Savannah     = nook.Key("Savannah")
	Scoot        = nook.Key("Scoot")
	Serena       = nook.Key("Serena")
	Shaki        = nook.Key("Shaki")
	Shari        = nook.Key("Shari")
	Sheldon      = nook.Key("Sheldon")
	Shep         = nook.Key("Shep")
	Sherb        = nook.Key("Sherb")
	Shinabiru    = nook.Key("Shinabiru")
	Shoukichi    = nook.Key("Shoukichi")
	Simon        = nook.Key("Simon")
	Skye         = nook.Key("Skye")
	Sly          = nook.Key("Sly")
	Snake        = nook.Key("Snake")
	Snooty       = nook.Key("Snooty")
	Soleil       = nook.Key("Soleil")
	Sparro       = nook.Key("Sparro")
	Spike        = nook.Key("Spike")
	Spork        = nook.Key("Spork")
	Sprinkle     = nook.Key("Sprinkle")
	Sprocket     = nook.Key("Sprocket")
	Static       = nook.Key("Static")
	Stella       = nook.Key("Stella")
	Sterling     = nook.Key("Sterling")
	Stinky       = nook.Key("Stinky")
	Stitches     = nook.Key("Stitches")
	Stu          = nook.Key("Stu")
	SueE         = nook.Key("SueE")
	Sunny        = nook.Key("Sunny")
	Sven         = nook.Key("Sven")
	Sydney       = nook.Key("Sydney")
	Sylvana      = nook.Key("Sylvana")
	Sylvia       = nook.Key("Sylvia")
	TBone        = nook.Key("TBone")
	Tabby        = nook.Key("Tabby")
	Tad          = nook.Key("Tad")
	Tammi        = nook.Key("Tammi")
	Tammy        = nook.Key("Tammy")
	Tangy        = nook.Key("Tangy")
	Tank         = nook.Key("Tank")
	Tarou        = nook.Key("Tarou")
	Tasha        = nook.Key("Tasha")
	Teddy        = nook.Key("Teddy")
	Tex          = nook.Key("Tex")
	Tia          = nook.Key("Tia")
	Tiara        = nook.Key("Tiara")
	Tiffany      = nook.Key("Tiffany")
	Timbra       = nook.Key("Timbra")
	Tipper       = nook.Key("Tipper")
	Toby         = nook.Key("Toby")
	Tom          = nook.Key("Tom")
	TomNook      = nook.Key("TomNook")
	Tortimer     = nook.Key("Tortimer")
	Truffles     = nook.Key("Truffles")
	Tucker       = nook.Key("Tucker")
	Tutu         = nook.Key("Tutu")
	Twiggy       = nook.Key("Twiggy")
	Twirp        = nook.Key("Twirp")
	Tybalt       = nook.Key("Tybalt")
	Ursala       = nook.Key("Ursala")
	Valise       = nook.Key("Valise")
	Velma        = nook.Key("Velma")
	Vesta        = nook.Key("Vesta")
	Vic          = nook.Key("Vic")
	Viche        = nook.Key("Viche")
	Victoria     = nook.Key("Victoria")
	Violet       = nook.Key("Violet")
	Vivian       = nook.Key("Vivian")
	Vladimir     = nook.Key("Vladimir")
	WLink        = nook.Key("WLink")
	Wade         = nook.Key("Wade")
	Walker       = nook.Key("Walker")
	Walt         = nook.Key("Walt")
	WartJr       = nook.Key("WartJr")
	Weber        = nook.Key("Weber")
	Weldon       = nook.Key("Weldon")
	Wendell      = nook.Key("Wendell")
	Wendy        = nook.Key("Wendy")
	Whitney      = nook.Key("Whitney")
	Wilbur       = nook.Key("Wilbur")
	Willow       = nook.Key("Willow")
	Winnie       = nook.Key("Winnie")
	Wolfgang     = nook.Key("Wolfgang")
	Woolio       = nook.Key("Woolio")
	Yodel        = nook.Key("Yodel")
	Yuka         = nook.Key("Yuka")
	Zell         = nook.Key("Zell")
	ZipperTBunny = nook.Key("ZipperTBunny")
	Zoe          = nook.Key("Zoe")
	Zucker       = nook.Key("Zucker")
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL