Delay()

From A KoL Wiki
Revision as of 05:39, 13 March 2017 by imported>Theogrin (Small correction on adventure link.)
The Hermit humbly requests that this page be rewritten or expanded.

This page should be converted to a be historical note about delay(), with remaining turns_spent_in_zone conditions in Conditional Adventures instead.

What is Delay()?

Delay() is the name for a function that is designed to slow down certain encounters that are important for quests.

  • The sum of all delay() over an ascension is unknown, and is the same for everyone.
  • While delay() used to be random, Jick has since stated that it is has been set to 5 for all remaining instances.
  • When an encounter is delayed that encounter will not happen until delay() is over. This is true regardless of whether the quest adventure was superlikely, non-combat, or combat.
  • Functionally delay() is a condition on an encounter which says that the encounter cannot occur unless turns_spent_in_zone is greater than or equal to the delay() value (all zones record how many turns have been spent in them during the run). The counter is not attached to individual adventures, so the delay for adventures with other conditions can be "decremented" before the other conditions are satisfied.
  • It is unknown exactly which encounters are affected by delay() and which are not. For the most part, however, delay() is assumed to affect almost all quest adventures that cannot be skipped by softcore pulls.
  • Skipping non-combats does not increase turns spent in a zone, but started combats count as a turn even if they do not cost any adventures. E.g. free Mini-Hipster fights count for turns spent, and free runaways like using a tattered scrap of paper.
  • Delay() was implemented to provide a hard floor that would stop new items or strategies from breaking the softcore game. Jick has stated that he does not like this mechanic and that he is working on a better solution to this problem.
  • Delay() is being phased out, many instances of it have been removed.

What Adventures are Delay()ed?

History