A Leaf

// Petrarch #include <std.h> inherit OBJECT; void create() { ::create(); set_name("leaf"); set_short("a beautiful leaf"); set_long("The leaf is very large and perfectly formed. The veins are clearly " "visible as well, making it a perfect specimum."); set_id(({"leaf", "beautiful leaf"})); set_mass(1); set_value(5); set_material(({"organic"})); }