Creatable turns

From Kolmafia
Revision as of 18:24, 2 February 2015 by imported>Trifectorce
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

int creatable_turns(item check_me )

int creatable_turns(item check_me ,int qty )

int creatable_turns(item check_me ,int qty ,boolean free )

  • check_me is the item to check
  • qty is the quantity of check_me to check
  • free determines whether or not to account for free crafting turns

Returns the number of turns required to craft check_me (qty times, or 1). If free is true, this function will take into account free crafting from things like Rapid Prototyping or Thor's Pliers, but will always take into account the chef-in-the-box, bartender-in-the-box, and Innabox regardless of the boolean setting. For things that your character cannot craft due to a lack of skills (but not a lack of items), this function will return 0.

See Also

create()