git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3511 c06c8d41-db1a-0410-9941-cceddc491573
6FEZL55YR24UK2S72K23U25SM5YVMMT3FEYZGI4HTKQQUCATXUYAC
""
},
/* 55 */
{
"Spriggan's Knife", "dainty little knife",
OBJ_WEAPONS, WPN_KNIFE, +1, +10, LIGHTCYAN,
{
0, 0, 4, 0, 0, 4, // +EV, +Dex
0, 0, 0, 0, 0, 20, // +MR
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 50 // +stealth
}
,
"This knife was made by Spriggans, or for Spriggans, or possibly from "
"Spriggans. Anyway, it's in some way associated with those fey folk.",
"A dainty little knife.",
""
},
/* 56 */
{
"Dire Lajatang", "double lajatang",
OBJ_WEAPONS, WPN_LAJATANG, -2, +9, RED,
{
SPWPN_VORPAL, 0, 0, 0, 0, -3, // -Dex
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0
}
,
"Those who figure out how to use this exceedingly awkward weapon can "
"do great damage with its two pairs of razor-sharp blades.",
"A double lajatang.",
""
},
/* 57 */
{
"Brooch of Shielding", "shield-shaped amulet",
OBJ_JEWELLERY, AMU_WARDING, 0, 0, LIGHTBLUE,
{
0, 4, 4, 0, 0, 0, // +AC, EV
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0
}
,
"Back in the good old days, every adventurer had one of these handy "
"devices. That, and a pony.",
"A shield-shaped amulet.",
""
},
/* 58 */
{
"whip \"Serpent-Scourge\"", "forked whip",
OBJ_WEAPONS, WPN_WHIP, +5, +7, DARKGREY,
{
SPWPN_VENOM, 0, 0, 0, 0, 0,
0, 0, 0, 1, 0, 0, // rPois
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
0, 0
}
,
case 54: //return TILE_URAND_SPRIGGAN;
return TILE_WPN_KNIFE + 1;
case 55: //return TILE_URAND_LAJATANG;
return TILE_WPN_LAJATANG + 1;
case 56: //return TILE_URAND_BROOCH;
return TILE_AMU_RANDOM_OFFSET + 2;
case 57: //return TILE_URAND_SERPENT_SCOURGE;
return TILE_WPN_WHIP + 1;
default: return TILE_TODO;