Home | History | Annotate | Download | only in hack

Lines Matching defs:WAND

271 #define	WAND(name,metal,prob,flags)	{ name, metal, NULL, 0, 0,\
274 WAND("light", "iridium", 10, NODIR),
275 WAND("secret door detection", "tin", 5, NODIR),
276 WAND("create monster", "platinum", 5, NODIR),
277 WAND("wishing", "glass", 1, NODIR),
278 WAND("striking", "zinc", 9, IMMEDIATE),
279 WAND("slow monster", "balsa", 5, IMMEDIATE),
280 WAND("speed monster", "copper", 5, IMMEDIATE),
281 WAND("undead turning", "silver", 5, IMMEDIATE),
282 WAND("polymorph", "brass", 5, IMMEDIATE),
283 WAND("cancellation", "maple", 5, IMMEDIATE),
284 WAND("teleportation", "pine", 5, IMMEDIATE),
285 WAND("make invisible", "marble", 9, IMMEDIATE),
286 WAND("digging", "iron", 5, RAY),
287 WAND("magic missile", "aluminium", 10, RAY),
288 WAND("fire", "steel", 5, RAY),
289 WAND("sleep", "curved", 5, RAY),
290 WAND("cold", "short", 5, RAY),
291 WAND("death", "long", 1, RAY),
292 WAND(NULL, "oak", 0, 0),
293 WAND(NULL, "ebony", 0, 0),
294 WAND(NULL, "runed", 0, 0),