Draft:Scroll of summoning: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿)
 
为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态
Line 1: Line 1:
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Consumable infobox|name=Scroll of summoning|kind=Scroll|glyph=?|color=yellow|value=300|level=2|weight=5|appearance=Random inscription|cursed=Scroll of summoning}}
{{Consumable infobox|name=Scroll of summoning|kind=Scroll|glyph=?|color=yellow|value=300|level=2|weight=5|appearance=Random inscription|cursed=Scroll of summoning}}
A '''scroll of summoning''' creates a random hostile creature beside the reader. In this version, blessing the scroll does not turn it into a controllable or friendly summon.
A '''scroll of summoning''' creates a random hostile creature beside the reader. In this version, blessing the scroll does not turn it into a controllable or friendly summon.<ref name="iinit-h-132">{{Source|iinit.h|132}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
It is an item-level-2 random [[Draft:Scroll|scroll]], obtainable through [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform fnord's antennae into a blessed copy, normally for 100 Au. That blessing does not make the resulting summon friendly.
It is an item-level-2 random [[Draft:Scroll|scroll]], obtainable through [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform fnord's antennae into a blessed copy, normally for 100 Au. That blessing does not make the resulting summon friendly.<ref name="item-c-create_object">{{Source|item.c|7}} (<code>create_object</code>).</ref><ref name="site1-c-l_pawn_shop">{{Source|site1.c|1022}} (<code>l_pawn_shop</code>).</ref><ref name="effect1-c-acquire">{{Source|effect1.c|647}} (<code>acquire</code>).</ref><ref name="item-c-make_scroll">{{Source|item.c|167}} (<code>make_scroll</code>).</ref><ref name="site1-c-l_alchemist">{{Source|site1.c|805}} (<code>l_alchemist</code>).</ref>


== Description ==
== Description ==
Line 11: Line 13:
The effect looks for the first adjacent square that is in bounds, is floor, and has no creature. If one exists, the selected creature is created there and explicitly made hostile. If none exists, nothing is placed and the scroll is still spent. The player cannot select the kind or the adjacent square. Every reading identifies the scroll type.
The effect looks for the first adjacent square that is in bounds, is floor, and has no creature. If one exists, the selected creature is created there and explicitly made hostile. If none exists, nothing is placed and the scroll is still spent. The player cannot select the kind or the adjacent square. Every reading identifies the scroll type.


The summoned creature goes through normal creature construction, including its initial possessions and special behavior. Hostility does not imply that every result can immediately move or attack in the same way; those properties belong to the selected creature.
The summoned creature goes through normal creature construction, including its initial possessions and special behavior. Hostility does not imply that every result can immediately move or attack in the same way; those properties belong to the selected creature.<ref name="itemf3-c-i_summon">{{Source|itemf3.c|724}} (<code>i_summon</code>).</ref><ref name="effect3-c-summon">{{Source|effect3.c|7}} (<code>summon</code>).</ref><ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref>


== Strategy ==
== Strategy ==
This is a deliberate risk, not an emergency ally. The unrestricted result can be far stronger than the current floor suggests. Only consider generating an encounter when you have prepared defenses and a credible escape, and remember that the scroll itself cannot be read once fear or blindness prevents reading.
This is a deliberate risk, not an emergency ally. The unrestricted result can be far stronger than the current floor suggests. Only consider generating an encounter when you have prepared defenses and a credible escape, and remember that the scroll itself cannot be read once fear or blindness prevents reading.


The ordinary summoning spell uses the difficulty-based form instead, so the spell and scroll are not interchangeable. Older spoiler discussions of choosing a creature with a blessed scroll do not describe this version's actual scroll behavior. Spending a blessing solely to control this scroll is wasted.
The ordinary summoning spell uses the difficulty-based form instead, so the spell and scroll are not interchangeable. Older spoiler discussions of choosing a creature with a blessed scroll do not describe this version's actual scroll behavior. Spending a blessing solely to control this scroll is wasted.<ref name="guide-omega-0-75-spoilers-txt-Artifacts--lines-317-326">A. Light (editor), ''Omega Spoilers'', version 1.10, updated 3 May 1994, reposted 19 April 1995; mixed older game versions. Artifacts, lines 317-326. Preserved locally as <code>omega-0.75-spoilers.txt</code>.</ref>
 
== References ==
<references />


[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:132; item.c:618; itemf3.c:724-730; effect3.c:7-44; lev.c:309-393; minit.h:28; site1.c:805-885; spell.c:162-165. Historical lead: A. Light repost, staging/manuals/omega-0.75-spoilers.txt:317-326. Original dispatch experiment: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:132; item.c:618; itemf3.c:724-730; effect3.c:7-44; lev.c:309-393; minit.h:28; site1.c:805-885; spell.c:162-165. Historical lead: A. Light repost, staging/manuals/omega-0.75-spoilers.txt:317-326. Original dispatch experiment: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Revision as of 06:59, 9 September 2026

Omega 0.90.4

A scroll of summoning creates a random hostile creature beside the reader. In this version, blessing the scroll does not turn it into a controllable or friendly summon.[1]

Generation

It is an item-level-2 random scroll, obtainable through pawn-shop stock and acquirement. Ambrosias can transform fnord's antennae into a blessed copy, normally for 100 Au. That blessing does not make the resulting summon friendly.[2][3][4][5][6]

Description

Like the rod of summoning, the scroll always produces the hostile random form. Cursed, uncursed and blessed copies all draw from the full range of monster kinds, without the ordinary current-difficulty restriction.

The effect looks for the first adjacent square that is in bounds, is floor, and has no creature. If one exists, the selected creature is created there and explicitly made hostile. If none exists, nothing is placed and the scroll is still spent. The player cannot select the kind or the adjacent square. Every reading identifies the scroll type.

The summoned creature goes through normal creature construction, including its initial possessions and special behavior. Hostility does not imply that every result can immediately move or attack in the same way; those properties belong to the selected creature.[7][8][9]

Strategy

This is a deliberate risk, not an emergency ally. The unrestricted result can be far stronger than the current floor suggests. Only consider generating an encounter when you have prepared defenses and a credible escape, and remember that the scroll itself cannot be read once fear or blindness prevents reading.

The ordinary summoning spell uses the difficulty-based form instead, so the spell and scroll are not interchangeable. Older spoiler discussions of choosing a creature with a blessed scroll do not describe this version's actual scroll behavior. Spending a blessing solely to control this scroll is wasted.[10]

References

  1. iinit.h in Omega 0.90.4, line 132.
  2. item.c in Omega 0.90.4, line 7 (create_object).
  3. site1.c in Omega 0.90.4, line 1022 (l_pawn_shop).
  4. effect1.c in Omega 0.90.4, line 647 (acquire).
  5. item.c in Omega 0.90.4, line 167 (make_scroll).
  6. site1.c in Omega 0.90.4, line 805 (l_alchemist).
  7. itemf3.c in Omega 0.90.4, line 724 (i_summon).
  8. effect3.c in Omega 0.90.4, line 7 (summon).
  9. lev.c in Omega 0.90.4, line 317 (make_creature).
  10. A. Light (editor), Omega Spoilers, version 1.10, updated 3 May 1994, reposted 19 April 1995; mixed older game versions. Artifacts, lines 317-326. Preserved locally as omega-0.75-spoilers.txt.