Kinds

object
    room [9] 
    thing [10] 
        door  
        container [1] 
            player's holdall  
            vehicle  
        supporter 
        backdrop  
        person [4]  
            animal 
            man [1] 
            woman [1] 
            player-character [2] 
        device  
    direction [12] 
    region 
value
    number 
    time  
    text 

What are kinds? ; Kinds of value 


room (plural rooms)
Represents geographical locations, both indoor and outdoor, which are not necessarily areas in a building. A player in one room is mostly unable to sense, or interact with, anything in a different room. Rooms are arranged in a map.
Normally lighted not dark, unvisited not visited.
Can have map region, description, printed name.
Parking Lot , Foyer , main desk , Dance Floor , Testing Area , Clerk Windows , Cashier , Waiting Area , Washroom 

thing (plural things)
Represents anything interactive in the model world that is not a room. People, pieces of scenery, furniture, doors and mislaid umbrellas might all be examples, and so might more surprising things like the sound of birdsong or a shaft of sunlight.
Normally unlit not lit, inedible not edible, opaque not transparent, described not undescribed, portable not fixed in place, unmarked for listing not marked for listing.
Not normally enterable, scenery, wearable, handled, pushable between rooms, an Inform library door, an Inform library container, an Inform library supporter, an Inform library animate object, an Inform library male, mentioned not unmentioned, unmentioned not mentioned, initially carried.
Can have description, printed name, initial appearance, printed plural name, inventory listing, indefinite article, matching key.
Amulet of Death , doorway sign , desk sign , picture ID , ball-point pen 

door, a kind of thing (plural doors) 
Represents a conduit joining two rooms, most often a door or gate but sometimes a plank bridge, a slide or a hatchway. Usually visible and operable from both sides (for instance if you write 'The blue door is east of the Ballroom and west of the Garden.'), but sometimes only one-way (for instance if you write 'East of the Ballroom is the long slide. Through the long slide is the cellar.').
Always an Inform library door.
Normally fixed in place not portable, closed not open, openable not unopenable, unlocked not locked.
Not normally lockable.
Never pushable between rooms.
Can have other side.

container, a kind of thing (plural containers)
Represents something into which portable things can be put, such as a teachest or a handbag. Something with a really large immobile interior, such as the Albert Hall, had better be a room instead.
Always an Inform library container.
Normally open not closed, unopenable not openable, unlocked not locked.
Not normally lockable.
Can have carrying capacity (a number).
kiosk 

player's holdall, a kind of container (plural player's holdalls) 
Represents a container which the player can carry around as a sort of rucksack, into which spare items are automatically stowed away.
Always portable not fixed in place.
Normally openable not unopenable.

vehicle, a kind of container (plural vehicles) 
Always enterable.
Not normally portable not fixed in place.

supporter, a kind of thing (plural supporters)
Represents a surface on which things can be placed, such as a table.
Always transparent not opaque, an Inform library supporter.
Normally fixed in place not portable.
Can have carrying capacity (a number).

backdrop, a kind of thing (plural backdrops) 
Represents an aspect of the landscape or architecture which extends across more than one room: for instance, a stream, the sky or a long carpet.
Always fixed in place not portable.
Normally scenery.

person, a kind of thing (plural persons) 
Despite the name, not necessarily a human being, but anything animate enough to envisage having a conversation with, or bartering with.
Always an Inform library animate object.
Normally male not female.
Not normally neuter.
Can have carrying capacity (a number).

animal, a kind of person (plural animals)
Represents an animal, or at any rate a non-human living creature reasonably large and possible to interact with: a giant Venus fly-trap might qualify, but not a patch of lichen.

man, a kind of person (plural mans)
Represents a man, boy or sometimes an animal which can be referred to as 'him'.
Always an Inform library male, male not female.
Never neuter.
photographer 

woman, a kind of person (plural women)
Represents a woman, girl or sometimes an animal which can be referred to as 'her'.
Always female not male.
Never neuter.
bratty girl 

player-character, a kind of person (plural player-characters)
Represents a body through which the game can be played. In most games there is only one of these, normally called 'yourself'.
Can have description.
yourself, Bob 

device, a kind of thing (plural devices) 
Represents a machine or contrivance of some kind which can be switched on or off.
Normally switched off not switched on.

direction (plural directions)
Represents a direction of movement, such as northeast or down. At present Inform 7 does not support the creation of new directions, but it will do in the final release.
Can have opposite.
north, northeast, northwest, south, southeast, southwest, east, west, up, down, inside, outside

region (plural regions)


number (plural numbers)
Whole number in the range -32768, -32767, ..., -2, -1, 0, 1, 2, 3, ..., 32767: small numbers can be written textually as 'one', 'two', 'three', ..., 'ten'.

time (plural times) 
A time of day, written in the form '2:34 AM' or '12:51 PM', or a length of time such as '10 minutes' or '3 hours 31 minutes', which must be between 0 minutes and 23 hours 59 minutes inclusive.

text (plural texts)
Some text in double quotation marks, perhaps with substitutions written in square brackets.