Search results

  1. five35

    Tattoo picker

    About This script replaces the default tatto selection page with something a little more full-featured. single-click tattoo selection displays tattoo source (e.g. outfit, item, ascension, …) sources linked to relevant pages on TheKolWiki filter based on source or "sigil" name (e.g. "Crimbo...
  2. five35

    Does ASH have a way of testing value inclusion in ordered collections?

    I need to create a collection which I can iterate over in a specific order as well as test for inclusion. Because maps always sort by key and can't be tested for value inclusion (that I know of; I'm very new to ASH scripting), I haven't been able to implement this as a single data structure...
  3. five35

    Feature - Implemented Add sounds to barrel smashing! (patch included)

    This patch adds a satisfying, woody "crunch" sound to smashing barrels during smash parties or while in the Barrel full of Barrels. Mechanically, this works by attaching the sound to the same events which trigger the explosion of barrel particles. The sound used was dedicated to the public...
  4. five35

    Feature Add Ed restorers (from EUTW) to HP/MP restorer lists

    The values used for wrappings are based on the in-game tooltips, even though those values are reported to be wrong, because insufficient information exists on their actual values. Index: src/net/sourceforge/kolmafia/moods/HPRestoreItemList.java...
  5. five35

    Feature - Implemented Add mall/wiki search links to item right-click menu

    The wiki didn't specify where in the forum to post contributed code, and I didn't see anywhere obvious, but hopefully I've at least chosen somewhere sane. :) This patch adds a new browser script to the relay browser, which extends KoL's pop-up item right-click menu ("ircm"). On pages which...
Top