blob: 389de66cbfe5ffd66d1be0a997be7c4185cbb58b [file] [log] [blame]
inherit "std/armour";
#include <properties.h>
#include <combat.h>
create()
{
::create();
SetProp(P_SHORT, "Ein Titanring");
SetProp(P_LONG, "Ein Ring aus Titan.\n");
SetProp(P_NAME, "Titanring");
SetProp(P_GENDER, 1);
AddId(({"titanring", "ring"}));
SetProp(P_ARMOUR_TYPE, AT_RING);
SetProp(P_AC, 2);
SetProp(P_WEIGHT, 280);
SetProp(P_VALUE, 520);
}