home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d190 / nethack / een.zoo / objects.h < prev    next >
C/C++ Source or Header  |  1988-07-26  |  18KB  |  432 lines

  1. /*    SCCS Id: @(#)objects.h  2.3     87/12/16
  2. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  3.  
  4. /* objects have letter " % ) ( 0 _ ` [ ! ? / = * + */
  5. #include "config.h"
  6. #include "objclass.h"
  7. #define NULL    (char *)0
  8.  
  9. struct objclass objects[] = {
  10.  
  11.     { "strange object", NULL, NULL, 1, 0,
  12.         ILLOBJ_SYM, 0, 0, 0, 0, 0, 0 },
  13.     { "amulet of Yendor", NULL, NULL, 1, 0,
  14.         AMULET_SYM, 100, 0, 2, 0, 0, 0 },
  15.  
  16. #define FOOD(name,prob,delay,weight,nutrition)  { name, NULL, NULL, 1, 1,\
  17.         FOOD_SYM, prob, delay, weight, 0, 0, nutrition }
  18.  
  19. /* dog eats foods 0-4 but prefers 1 above 0,2,3,4 */
  20. /* food 4 can be read */
  21. /* food 5 improves your vision */
  22. /* food 6 makes you stronger (like Popeye) */
  23. /* foods CORPSE up to CORPSE+52 are cadavers */
  24.  
  25.     FOOD("food ration",     46, 5, 4, 800),
  26.     FOOD("tripe ration",    16, 1, 2, 200),
  27.     FOOD("pancake",         3, 1, 1, 200),
  28.     FOOD("dead lizard",     3, 0, 1, 40),
  29.     FOOD("fortune cookie",  7, 0, 1, 40),
  30.     FOOD("carrot",          2, 0, 1, 50),
  31.     FOOD("slice of pizza",  5, 0, 1, 250),
  32.     FOOD("cream pie",       3, 0, 1, 100),
  33.     FOOD("tin",             7, 0, 1, 0),
  34.     FOOD("K-ration",        0, 1, 1, 400),
  35.     FOOD("C-ration",        0, 1, 1, 300),
  36.     FOOD("orange",          1, 0, 1, 80),
  37.     FOOD("apple",           1, 0, 1, 50),
  38.     FOOD("pear",            1, 0, 1, 50),
  39.     FOOD("melon",           1, 0, 1, 100),
  40.     FOOD("banana",          1, 0, 1, 80),
  41.     FOOD("candy bar",       1, 0, 1, 100),
  42.     FOOD("egg",             1, 0, 1, 80),
  43.     FOOD("clove of garlic", 1, 0, 1, 40),
  44.     FOOD("lump of royal jelly", 0, 0, 1, 200),
  45.  
  46.     FOOD("dead human",      0, 4, 40, 400),
  47.     FOOD("dead giant ant",  0, 1, 3, 30),
  48.     FOOD("dead giant bat",  0, 1, 3, 30),
  49.     FOOD("dead centaur",    0, 5, 50, 500),
  50.     FOOD("dead dragon",     0, 15, 150, 1500),
  51.     FOOD("dead floating eye",       0, 1, 1, 10),
  52.     FOOD("dead freezing sphere",    0, 1, 1, 10),
  53.     FOOD("dead gnome",      0, 1, 10, 100),
  54.     FOOD("dead hobgoblin",  0, 2, 20, 200),
  55.     FOOD("dead stalker",    0, 4, 40, 400),
  56.     FOOD("dead jackal",     0, 1, 10, 100),
  57.     FOOD("dead kobold",     0, 1, 10, 100),
  58.     FOOD("dead leprechaun", 0, 4, 40, 400),
  59.     FOOD("dead mimic",      0, 4, 40, 400),
  60.     FOOD("dead nymph",      0, 4, 40, 400),
  61.     FOOD("dead orc",        0, 2, 20, 200),
  62.     FOOD("dead purple worm",        0, 7, 70, 700),
  63.     FOOD("dead quantum mechanic", 0, 2, 20, 200),
  64.     FOOD("dead rust monster",       0, 5, 50, 500),
  65.     FOOD("dead snake",      0, 1, 10, 100),
  66.     FOOD("dead troll",      0, 4, 40, 400),
  67.     FOOD("dead umber hulk", 0, 5, 50, 500),
  68.     FOOD("dead vampire",    0, 4, 40, 400),
  69.     FOOD("dead wraith",     0, 1, 1, 10),
  70.     FOOD("dead xorn",       0, 7, 70, 700),
  71.     FOOD("dead yeti",       0, 7, 70, 700),
  72.     FOOD("dead zombie",     0, 1, 3, 30),
  73.     FOOD("dead acid blob",  0, 1, 3, 30),
  74.     FOOD("dead giant beetle",       0, 1, 1, 10),
  75.     FOOD("dead cockatrice", 0, 1, 3, 30),
  76.     FOOD("dead dog",        0, 2, 20, 200),
  77.     FOOD("dead ettin",      0, 1, 3, 30),
  78.     FOOD("dead fog cloud",  0, 1, 1, 10),
  79.     FOOD("dead gelatinous cube",    0, 1, 10, 100),
  80.     FOOD("dead homunculus", 0, 2, 20, 200),
  81.     FOOD("dead imp",        0, 1, 1, 10),
  82.     FOOD("dead jaguar",     0, 3, 30, 300),
  83.     FOOD("dead killer bee", 0, 1, 1, 10),
  84.     FOOD("dead leocrotta",  0, 5, 50, 500),
  85.     FOOD("dead minotaur",   0, 7, 70, 700),
  86.     FOOD("dead nurse",      0, 4, 40, 400),
  87.     FOOD("dead owlbear",    0, 7, 70, 700),
  88.     FOOD("dead piercer",    0, 2, 20, 200),
  89.     FOOD("dead quivering blob",     0, 1, 10, 100),
  90.     FOOD("dead giant rat",  0, 1, 3, 30),
  91.     FOOD("dead giant scorpion",     0, 1, 10, 100),
  92.     FOOD("dead tengu",      0, 3, 30, 300),
  93.     FOOD("dead unicorn",    0, 3, 30, 300),
  94.     FOOD("dead violet fungus",      0, 1, 10, 100),
  95.     FOOD("dead long worm",  0, 5, 50, 500),
  96. /* %% wt of long worm should be proportional to its length */
  97.     FOOD("dead xan",        0, 3, 30, 300),
  98.     FOOD("dead yellow light",       0, 1, 1, 10),
  99.     FOOD("dead zruty",      0, 6, 60, 600),
  100. #ifdef SAC
  101.     FOOD("dead soldier",    0, 4, 40, 400),
  102. #endif /* SAC */
  103.     FOOD("dead giant",      0, 7, 70, 700),
  104.     FOOD("dead demon",      0, 8, 80, 800),
  105.  
  106. /* weapons ... - ROCK come several at a time */
  107. /* weapons ... - (DART-1) are shot using idem+(BOW-ARROW) */
  108. /* weapons AXE, SWORD, KATANA, THSWORD are good for worm-cutting */
  109. /* weapons (PICK-)AXE, DAGGER, CRYSKNIFE are good for tin-opening */
  110. #define WEAPON(name,prob,wt,sdam,ldam)  { name, NULL, NULL, 1, 0 /*%%*/,\
  111.         WEAPON_SYM, prob, 0, wt, sdam, ldam, 0 }
  112.  
  113. /* Note: for weapons that don't do an even die of damage (i.e. 2-7 or 3-18)
  114.  * the extra damage is added on in fight.c, not here! */
  115.  
  116.     WEAPON("arrow",         6, 0, 6, 6),
  117.     WEAPON("sling bullet",  6, 0, 4, 6),
  118.     WEAPON("crossbow bolt", 6, 0, 4, 6),
  119.     WEAPON("dart",          6, 0, 3, 2),
  120.     WEAPON("shuriken",      3, 0, 8, 6),
  121.     WEAPON("rock",          4, 1, 3, 3),
  122.     WEAPON("boomerang",     1, 3, 9, 9),
  123.     WEAPON("mace",          6, 3, 6, 7), /* +1 small */
  124.     WEAPON("axe",           5, 3, 6, 4),
  125.     WEAPON("flail",         5, 3, 6, 5), /* +1 small, +1d4 large */
  126.     WEAPON("long sword",    5, 3, 8, 12),
  127.     WEAPON("two-handed sword",      4, 4, 12, 6), /* +2d6 large */
  128.     WEAPON("dagger",        4, 3, 4, 3),
  129.     WEAPON("worm tooth",    0, 4, 2, 2),
  130.     WEAPON("crysknife",     0, 3, 10, 10),
  131.     WEAPON("aklys",         1, 3, 6, 3),
  132.     WEAPON("bardiche",      1, 3, 4, 4), /* +1d4 small, +2d4 large */
  133.     WEAPON("bec de corbin", 1, 3, 8, 6),
  134.     WEAPON("bill-guisarme", 1, 3, 4, 10), /* +1d4 small */
  135.     WEAPON("club",          1, 3, 6, 3),
  136.     WEAPON("fauchard",      1, 3, 6, 8),
  137.     WEAPON("glaive",        1, 3, 6, 10),
  138.     WEAPON("guisarme",      1, 3, 4, 8), /* +1d4 small */
  139.     WEAPON("halberd",       1, 3, 10, 6), /* +1d6 large */
  140.     WEAPON("lucern hammer", 1, 3, 4, 6), /* +1d4 small */
  141.     WEAPON("javelin",       1, 3, 6, 6),
  142.     WEAPON("katana",        1, 3, 12, 12),
  143.     WEAPON("lance",         1, 3, 6, 8),
  144.     WEAPON("morning star",  1, 3, 4, 6), /* +d4 small, +1 large */
  145.     WEAPON("partisan",      1, 3, 6, 6), /* +1 large */
  146.     WEAPON("ranseur",       1, 3, 4, 4), /* +d4 both */
  147.     WEAPON("scimitar",      1, 3, 8, 8),
  148.     WEAPON("spetum",        1, 3, 6, 6), /* +1 small, +d6 large */
  149.     WEAPON("broad sword",   1, 3, 4, 6), /* +d4 small, +1 large */
  150.     WEAPON("short sword",   1, 3, 6, 8),
  151.     WEAPON("trident",       1, 3, 6, 4), /* +1 small, +2d4 large */
  152.     WEAPON("voulge",        1, 3, 4, 4), /* +d4 both */
  153.     WEAPON("spear",         4, 3, 6, 8),
  154.     WEAPON("bow",           4, 3, 4, 6),
  155.     WEAPON("sling",         4, 3, 6, 6),
  156.     WEAPON("crossbow",      5, 3, 4, 6),
  157.  
  158. #ifdef WALKIES
  159.     { "whistle", "whistle", NULL, 0, 0, TOOL_SYM, 40, 0, 2, 0, 0, 0 },
  160.     { "leash", NULL, NULL, 1, 0, TOOL_SYM, 20, 0, 6, 0, 0, 0 },
  161. #else
  162.     { "whistle", "whistle", NULL, 0, 0, TOOL_SYM, 60, 0, 2, 0, 0, 0 },
  163.     { "leash", NULL, NULL, 1, 0, TOOL_SYM, 0, 0, 6, 0, 0, 0 },
  164. #endif
  165.     { "magic whistle", "whistle", NULL, 0, 0, TOOL_SYM, 9, 0, 2, 0, 0, 0 },
  166. #ifdef RPH
  167.     { "blindfold", "blindfold", NULL, 0, 0, TOOL_SYM, 5, 0, 2, 0, 0, 0 },
  168.     { "mirror", "mirror", NULL, 0, 0, TOOL_SYM, 5, 0, 3, 0, 0, 0},
  169. #else
  170.     { "blindfold", "blindfold", NULL, 0, 0, TOOL_SYM, 10, 0, 2, 0, 0, 0 },
  171.     { "mirror", "mirror", NULL, 0, 0, TOOL_SYM, 0, 0, 3, 0, 0, 0},
  172. #endif
  173.     { "expensive camera", NULL, NULL, 1, 1, TOOL_SYM, 1, 0, 3, 0, 0, 0 },
  174.     { "ice box", "large box", NULL, 0, 0, TOOL_SYM, 1, 0, 40, 0, 0, 0 },
  175.     { "pick-axe", NULL, NULL, 1, 1, TOOL_SYM, 1, 0, 5, 6, 3, 0 },
  176.     { "magic marker", NULL, NULL, 1, 0, TOOL_SYM, 1, 0, 1, 0, 0, 0 },
  177.     { "stethoscope", NULL, NULL, 1, 0, TOOL_SYM, 1, 0, 3, 0, 0, 0 },
  178.     { "can opener", NULL, NULL, 1, 1, TOOL_SYM, 1, 0, 1, 0, 0, 0 },
  179.     { "lamp", "lamp", NULL, 0, 0, TOOL_SYM, 12, 0, 10, 0, 0, 0 },
  180.     { "magic lamp", "lamp", NULL, 0, 0, TOOL_SYM, 2, 0, 10, 0, 0, 0 },
  181.     { "badge", "badge", NULL, 0, 0, TOOL_SYM, 1, 0, 2, 0, 0, 0 },
  182.  
  183.     { "heavy iron ball", NULL, NULL, 1, 0,
  184.         BALL_SYM, 100, 0, 20, 0, 0, 0 },
  185.     { "iron chain", NULL, NULL, 1, 0,
  186.         CHAIN_SYM, 100, 0, 20, 0, 0, 0 },
  187.     /* Because giants can throw rocks */
  188. #ifdef HARD
  189. # ifdef KAA
  190.     { "enormous rock", NULL, NULL, 1, 0,
  191.         ROCK_SYM, 100, 0, 200 /* > MAX_CARR_CAP */, 0, 20, 20 },
  192. # else
  193.     { "enormous rock", NULL, NULL, 1, 0,
  194.         ROCK_SYM, 100, 0, 250 /* > MAX_CARR_CAP */, 0, 0, 0 },
  195. # endif
  196. #else
  197. # ifdef KAA
  198.     { "enormous rock", NULL, NULL, 1, 0,
  199.         ROCK_SYM, 100, 0, 400 /* > MAX_CARR_CAP */, 0, 20, 20 },
  200. # else
  201.     { "enormous rock", NULL, NULL, 1, 0,
  202.         ROCK_SYM, 100, 0, 550 /* > MAX_CARR_CAP */, 0, 0, 0 },
  203. # endif
  204. #endif
  205.  
  206. #define ARMOR(name,prob,delay,weight,ac,can)    { name, NULL, NULL, 1, 0,\
  207.         ARMOR_SYM, prob, delay, weight, ac, can, 0 }
  208. /* Originally, weight was always 8, which is ridiculous.  (Plate mail weighs
  209.    the same as a pair of gloves?) */
  210.     ARMOR("helmet",                  3, 1, 2, 9, 0),
  211.     ARMOR("plate mail",              5, 5, 9, 3, 2),
  212.     ARMOR("splint mail",             7, 5, 8, 4, 1),
  213.     ARMOR("banded mail",             9, 5, 8, 4, 0),
  214.     ARMOR("chain mail",             10, 5, 6, 5, 1),
  215.     ARMOR("scale mail",             10, 5, 5, 6, 0),
  216.     ARMOR("ring mail",              12, 5, 3, 7, 0),
  217.     /* the armors below do not rust */
  218.     ARMOR("studded leather armor",  12, 3, 3, 7, 1),
  219.     ARMOR("elfin chain mail",        1, 1, 2, 5, 3),
  220. #ifdef SHIRT
  221.     ARMOR("bronze plate mail",       5, 5, 9, 4, 0),
  222. #else
  223.     ARMOR("bronze plate mail",       6, 5, 9, 4, 0),
  224. #endif
  225.     ARMOR("crystal plate mail",      1, 5, 9, 3, 2),
  226.     ARMOR("leather armor",          15, 3, 2, 8, 0),
  227.     ARMOR("elven cloak",             5, 0, 2, 9, 3),
  228.     ARMOR("shield",                  3, 0, 2, 9, 0),
  229. #ifdef SHIRT
  230.     ARMOR("Hawaiian shirt",          1, 0, 2,10, 0),
  231. #else
  232.     ARMOR("Hawaiian shirt",          0, 0, 2,10, 0),
  233. #endif
  234.     ARMOR("pair of gloves",          1, 1, 2, 9, 0),
  235.  
  236. #define POTION(name,color)      { name, color, NULL, 0, 1,\
  237.         POTION_SYM, 0, 0, 2, 0, 0, 0 }
  238.  
  239.     POTION("restore strength",      "orange"),
  240.     POTION("gain energy", "cyan"),
  241.     POTION("booze",         "bubbly"),
  242.     POTION("invisibility",  "glowing"),
  243.     POTION("fruit juice",   "smoky"),
  244.     POTION("healing",       "pink"),
  245.     POTION("paralysis",     "puce"),
  246.     POTION("monster detection",     "purple"),
  247.     POTION("object detection",      "yellow"),
  248.     POTION("sickness",      "white"),
  249.     POTION("confusion",     "swirly"),
  250.     POTION("gain strength", "purple-red"),
  251.     POTION("speed",         "ruby"),
  252.     POTION("blindness",     "dark green"),
  253.     POTION("gain level",    "emerald"),
  254.     POTION("extra healing", "sky blue"),
  255.     POTION("levitation",    "brown"),
  256.     POTION("hallucination", "brilliant blue"),
  257.     POTION("holy water",    "clear"),
  258.     POTION(NULL,    "magenta"),
  259.     POTION(NULL,    "ebony"),
  260.  
  261. #define SCROLL(name,text,prob) { name, text, NULL, 0, 1,\
  262.         SCROLL_SYM, prob, 0, 3, 0, 0, 0 }
  263.     SCROLL("mail",  "KIRJE", 0),
  264.     SCROLL("enchant armor", "ZELGO MER", 6),
  265.     SCROLL("destroy armor", "JUYED AWK YACC", 5),
  266.     SCROLL("confuse monster", "NR 9", 5),
  267.     SCROLL("scare monster", "XIXAXA XOXAXA XUXAXA", 4),
  268.     SCROLL("blank paper", "READ ME", 3),
  269.     SCROLL("remove curse", "PRATYAVAYAH", 6),
  270.     SCROLL("enchant weapon", "DAIYEN FOOELS", 6),
  271.     SCROLL("damage weapon", "HACKEM MUCHE", 5),
  272.     SCROLL("create monster", "LEP GEX VEN ZEA", 5),
  273.     SCROLL("taming", "PRIRUTSENIE", 1),
  274.     SCROLL("genocide", "ELBIB YLOH",2),
  275.     SCROLL("light", "VERR YED HORRE", 10),
  276.     SCROLL("teleportation", "VENZAR BORGAVVE", 5),
  277.     SCROLL("gold detection", "THARR", 4),
  278.     SCROLL("food detection", "YUM YUM", 1),
  279.     SCROLL("identify", "KERNOD WEL", 18),
  280.     SCROLL("magic mapping", "ELAM EBOW", 5),
  281.     SCROLL("amnesia", "DUAM XNAHT", 3),
  282.     SCROLL("fire", "ANDOVA BEGARIN", 5),
  283.     SCROLL("punishment", "VE FORBRYDERNE", 1),
  284.     SCROLL(NULL, "VELOX NEB", 0),
  285.     SCROLL(NULL, "FOOBIE BLETCH", 0),
  286.     SCROLL(NULL, "TEMOV", 0),
  287.     SCROLL(NULL, "GARVEN DEH", 0),
  288.  
  289. #define WAND(name,metal,prob,flags)     { name, metal, NULL, 0, 0,\
  290.         WAND_SYM, prob, 0, 3, flags, 0, 0 }
  291.  
  292.     WAND("light",   "iridium",              10,     NODIR),
  293.     WAND("secret door detection",   "tin",  5,      NODIR),
  294.     WAND("create monster",  "platinum",     5,      NODIR),
  295.     WAND("wishing",         "glass",        1,      NODIR),
  296. #ifdef KAA
  297.     WAND("striking",        "zinc",         7,      IMMEDIATE),
  298.     WAND("nothing",         "uranium",      2,      IMMEDIATE),
  299. #else
  300.     WAND("striking",        "zinc",         9,      IMMEDIATE),
  301.     WAND("nothing",         "uranium",      0,      IMMEDIATE),
  302. #endif
  303.     WAND("slow monster",    "balsa",        5,      IMMEDIATE),
  304.     WAND("speed monster",   "copper",       5,      IMMEDIATE),
  305.     WAND("undead turning",  "silver",       5,      IMMEDIATE),
  306.     WAND("polymorph",       "brass",        5,      IMMEDIATE),
  307.     WAND("cancellation",    "maple",        5,      IMMEDIATE),
  308.     WAND("teleportation",   "pine",         5,      IMMEDIATE),
  309. #ifdef PROBING
  310.     WAND("make invisible",  "marble",       7,      IMMEDIATE),
  311.     WAND("probing",         "oak",          2,      IMMEDIATE),
  312. #else
  313.     WAND("make invisible",  "marble",       9,      IMMEDIATE),
  314.     WAND("probing",         "oak",          0,      IMMEDIATE),
  315. #endif
  316.     WAND("digging",         "iron",         5,      RAY),
  317.     WAND("magic missile",   "aluminum",     5,      RAY),
  318.     WAND("fire",            "steel",        5,      RAY),
  319.     WAND("sleep",           "curved",       5,      RAY),
  320.     WAND("cold",            "short",        5,      RAY),
  321.     WAND("death",           "long",         1,      RAY),
  322.     WAND("lightning",       "ebony",        5,      RAY),
  323.     WAND(NULL,              "runed",        0,      0),
  324.  
  325. #ifdef SPELLS
  326. /* books */
  327. #define SPELL(name,desc,prob,delay,flags,level) { name, desc, NULL, 0, 0, SPBOOK_SYM, prob, delay, 5, flags, 0, level }
  328.     SPELL("magic missile", "parchment", 4, 3, RAY, 2),
  329.     SPELL("fireball", "shining", 2, 6, RAY, 4),
  330.     SPELL("sleep", "glowing", 6, 1, RAY, 1),
  331.     SPELL("cone of cold", "mottled", 1, 8, RAY, 5),
  332.     SPELL("finger of death", "ragged", 1, 10, RAY, 7),
  333.  
  334.     SPELL("healing", "yellow", 6, 2, NODIR, 1),
  335.     SPELL("detect monsters", "light green", 5, 1, NODIR, 1),
  336.     SPELL("force bolt", "dark blue", 4, 2, IMMEDIATE, 1),
  337.     SPELL("light", "copper", 5, 1, NODIR, 1),
  338.     SPELL("confuse monster", "white", 5, 2, IMMEDIATE, 2),
  339.     SPELL("cure blindness", "red", 3, 2, IMMEDIATE, 2),
  340.     SPELL("slow monster", "dark brown", 4, 2, IMMEDIATE, 2),
  341.     SPELL("create monster", "light brown", 4, 3, NODIR, 2),
  342.     SPELL("detect food", "pink", 5, 3, NODIR, 2),
  343.     SPELL("haste self", "light blue", 3, 4, NODIR, 3),
  344.     SPELL("cause fear", "black", 4, 3, NODIR, 3),
  345.     SPELL("cure sickness", "rusty", 3, 3, NODIR, 3),
  346.     SPELL("detect unseen", "dark green", 4, 4, NODIR, 3),
  347.     SPELL("extra healing", "magenta", 3, 5, NODIR, 3),
  348.     SPELL("charm monster", "silver", 3, 3, IMMEDIATE, 3),
  349.     SPELL("levitation", "indigo", 3, 4, NODIR, 4),
  350.     SPELL("restore strength", "plaid", 2, 5, NODIR, 4),
  351.     SPELL("invisibility", "orange", 3, 5, NODIR, 4),
  352.     SPELL("detect treasure", "bronze", 3, 5, NODIR, 4),
  353.     SPELL("dig", "cloth", 2, 6, RAY, 5),
  354.     SPELL("remove curse", "grey", 2, 5, NODIR, 5),
  355.     SPELL("magic mapping", "purple", 2, 7, NODIR, 5),
  356.     SPELL("identify", "violet", 1, 8, NODIR, 5),
  357.     SPELL("turn undead", "turquoise", 1, 8, IMMEDIATE, 6),
  358.     SPELL("polymorph", "cyan", 1, 8, IMMEDIATE, 6),
  359.     SPELL("create familiar", "tan", 1, 7, NODIR, 6),
  360.     SPELL("teleport away", "paper", 2, 6, IMMEDIATE, 6),
  361.     SPELL("cancellation", "leather", 1, 8, IMMEDIATE, 7),
  362.     SPELL("genocide", "gold", 1, 10, NODIR, 7),
  363. /* randomization */
  364.     SPELL(NULL, "dog eared", 0, 0, 0, 0),
  365.     SPELL(NULL, "thick", 0, 0, 0, 0),
  366.     SPELL(NULL, "thin", 0, 0, 0, 0),
  367.     SPELL(NULL, "stained", 0, 0, 0, 0),
  368. #endif /* SPELLS /**/
  369.  
  370. #define RING(name,stone,spec)   { name, stone, NULL, 0, 0,\
  371.         RING_SYM, 0, 0, 1, spec, 0, 0 }
  372.  
  373.     RING("adornment",       "engagement",   0),
  374.     RING("teleportation",   "wooden",       0),
  375.     RING("regeneration",    "black onyx",   0),
  376.     RING("searching",       "topaz",        0),
  377.     RING("see invisible",   "pearl",        0),
  378.     RING("stealth",         "sapphire",     0),
  379.     RING("levitation",      "moonstone",    0),
  380.     RING("poison resistance", "agate",      0),
  381.     RING("aggravate monster", "tiger eye",  0),
  382.     RING("hunger",          "shining",      0),
  383.     RING("fire resistance", "gold",         0),
  384.     RING("cold resistance", "copper",       0),
  385.     RING("protection from shape changers", "diamond", 0),
  386.     RING("conflict",        "jade",         0),
  387.     RING("gain strength",   "ruby",         SPEC),
  388.     RING("increase damage", "silver",       SPEC),
  389.     RING("protection",      "granite",      SPEC),
  390.     RING("warning",         "wire",         0),
  391.     RING("teleport control", "iron",        0),
  392.     RING("polymorph",       "ivory",        0),
  393.     RING("polymorph control","blackened",   0),
  394.     RING("shock resistance", "hematite",    0),
  395.     RING(NULL,              "brass",        0),
  396.  
  397. /* gems ************************************************************/
  398. #define GEM(name,color,prob,gval)       { name, color, NULL, 0, 1,\
  399.         GEM_SYM, prob, 0, 1, 0, 0, gval }
  400.     GEM("dilithium crystal", "white", 1, 4500),
  401.     GEM("diamond", "white", 1, 4000),
  402.     GEM("ruby", "red", 1, 3500),
  403.     GEM("sapphire", "blue", 1, 3000),
  404.     GEM("emerald", "green", 1, 2500),
  405.     GEM("turquoise", "green", 1, 2000),
  406.     GEM("aquamarine", "green", 1, 1500),
  407.     GEM("amber", "yellowish brown", 1, 1000),
  408.     GEM("topaz", "yellowish brown", 1, 900),
  409.     GEM("opal", "white", 1, 800),
  410.     GEM("garnet", "red", 1, 700),
  411.     GEM("amethyst", "violet", 1, 600),
  412.     GEM("jasper", "red", 2, 500),
  413.     GEM("fluorite", "violet", 2, 400),
  414.     GEM("jade", "green", 2, 300),
  415.     GEM("worthless piece of white glass", "white", 16, 100),
  416.     GEM("worthless piece of blue glass", "blue", 16, 0),
  417.     GEM("worthless piece of red glass", "red", 16, 0),
  418.     GEM("worthless piece of yellowish brown glass", "yellowish brown", 17, 0),
  419.     GEM("worthless piece of green glass", "green", 17, 0),
  420.     { NULL, NULL, NULL, 0, 0, ILLOBJ_SYM, 0, 0, 0, 0, 0, 0 }
  421. };
  422.  
  423. char obj_symbols[] = {
  424.     ILLOBJ_SYM, AMULET_SYM, FOOD_SYM, WEAPON_SYM, TOOL_SYM,
  425.     BALL_SYM, CHAIN_SYM, ROCK_SYM, ARMOR_SYM,
  426.     POTION_SYM, SCROLL_SYM, WAND_SYM,
  427. #ifdef SPELLS
  428.     SPBOOK_SYM,
  429. #endif
  430.     RING_SYM, GEM_SYM, 0 };
  431. int bases[sizeof(obj_symbols)];
  432.