コード例 #1
0
        public Button()
        {
            LongName    = "Button";
            CompactName = "button";

            ItemActionMessages.Add("examine", "It's a big beautiful button");
            ItemActionMessages.Add("use", "You press the button and hear a click followed by a whir, a thunk, and what sounds like water flowing through pipes.");
        }
コード例 #2
0
        public Blanket()
        {
            LongName    = "Blanket";
            CompactName = "blanket";

            ItemActionMessages.Add("examine", "Looks like one of those heavy furniture blankets movers use.");
            ItemActionMessages.Add("use", "You wrap the heavy blanket around your shoulders. Hark! An adorable echidna was hiding under the blanket!");
        }
コード例 #3
0
        public Honeybear()
        {
            LongName    = "Honeybear";
            CompactName = "honeybear";

            ItemActionMessages.Add("examine", "Looks like a bottle of honey shaped like a bear.");
            ItemActionMessages.Add("use", "You pick up the honeybear bottle and squeeze out a glistening trail of lavender honey into your mouth. However, your aim is not what it used to be and you end up with honey all over your face and neck. A trail of ants marches out from a crack in the wall and starts lapping up the honey!");
        }
コード例 #4
0
        public Echidna()
        {
            LongName    = "Echidna";
            CompactName = "echidna";

            ItemActionMessages.Add("examine", "O.M.G. This thing is cute. It looks like a porcupine with a long snoot. And maybe even cuddly?");
            ItemActionMessages.Add("use", "Harry refuses your advances.");
        }
コード例 #5
0
        public GarageDoorOpener()
        {
            LongName    = "Garage Door Opener";
            CompactName = "garagedooropener";

            ItemActionMessages.Add("examine", "Sweet! Looks like a Genie GT-90, or perhaps a Stanley XT-60");
            ItemActionMessages.Add("use", "You click the button on the door opener, rusty gears creak as your exit is revealed! You and the glistening echidna parade out of the room.\nYou won! Play again? Yes?");
        }
コード例 #6
0
        public Shark()
        {
            LongName    = "Shark";
            CompactName = "shark";

            ItemActionMessages.Add("examine", "Dude looks hangry. Yikes.");
            ItemActionMessages.Add("use", "The shark refuses your advances and bites off your arm.");
            //TODO: keep track of lost limbs
        }