| |
Adding a Star Wars flavor
to the .coyrc file
> cat ~/.coyrc
noun { wookie => {
category => [ Sentient ],
sound => [ "roars", "grunts", "bellows" ],
act => {
sits => { location => Arboreal },
fights => { minimum => 2, association => "argument", },
},
},
};
personage "R2D2", "Darth Vader", "Obi-wan", "George Lucas";
place "Mos Eisley", "the Death Star", "Skywalker Ranch";
tree "Kashyyyk oak", "Alderaan mangrove";
fruit_tree "Ewok-fruit", "Yavin mango", "Hothberry";
|