inherit "/obj/armour";
void setup()
{
set_base_armour("small shield");
set_name("brass shield");
add_alias("shield");
set_main_plural("brass shields");
add_plural("shields");
set_short("Brass Shield");
set_long("This is a small brass shield.  With the leather strap "
         "it the back, it is quite comfortable to hold.  On its "
         "there are some symbols engraved, but you can only "
         "guess their meaning.\n.");
}