K.V.C
dragon scales have an AC bonus of 3.
dragon scale mail has an AC bonus of 9.
So you either had +6 orange dragon scales or you had both of the same
type (scales or scale mail).
Sascha
--
net...@gmx.de
NETHACK 3.2.x SPOILER SITE : http://come.to/nethack
Quote of Today :
Ich finde es besser, wenn sich die Leute im Grabe rumdrehen, als ewig zu ruhen.
Do scales give the same intrinsics as the scale mail? I.e., suppose
that I kill a gray dragon and get the scales. But don't have a scroll
of enchant armor. Will wearing the scales give me magic protection?
David "the well dressed" Throop
Yes, but the AC is lousy (inferior by 6, if I remember correctly...
scales play in the same league as studded leather armor). You might want
to try eating the corpse instead (until you find a scroll of enchant
armor).
--
Tom Friedetzky <frie...@in.tum.de> "Don't drink and derive!"
Dragon scales have an AC of 3 (same as studded leather armour, as Tom
says). Dragon scale mail has an AC of 9. The exception to this is in
Slash'Em, where yellow dragon scales have an AC of 8 and yellow dragon
scale mail has an AC of 14, but they do not convey any intrinsic. I
have never been in the situation of having dragon scales and no scroll
of enchant armour, but magic users in this situation might want to
wear the scales. Apart from dragon scale mail, the only non-metallic
armour better than dragon scales / studded leather armour is crystal
plate mail, which is very heavy.
Eva.
--
Eva Myers, Computer Officer, Statistical | Ignorance and deception can't
Laboratory, University of Cambridge | save anybody. *Knowing* saves
Email: erm...@cam.ac.uk | them.
> Yes, but the AC is lousy (inferior by 6, if I remember correctly...
> scales play in the same league as studded leather armor). You might want
> to try eating the corpse instead (until you find a scroll of enchant
> armor).
My understanding is that you can't get the magic resistance intrinsic
by eating a gray dragon corpse - you have to wear the scales/armor.
Eating the corpse DOES work for all the other colors of dragon (well,
except yellow, which doesn't give you an intrinsic at all).
--
____________________________________________________________________________
Dan Blum to...@mcs.net
"Friends, we have passed a night in hell; but now the sun is shining, the
birds are singing, and the radiant form of the dentist consoles the world."
Yes. Only fewer points of AC.
> I.e., suppose
>that I kill a gray dragon and get the scales. But don't have a scroll
>of enchant armor. Will wearing the scales give me magic protection?
Exactly.
Raisse the Thaumaturge
--
ir...@rempt.xs4all.nl -- Ascended: VPWATHVP -- Raisse the Thaumaturge
http://www.xs4all.nl/~bsarempt/irina/frontpage.html (English)
http://www.xs4all.nl/~bsarempt/irina/backpage.html (Nederlands)
Yes, you're perfectly right. A quick glance at intrinsic_possible() in
eat.c seems to reveal that besides teleportitis, teleport control, and
telepathy, you can gain resistance against fire, sleep, cold,
disintegration, shock, and poison ONLY.
Sorry for the misinformation (the origional question was about MAGIC
resistance, after all).
If you enchant +6 dragon scales, is there a chance that you'll loose
the amour??
--
Remco Gerlich, scar...@pino.selwerd.cx
Yes. The evaporation check occurs before the dragon-scale check.
--
: Dylan O'Donnell : "Product is. Product is Product. Warehouse :
: Demon Internet Ltd : produces Product. Members(Warehouse) do :
: Resident, Forgotten Office : jobs --> Product is produced." :
: http://www.fysh.org/~psmith/ : -- Dan Shiovitz, "Bad Machine" :
:> If you enchant +6 dragon scales, is there a chance that you'll loose
:> the amour??
: Yes. The evaporation check occurs before the dragon-scale check.
How can you enchant dragon scales to +6, since enchanting them with the
?oEA will generate dragon scale mail?
(If I read source correctly, dragon scales are always generated +0 uncursed).
Tipu
That's a question I would very much like to know.
Once upon an version, (if I knew I might bget a clearer answer)
tried to work out how to get Dragon Scale Mail.
I enchanted Dragon Scales and got +1 Dragon Scales
and I was a bit disappointed.
I also made rustproof Dragon Scales, I assumed it must
need to be a blessed scroll but I never did succeed.
:>How can you enchant dragon scales to +6, since enchanting them with the
: That's a question I would very much like to know.
You can, of course, wish from them. I don't know if you can wish for +6
anything, but at least you can get +4 or +5 scales, which might evaporate
when enchanting.
There's no point in that, though :)
Tipu
Wish for them. Wished-for scales have the same chance of starting with
an enchantment as any other armour; only naturally-shed scales are set
to +0. A wish can only specify an enchantment up to 5 with any hope of
success (and likely won't get that - 1/5 chance, assuming non-negative
Luck), _but_ if you don't specify an enchantment, it's the same chance
as with randomly generated armour.
The enchantment of randomly generated armour is determined as follows:
If it's fumble boots, levitation boots, HoOA or gauntlets of fumbling,
there's a 90% chance that the item will be negatively enchanted. Other
armour has a 9/110 chance of being negatively enchanted. If the item's
not negatively enchanted, there's a 10% chance that the item will have
a positive enchantment. If neither of the above apply (for most armour
that means a 909/1100 or ~83% chance) then the enchantment will be +0;
in that case, there's a 5% chance each that the armour will be blessed
or cursed, and that's your lot.
If generated negatively enchanted, the armour is automatically cursed.
If it's positively enchanted, there's a 50% chance of the armour being
blessed. The magnitude of the enchantment is exponentially distributed
and capped by your experience level, as follows:
If you're XL14 or below, the maximum enchantment will be 5. If XL15 or
above, the maximum enchantment will be XL/3 (rounding down). Start the
enchantment at 1. Roll a 3 sided dice - if you get a 1, add one to the
enchantment and repeat. Continue until a 2 or 3 is rolled or you reach
the maximum enchantment.
So (and there _was_ a point to all this), to get +6 (or higher) dragon
scales, you need: to be at least level 18; to wish for "dragon scales"
(whatever colour you like, but not specifying an enchantment); and for
the RNG to be kind to the tune of ((1/3)^5 * 1/10 * 101/110), which is
around 0.04%. Not very likely, and pretty pointless anyway. But it can
be done! :-)
(This is the point at which someone comes along and helpfully mentions
the line of the code I've missed which makes all the above meaningless
and wrong... but I _think_ it's all right.)
> Dylan O'Donnell <dyl...@demon.net> wrote:
>
> :> If you enchant +6 dragon scales, is there a chance that you'll loose
> :> the amour??
> : Yes. The evaporation check occurs before the dragon-scale check.
>
> How can you enchant dragon scales to +6, since enchanting them with the
> ?oEA will generate dragon scale mail?
> (If I read source correctly, dragon scales are always generated +0 uncursed).
can they be generated by polymorph?
Sascha
--
net...@gmx.de
NETHACK 3.2.x SPOILER SITE : http://come.to/nethack
Quote of Today :
Umgangsformen sind Formen, die zunehmend umgangen werden.
No. (Nor can DSM.) Polymorph can't create anything that can't be
created randomly (and can't create a few things that can, like magic
lamps, wands of wishing or artifacts).
They could have wished for +6 dragon scales on accident instead of +6
dragon scale mail
although wishing +6 anything has got to be near impossible so i bet
you're right sascha
>
> Sascha
>
> --
> net...@gmx.de
> NETHACK 3.2.x SPOILER SITE : http://come.to/nethack
> Quote of Today :
> Umgangsformen sind Formen, die zunehmend umgangen werden.
--
"Tasslehoff flung his small body in front of Usha.
With a kender cry of defiance, "Take that!" he
plunged the knife called Rabbitslayer into Chaos's big toe."
-Dragons of Summer Flame
On 27 May 1999, Antti Tiainen wrote:
> Dylan O'Donnell <dyl...@demon.net> wrote:
>
> :> If you enchant +6 dragon scales, is there a chance that you'll loose
> :> the amour??
> : Yes. The evaporation check occurs before the dragon-scale check.
>
> How can you enchant dragon scales to +6, since enchanting them with the
> ?oEA will generate dragon scale mail?
> (If I read source correctly, dragon scales are always generated +0 uncursed).
You need to be confused to enchant into DSM
> You need to be confused to enchant into DSM
Not true. Next time, try it in explore mode before you post blatant
nonsense.
... are you by any chance a troll?
The troll hits! The troll hits! The troll bites! ---More---
The magic-absorbing blade scares the troll! The troll appears
confused. The kitten bites the troll! The troll is killed!
Raisse the Thaumaturge
--
ir...@rempt.xs4all.nl -- Ascended: VPWATHVP -- Raisse the Thaumaturge
http://www.xs4all.nl/~bsarempt/irina/index.html (English)
http://www.xs4all.nl/~bsarempt/irina/backpage.html (Nederlands)
On 3 Jun 1999, Irina Rempt wrote:
> M. Owen wrote:
>
> > You need to be confused to enchant into DSM
>
> Not true. Next time, try it in explore mode before you post blatant
> nonsense.
>
> ... are you by any chance a troll?
No, Irina. This is D.J. Schreffler, borrowing net access. Just been a
long time since playing is all.
I wrote:
>> ... are you by any chance a troll?
>
> No, Irina. This is D.J. Schreffler, borrowing net access. Just been a
> long time since playing is all.
Ah, if I'd known it was *you* I'd have treated you more harshly :-)
Raisse