You are on page 1of 1

Object

NamedObject

Place

MobileObject

LivingThing

Thing

Weapon

RangedWeapon

Class
NamedObject
Place

Ammo

Person

Food

Animal

Tribute

Medicine

Methods

get_name
add_object, del_object, get_objects, get_exits, add_neighbor,
get_neighbors, random_neighbor
MobileObject
get_place
Thing
set_owner, get_owner, is_owned
LivingThing
get_threshold, get_health, add_health, reduce_health, go_to_heaven,
move_to, act
Person
take, remove_item, go, get_inventory, objects_around, get_exits
Weapon
min_damage, max_damage, damage
Ammo
get_quantity, weapon_type, remove_all
RangedWeapon shots_left, load, damage
Food
get_food_value
Medicine
get_medicine_value
Animal
get_food_value, get_threshold, go_to_heaven
Tribute
get_hunger, add_hunger, reduce_hunger, eat, get_weapons, get_food,
get_medicine, attack

You might also like