Files
nethack/src
PatR 4d52332dda add two new types of amulet: flying and guarding
We haven't added any new objects or monsters in a really long time.
This adds two new useful amulets, putting more pressure on the
decision over which type of amulet to wear.

amulet of flying:  idea from slash'em, implemented from scratch.
  Should be self-explanatory.  Polymorphing into a form capable of
  eating amulets and then eating one does not confer intrinsic
  flight.  (I've no idea how slash'em behaves is in that regard.)

amulet of guarding:  adds +2 AC, which is fairly negligible, also
  +2 MC, which is not.  Initially called amulet of protection but MC
  of 2 is referred to as 'guarded' by enlightenment so I changed it.
  (By that reasoning, rings of protection ought to be called rings of
  warding; oh, well.)  Successfully eating one confers +2 AC without
  any MC benefit.  When wearing one of these, rings of protection
  only confer AC, their +1 MC gets superseded rather than combined.

Monsters will wear an amulet of guarding and gain both the AC and
MC benefit, but if not cursed and they acquire one of life-saving or
reflection, they'll swap.  They won't wear an amulet of flying.

I cloned two extra copies of the tile for one of the existing amulets
and ran sys/share/objects.txt through renumtiles.pl.  The result
appears to be ok but on X11 the tiles map ends up looking psychedelic
so something beyond the tile art itself needs to be fixed here.
2020-05-02 02:07:33 -07:00
..
2018-11-11 10:29:52 -05:00
2020-03-16 17:32:12 -07:00
2018-04-25 15:00:13 -04:00
2020-04-28 13:26:41 -07:00
2020-04-03 11:42:17 -07:00
2020-04-19 04:58:18 -07:00
2020-04-24 09:29:52 -07:00
2020-04-18 19:55:09 +03:00
2020-04-22 01:14:09 -07:00
2020-05-01 00:42:18 -07:00
2020-04-27 10:49:34 -07:00
2020-04-15 01:43:47 -07:00
2020-04-29 13:22:27 -07:00
2020-04-03 11:42:17 -07:00
2020-04-22 01:20:49 -07:00
2020-04-20 16:48:56 +03:00
2020-03-02 15:05:06 -08:00
2019-10-17 20:52:10 -04:00
2020-04-06 13:34:07 +03:00
2020-04-27 11:54:52 -07:00
2020-04-15 22:45:47 +03:00
2020-04-16 01:09:01 -07:00
2020-04-17 01:06:37 -07:00
2020-04-22 15:32:32 -07:00
2020-04-25 19:17:46 -07:00
2020-04-18 19:55:09 +03:00
2020-04-24 09:29:52 -07:00
2020-04-29 13:24:31 -07:00
2020-04-20 13:28:43 -07:00
2020-04-22 13:39:38 -07:00
2020-04-06 13:34:07 +03:00
2020-04-06 13:34:07 +03:00
2020-04-12 16:55:00 +03:00
2020-04-22 13:39:38 -07:00
2020-04-06 13:34:07 +03:00
2020-04-05 12:44:25 +03:00
2020-04-06 13:34:07 +03:00
2020-04-22 01:14:09 -07:00
2020-04-24 09:29:52 -07:00
2020-04-06 13:34:07 +03:00
2020-03-06 11:30:39 -05:00
2020-04-24 09:29:52 -07:00
2020-02-12 14:35:37 -08:00
2020-02-18 13:33:00 -08:00
2020-04-29 15:58:55 -04:00
2020-03-15 11:57:34 +02:00
2019-10-08 20:27:39 -04:00
2020-02-19 15:47:55 -08:00
2019-12-18 07:38:59 -05:00
2020-04-03 11:42:17 -07:00
2019-02-19 07:48:19 -05:00
2020-04-07 07:40:33 -07:00
2020-02-20 20:23:33 -05:00
2020-05-01 12:12:47 -07:00
2019-11-09 21:50:18 -05:00
2020-04-24 09:29:52 -07:00