#include "/w/worzel/path.h" inherit "/std/object"; setup() { set_name("A Small Plastic Goblin"); set_short("Small Plastic Goblin"); set_long("This is a small plastic toy about 3 inchs tall. It looks more "+ "like a little troll. It must have been deformed while being made."); add_alias("goblin"); add_alias("plastic goblin"); add_alias("toy"); set_main_plural("Small Plastic Goblins"); add_adjective( ({"small","plastic"})); set_value(200); set_weight(5); }