Difference between revisions of "Scroll of change material"

From NetHackWiki
Jump to navigation Jump to search
(initial page)
 
(more detail)
Line 5: Line 5:
 
== Effects ==
 
== Effects ==
  
When read, the scroll will affect a single item in your inventory. There is a {{frac|1|2}} chance of your wielded item being targeted, if it exists. Otherwise a random piece of worn armor will be targeted.
+
When read, the scroll will affect a single item in your inventory. There is a {{frac|1|2}} chance of your [[wield]]ed item being targeted, if it exists. Otherwise a random piece of worn [[armor]] will be targeted.
  
If no item was targeted and the scroll was cursed you will abuse strength and constitution.
+
If no item was targeted you will abuse your strength and constitution if the scroll was [[cursed]]; you will [[exercise]] those stats if the scroll was not cursed.
 +
 
 +
If an item was targeted, its material will be changed. If the scroll is cursed, the resulting material will be plastic if possible; additionally the item will be cursed and lose its [[erodeproof]]ing. If the scroll is [[blessed]], the item will be blessed.
 +
 
 +
If you read the scroll while [[confused]], the effects are the same as when reading a cursed scroll.<ref>https://github.com/NullCGT/SpliceHack/blob/Spl-R-1.1.0/src/read.c#L1937</ref>
 +
 
 +
== Messages ==
 +
 
 +
{{message|Your skin crawls for a moment.|You read a scroll of change material and no item was targeted.}}
 +
{{message|You have a strange feeling for a moment, then it passes.|As above, but you were a beginner.}}
 +
{{message|<item> glows with a strange yellow light!|You read a scroll of change material and an item was targeted.}}
 +
{{message|<item> glows with a sickly green light!|As above, but the scroll was cursed or you were confused.}}
 +
 
 +
== See also ==
 +
 
 +
* [[Object materials]]
 +
* [[Transmuter (SpliceHack)]]
 +
 
 +
== References ==
 +
<References />
  
{{stub}}
 
 
[[Category:SpliceHack]]
 
[[Category:SpliceHack]]

Revision as of 00:23, 9 May 2022

? Scroll.png
Name change material
Appearance random
Base price 200 zm
Weight 5
Ink to write 8-15
Monster use Will not be used by monsters.

In SpliceHack, the scroll of change material can warp the material of an item.

Effects

When read, the scroll will affect a single item in your inventory. There is a 12 chance of your wielded item being targeted, if it exists. Otherwise a random piece of worn armor will be targeted.

If no item was targeted you will abuse your strength and constitution if the scroll was cursed; you will exercise those stats if the scroll was not cursed.

If an item was targeted, its material will be changed. If the scroll is cursed, the resulting material will be plastic if possible; additionally the item will be cursed and lose its erodeproofing. If the scroll is blessed, the item will be blessed.

If you read the scroll while confused, the effects are the same as when reading a cursed scroll.[1]

Messages

Your skin crawls for a moment.
You read a scroll of change material and no item was targeted.
You have a strange feeling for a moment, then it passes.
As above, but you were a beginner.
<item> glows with a strange yellow light!
You read a scroll of change material and an item was targeted.
<item> glows with a sickly green light!
As above, but the scroll was cursed or you were confused.

See also

References