Space-time vortex (phenomenon): Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (clarification)
mNo edit summary
Line 27: Line 27:
Space-time vortices move around randomly. If the player, a creature, or another object passes into the same tile as the vortex, or the vortex passes into the same tile as them, they will be teleported to a randomly chosen location somewhere in Qud, be it on the surface, underground, etc. The chosen location will be consistent for anything that crosses through that particular vortex. If the player enters the vortex, they will become [[lost]] upon arriving at their destination.  
Space-time vortices move around randomly. If the player, a creature, or another object passes into the same tile as the vortex, or the vortex passes into the same tile as them, they will be teleported to a randomly chosen location somewhere in Qud, be it on the surface, underground, etc. The chosen location will be consistent for anything that crosses through that particular vortex. If the player enters the vortex, they will become [[lost]] upon arriving at their destination.  


The random zone that the vortex leads to is distributed evenly across the whole world map, but tends to be a surface zone: There is a 50% chance that it will be the surface, and the remaining 50% of the time a stratum is chosen evenly from among all strata no higher than 0 (the surface) and no deeper than stratum 30. (This means the surface is chosen ''slightly more'' than half of the time, and that you can't be taken to a stratum deeper than 30.){{Code Reference | class = SpaceTimeVortex | method = GetRandomDestinationZoneID}}
The random zone that the vortex leads to is distributed evenly across the whole world map, but tends to be a surface zone: There is a 50% chance that it will be the surface, and the remaining 50% of the time a stratum is chosen evenly from among all strata no higher than the surface and no deeper than stratum 30. (This means the surface is chosen ''slightly more'' than half of the time, and that you can't be taken to a stratum deeper than 30.){{Code Reference | class = SpaceTimeVortex | method = GetRandomDestinationZoneID}}


There is also a 0.5% chance for a random creature to emerge from the vortex each turn. This can be any creature that is eligible to appear during dynamic encounters.{{Code Reference|namespace=XRL.World.Parts|class=SpaceTimeVortex|method=SpaceTimeAnomalyPeriodicEvents|name=SpaceTimeAnomalyPeriodicEvents}}
There is also a 0.5% chance for a random creature to emerge from the vortex each turn. This can be any creature that is eligible to appear during dynamic encounters.{{Code Reference|namespace=XRL.World.Parts|class=SpaceTimeVortex|method=SpaceTimeAnomalyPeriodicEvents|name=SpaceTimeAnomalyPeriodicEvents}}
321

edits

Navigation menu