Draft:Scroll of cosmic flux: 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 cosmic flux|kind=Scroll|glyph=?|color=yellow|value=300|level=5|weight=5|appearance=Random inscription|cursed=Scroll of cosmic flux}}
{{Consumable infobox|name=Scroll of cosmic flux|kind=Scroll|glyph=?|color=yellow|value=300|level=5|weight=5|appearance=Random inscription|cursed=Scroll of cosmic flux}}
A '''scroll of cosmic flux''' rebuilds the current dungeon floor. Its effect is tied to the environment: in Rampart, the city's magicians counter it with a self-dispelling effect instead.
A '''scroll of cosmic flux''' rebuilds the current dungeon floor. Its effect is tied to the environment: in Rampart, the city's magicians counter it with a self-dispelling effect instead.<ref name="iinit-h-116">{{Source|iinit.h|116}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
It belongs to the item-level-5 random [[Draft:Scroll|scroll]] pool, with [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]] as additional routes.
It belongs to the item-level-5 random [[Draft:Scroll|scroll]] pool, with [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]] as additional routes.<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>


== Description ==
== Description ==
Line 11: Line 13:
The layout generator uses the dungeon's stored seed and depth. Rebuilding therefore does not promise an entirely different maze: the seeded structural generation can repeat, while population and stocking run again afterward. The effect is better understood as reconstructing the floor than as guaranteeing a fresh route around its geometry.
The layout generator uses the dungeon's stored seed and depth. Rebuilding therefore does not promise an entirely different maze: the seeded structural generation can repeat, while population and stocking run again afterward. The effect is better understood as reconstructing the floor than as guaranteeing a fresh route around its geometry.


In Rampart, the Collegium Magii and Circle of Sorcerors negate the reconstruction and apply the negative [[Draft:Scroll of dispelling|dispelling]] effect to the player. In an environment that is neither Rampart nor the current dungeon, nothing is rebuilt. Curse and blessing do not change which environment branch is used, although only noncursed reading automatically identifies the scroll type.
In Rampart, the Collegium Magii and Circle of Sorcerors negate the reconstruction and apply the negative [[Draft:Scroll of dispelling|dispelling]] effect to the player. In an environment that is neither Rampart nor the current dungeon, nothing is rebuilt. Curse and blessing do not change which environment branch is used, although only noncursed reading automatically identifies the scroll type.<ref name="itemf1-c-i_flux">{{Source|itemf1.c|68}} (<code>i_flux</code>).</ref><ref name="effect2-c-flux">{{Source|effect2.c|339}} (<code>flux</code>).</ref><ref name="gen1-c-change_level">{{Source|gen1.c|65}} (<code>change_level</code>).</ref><ref name="omega-c-initrand">{{Source|omega.c|188}} (<code>initrand</code>).</ref>


== Strategy ==
== Strategy ==
Line 18: Line 20:
For a predictable retreat, [[Draft:Scroll of the warp|the warp]] or [[Draft:Scroll of teleportation|teleportation]] usually answers a narrower question. Do not test cosmic flux in Rampart while depending on temporary breathing, levitation or combat protections: the city's response can end several of them. Blessing the scroll will not bypass that response.
For a predictable retreat, [[Draft:Scroll of the warp|the warp]] or [[Draft:Scroll of teleportation|teleportation]] usually answers a narrower question. Do not test cosmic flux in Rampart while depending on temporary breathing, levitation or combat protections: the city's response can end several of them. Blessing the scroll will not bypass that response.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:116; itemf1.c:68-74; effect2.c:339-359; gen1.c:65-134; omega.c:188-204; effect3.c:884-915. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:116; itemf1.c:68-74; effect2.c:339-359; gen1.c:65-134; omega.c:188-204; effect3.c:884-915. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Latest revision as of 06:59, 9 September 2026

Omega 0.90.4

A scroll of cosmic flux rebuilds the current dungeon floor. Its effect is tied to the environment: in Rampart, the city's magicians counter it with a self-dispelling effect instead.[1]

Generation

It belongs to the item-level-5 random scroll pool, with pawn-shop stock and acquirement as additional routes.[2][3][4][5]

Description

In the current dungeon, reading forces the present depth to be generated again and repositions the player through the level-transition procedure. This replaces the floor's current terrain and contents; dropped equipment and the present arrangement of creatures are not a safe cache. The level-transition procedure also clears sanctuary.

The layout generator uses the dungeon's stored seed and depth. Rebuilding therefore does not promise an entirely different maze: the seeded structural generation can repeat, while population and stocking run again afterward. The effect is better understood as reconstructing the floor than as guaranteeing a fresh route around its geometry.

In Rampart, the Collegium Magii and Circle of Sorcerors negate the reconstruction and apply the negative dispelling effect to the player. In an environment that is neither Rampart nor the current dungeon, nothing is rebuilt. Curse and blessing do not change which environment branch is used, although only noncursed reading automatically identifies the scroll type.[6][7][8][9]

Strategy

Treat cosmic flux as a major change to the current floor, not a routine scouting action. Pick up anything you intend to keep before using it and expect the reconstructed floor to require renewed reconnaissance. Regeneration is not a promise of an easier encounter or a safer arrival.

For a predictable retreat, the warp or teleportation usually answers a narrower question. Do not test cosmic flux in Rampart while depending on temporary breathing, levitation or combat protections: the city's response can end several of them. Blessing the scroll will not bypass that response.

References