amulet tiles
Replace the octagonal amulet placeholder for the two new tiles. Give the "cubical amulet" a hint of being cube shaped and rename "pentagonal amulet" to "perforated amulet" because it's easier to draw that way. Bump EDITLEVEL now for the extra objects and monsters because I forgot to do so earlier.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||||
* and save files.
|
* and save files.
|
||||||
*/
|
*/
|
||||||
#define EDITLEVEL 18
|
#define EDITLEVEL 19
|
||||||
|
|
||||||
#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2020"
|
#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2020"
|
||||||
#define COPYRIGHT_BANNER_B \
|
#define COPYRIGHT_BANNER_B \
|
||||||
|
|||||||
@@ -617,7 +617,7 @@ AMULET("amulet of unchanging", "concave", UNCHANGING, 60),
|
|||||||
AMULET("amulet of reflection", "hexagonal", REFLECTING, 75),
|
AMULET("amulet of reflection", "hexagonal", REFLECTING, 75),
|
||||||
AMULET("amulet of magical breathing", "octagonal", MAGICAL_BREATHING, 75),
|
AMULET("amulet of magical breathing", "octagonal", MAGICAL_BREATHING, 75),
|
||||||
/* +2 AC and +2 MC; +2 takes naked hero past 'warded' to 'guarded' */
|
/* +2 AC and +2 MC; +2 takes naked hero past 'warded' to 'guarded' */
|
||||||
AMULET("amulet of guarding", "pentagonal", PROTECTION, 75),
|
AMULET("amulet of guarding", "perforated", PROTECTION, 75),
|
||||||
/* cubical: some descriptions are already three dimensional and
|
/* cubical: some descriptions are already three dimensional and
|
||||||
parallelogrammatical (real word!) would be way over the top */
|
parallelogrammatical (real word!) would be way over the top */
|
||||||
AMULET("amulet of flying", "cubical", FLYING, 60),
|
AMULET("amulet of flying", "cubical", FLYING, 60),
|
||||||
|
|||||||
@@ -3618,7 +3618,7 @@ Z = (195, 195, 195)
|
|||||||
.......KKKAA....
|
.......KKKAA....
|
||||||
........AAA.....
|
........AAA.....
|
||||||
}
|
}
|
||||||
# tile 189 (pentagonal / amulet of guarding)
|
# tile 189 (perforated / amulet of guarding)
|
||||||
{
|
{
|
||||||
................
|
................
|
||||||
......LLLLLAA...
|
......LLLLLAA...
|
||||||
@@ -3631,12 +3631,13 @@ Z = (195, 195, 195)
|
|||||||
......LAA.LAA...
|
......LAA.LAA...
|
||||||
......ACCCAA....
|
......ACCCAA....
|
||||||
......CKKKKAA...
|
......CKKKKAA...
|
||||||
.....CKKKKKKA...
|
.....CKAKAKKA...
|
||||||
.....CKKKKKKA...
|
.....CKKAKAKA...
|
||||||
......KKKKKAA...
|
......KAKAKAA...
|
||||||
.......KKKAA....
|
.......KKKAA....
|
||||||
........AAA.....
|
........AAA.....
|
||||||
}
|
}
|
||||||
|
|
||||||
# tile 190 (cubical / amulet of flying)
|
# tile 190 (cubical / amulet of flying)
|
||||||
{
|
{
|
||||||
................
|
................
|
||||||
@@ -3648,13 +3649,13 @@ Z = (195, 195, 195)
|
|||||||
....LAA.....LAA.
|
....LAA.....LAA.
|
||||||
.....LAA...LAA..
|
.....LAA...LAA..
|
||||||
......LAA.LAA...
|
......LAA.LAA...
|
||||||
......ACCCAA....
|
.......LAL......
|
||||||
......CKKKKAA...
|
.....KKLKL......
|
||||||
.....CKKKKKKA...
|
.....KCCCCCA....
|
||||||
.....CKKKKKKA...
|
.....KCKKKKA....
|
||||||
......KKKKKAA...
|
.....KCKKKKA....
|
||||||
.......KKKAA....
|
......CKKKKA....
|
||||||
........AAA.....
|
.......AAAAA....
|
||||||
}
|
}
|
||||||
# tile 191 (Amulet of Yendor / cheap plastic imitation of the Amulet of Yendor)
|
# tile 191 (Amulet of Yendor / cheap plastic imitation of the Amulet of Yendor)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user