rusty pearl rings (trunk only)
Recent newsgroup discussion complained about a pearl ring becoming rusty. That has no effect on game play but does feel weird. Rings which are described by their gems specify a material based on the gem rather than on the band, so making pearl rings be made out of iron didn't fit. The substance pearls are made of is the same as in the shells of the oysters or whatever critters excrete them. The closest matches available seem to be mineral and bone; I've gone with bone here.
This commit is contained in:
@@ -518,7 +518,7 @@ RING("aggravate monster", AGGRAVATE_MONSTER, "sapphire",
|
||||
RING("conflict", CONFLICT, "ruby", 300, 1, 0, 9, GEMSTONE, CLR_RED),
|
||||
RING("warning", WARNING, "diamond", 100, 1, 0,10, GEMSTONE, CLR_WHITE),
|
||||
RING("poison resistance", POISON_RES, "pearl",
|
||||
150, 1, 0, 4, IRON, CLR_WHITE),
|
||||
150, 1, 0, 4, BONE, CLR_WHITE),
|
||||
RING("fire resistance", FIRE_RES, "iron", 200, 1, 0, 5, IRON, HI_METAL),
|
||||
RING("cold resistance", COLD_RES, "brass", 150, 1, 0, 4, COPPER, HI_COPPER),
|
||||
RING("shock resistance", SHOCK_RES, "copper",
|
||||
|
||||
Reference in New Issue
Block a user